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
*
Fix passing through the ignore-if-build-for-derivation-exists parameter
Christopher Baines
2020-08-26
*
Store if the derivation is a fixed output derivation
Christopher Baines
2020-08-26
*
Use valid-path? rather than file-exists?
Christopher Baines
2020-08-15
*
Fix builds missing from the allocation plan
Christopher Baines
2020-07-06
*
Remove another backtick that snuck in
Christopher Baines
2020-07-04
*
Remove backtick that snuck in
Christopher Baines
2020-07-04
*
Tweak the related-derivations-with-no-build-for-outputs for speed
Christopher Baines
2020-07-04
*
Don't skip inserting builds where the system doesn't match
Christopher Baines
2020-07-04
*
Add datastore-list-builds-for-output-and-system
Christopher Baines
2020-07-04
*
Factor in which systems agents fetch in the allocation process
Christopher Baines
2020-07-03
*
Record the systems fetched for agents
Christopher Baines
2020-07-03
*
Add datastore-find-build-derivation-system
Christopher Baines
2020-07-03
*
Record what systems agents fetch builds for
Christopher Baines
2020-07-03
*
Add a way of sending events for all builds to the Guix Data Service
Christopher Baines
2020-07-01
*
Add datastore-for-each-build
Christopher Baines
2020-07-01
*
Add hooks to send events to the Guix Data Service
Christopher Baines
2020-07-01
*
Add a function to notify the Guix Data Service about build events
Christopher Baines
2020-07-01
*
Improve error reporting within the sqlite threads
Christopher Baines
2020-07-01
*
Add a hook for when a build starts on an agent
Christopher Baines
2020-07-01
*
Add a hook for when builds are submitted
Christopher Baines
2020-07-01
*
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
[next]