index
:
guix/build-coordinator
master
post-build-prioritisation
wip-fix-missing-items
wip-s3
wip-upload-slots
Guix
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix-build-coordinator
Commit message (
Expand
)
Author
Age
*
Support tracking the end time of builds
Christopher Baines
2020-07-01
*
Support storing when builds start
Christopher Baines
2020-07-01
*
Support storing when builds are created
Christopher Baines
2020-07-01
*
Add a timeout for allocations
Christopher Baines
2020-06-25
*
Make the build show-blocking output more stable
Christopher Baines
2020-06-23
*
Simplify transaction handling in the sqlite datastore
Christopher Baines
2020-06-20
*
Pass through the db connection in datastore-call-with-transaction
Christopher Baines
2020-06-20
*
Fetch the derivation ordered allocator data in a transaction
Christopher Baines
2020-06-20
*
Add datastore-call-with-transaction
Christopher Baines
2020-06-20
*
Make worker threads compatible with multiple return values
Christopher Baines
2020-06-20
*
Don't consider allocated builds when planning
Christopher Baines
2020-06-19
*
Add missing GROUP BY to query
Christopher Baines
2020-06-19
*
Report builds by derivation system
Christopher Baines
2020-06-19
*
Handle the system more explicitly when fetching builds
Christopher Baines
2020-06-19
*
Guard against exceptions in the allocator thread
Christopher Baines
2020-06-19
*
Try and guard against exceptions in the hook processing threads
Christopher Baines
2020-06-19
*
Add missing %random-state for the with-timeout syntax
Christopher Baines
2020-06-19
*
Add a timeout when fetching build inputs
Christopher Baines
2020-06-19
*
Add with-timeout to utils
Christopher Baines
2020-06-19
*
Add in some extra information about worker thread exceptions
Christopher Baines
2020-06-01
*
Fix the builds with blocking counts
Christopher Baines
2020-06-01
*
Support adding tags to builds
Christopher Baines
2020-05-31
*
Improve worker exception handling
Christopher Baines
2020-05-31
*
Implement more processing on metric labels and values
Christopher Baines
2020-05-26
*
Use one thread for each type of hook event
Christopher Baines
2020-05-25
*
Use mutexes for the metrics to add some thread safety
Christopher Baines
2020-05-25
*
Improve the job processing output
Christopher Baines
2020-05-24
*
Handle build allocation in a transaction
Christopher Baines
2020-05-24
*
Unlock the mutex when deq! fails unexpectedly
Christopher Baines
2020-05-24
*
Guard against deq! erroring because the queue is empty
Christopher Baines
2020-05-24
*
Increase waiting time for log files
Christopher Baines
2020-05-24
*
Handle log files not being immediately available
Christopher Baines
2020-05-23
*
Add some additional logging around the uploading of build logs
Christopher Baines
2020-05-23
*
Add a build failure hook to retry builds
Christopher Baines
2020-05-23
*
Fix re-queuing jobs
Christopher Baines
2020-05-23
*
Count hook successes and failures
Christopher Baines
2020-05-23
*
Track unprocessed hook events by event
Christopher Baines
2020-05-23
*
Better handle failures to delete substitute cache files
Christopher Baines
2020-05-23
*
Re-queue jobs if they fail
Christopher Baines
2020-05-23
*
Fix some variable naming
Christopher Baines
2020-05-22
*
Support showing blocking builds
Christopher Baines
2020-05-22
*
Report the number of unprocessed hook events
Christopher Baines
2020-05-21
*
Make sure to count all the jobs
Christopher Baines
2020-05-21
*
Stop using futures for running builds
Christopher Baines
2020-05-21
*
Fetch the unprocessed builds after the prioritites
Christopher Baines
2020-05-20
*
Add some more debugging output to retry-on-error
Christopher Baines
2020-05-20
*
Try to better handle/avoid http related failures
Christopher Baines
2020-05-20
*
Guard against garbage collecting in multiple threads
Christopher Baines
2020-05-20
*
Print out a message when retrying succeeds
Christopher Baines
2020-05-20
*
Switch to using threads for running builds in parallel
Christopher Baines
2020-05-20
[next]