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
*
Add a hook to handle missing inputs
Christopher Baines
2020-04-17
*
Switch the build-allocator thread to not use a channel
Christopher Baines
2020-04-17
*
Only sleep in the agent when there are no builds
Christopher Baines
2020-04-17
*
Switch to the fibers backend for the webserver
Christopher Baines
2020-04-17
*
Re-work how the datastore module re-exports things
Christopher Baines
2020-04-17
*
Add some more sqlite datastore functions
Christopher Baines
2020-04-17
*
Wrap transactions with some error handling
Christopher Baines
2020-04-17
*
Copy a few SQlite options from Cuirass
Christopher Baines
2020-04-17
*
Implement a couple of basic hooks
Christopher Baines
2020-04-16
*
Add better error handling in to the agent
Christopher Baines
2020-04-16
*
Include finished builds in the agent for build query
Christopher Baines
2020-04-16
*
Improve build allocation
Christopher Baines
2020-04-13
*
Support emptying the build plan
Christopher Baines
2020-04-13
*
Add missing import
Christopher Baines
2020-04-13
*
Don't allocate builds to agents where the setup previously failed
Christopher Baines
2020-04-13
*
Add datastore-fetch-setup-failures
Christopher Baines
2020-04-13
*
Fix printing out requests to the coordinator
Christopher Baines
2020-04-13
*
Support reporting setup failures to the coordinator
Christopher Baines
2020-04-13
*
Add datastore methods for handling setup failures
Christopher Baines
2020-04-13
*
Have agents run in a loop
Christopher Baines
2020-04-13
*
Only download missing inputs if all have substitutes
Christopher Baines
2020-04-13
*
Add support for sending/receiving build results
Christopher Baines
2020-04-13
*
Add datastore-store-build-result
Christopher Baines
2020-04-13
*
Re-work how agents handle missing inputs
Christopher Baines
2020-04-13
*
Use substitute-derivation in the coordinator
Christopher Baines
2020-04-13
*
Extract out substitute-derivation to the utils module
Christopher Baines
2020-04-13
*
Start storing outputs in a proper directory
Christopher Baines
2020-04-13
*
Add a coordinator function to find where an output is stored
Christopher Baines
2020-04-13
*
Add a configuration value for a directory to store build outputs
Christopher Baines
2020-04-13
*
Add datastore-find-build-output
Christopher Baines
2020-04-13
*
Add datastore functions to find builds and derivation outputs
Christopher Baines
2020-04-13
*
Add initial support for sending/storing build outputs
Christopher Baines
2020-04-13
*
Hack support for chuncked request bodies in to Guile
Christopher Baines
2020-04-13
*
Switch to the non-fibers web server
Christopher Baines
2020-04-13
*
Add a function to make a custom port to handle base64 output
Christopher Baines
2020-04-13
*
Add datastore-agent-for-build
Christopher Baines
2020-04-13
*
Work around the daemon attempting to build derivations straight away
Christopher Baines
2020-04-11
*
Begin to implement building derivations
Christopher Baines
2020-04-11
*
Respond to agent requests with the agent details
Christopher Baines
2020-04-11
*
Add a coordinator procedure to get the details for an agent
Christopher Baines
2020-04-11
*
Support listing builds allocated for an agent
Christopher Baines
2020-04-11
*
Support agents fetching builds
Christopher Baines
2020-04-10
*
Allocate builds when they're submitted
Christopher Baines
2020-04-10
*
Add allocation methods to the datastore
Christopher Baines
2020-04-10
*
Add sqlite datastore methods for allocating builds
Christopher Baines
2020-04-10
*
Implement more of an agent sending a status update
Christopher Baines
2020-04-10
*
Add datastore-agent-password-exists?
Christopher Baines
2020-04-10
*
Implement more of the /agent/UUID GET behaviour
Christopher Baines
2020-04-10
*
Implement finding agents
Christopher Baines
2020-04-10
*
Support creating passwords for agents
Christopher Baines
2020-04-10
[next]