aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Add a configuration value for a directory to store build outputsChristopher Baines2020-04-13
* Add datastore-find-build-outputChristopher Baines2020-04-13
* Add datastore functions to find builds and derivation outputsChristopher Baines2020-04-13
* Add initial support for sending/storing build outputsChristopher Baines2020-04-13
* Hack support for chuncked request bodies in to GuileChristopher Baines2020-04-13
* Switch to the non-fibers web serverChristopher Baines2020-04-13
* Add a function to make a custom port to handle base64 outputChristopher Baines2020-04-13
* Add datastore-agent-for-buildChristopher Baines2020-04-13
* Work around the daemon attempting to build derivations straight awayChristopher Baines2020-04-11
* Begin to implement building derivationsChristopher Baines2020-04-11
* Respond to agent requests with the agent detailsChristopher Baines2020-04-11
* Add a coordinator procedure to get the details for an agentChristopher Baines2020-04-11
* Support listing builds allocated for an agentChristopher Baines2020-04-11
* Support agents fetching buildsChristopher Baines2020-04-10
* Allocate builds when they're submittedChristopher Baines2020-04-10
* Add allocation methods to the datastoreChristopher Baines2020-04-10
* Add sqlite datastore methods for allocating buildsChristopher Baines2020-04-10
* Implement more of an agent sending a status updateChristopher Baines2020-04-10
* Add datastore-agent-password-exists?Christopher Baines2020-04-10
* Implement more of the /agent/UUID GET behaviourChristopher Baines2020-04-10
* Implement finding agentsChristopher Baines2020-04-10
* Support creating passwords for agentsChristopher Baines2020-04-10
* Add the ability to list agentsChristopher Baines2020-04-10
* Support creating agentsChristopher Baines2020-04-10
* Start implementing the HTTP agent messaging featuresChristopher Baines2020-04-10
* Implement a generic datastore-update methodChristopher Baines2020-04-10
* Add a database-file slot to the <sqlite-datastore>Christopher Baines2020-04-10
* Implement storing buildsChristopher Baines2020-04-10
* Use define-generic for some datastore methodsChristopher Baines2020-04-10
* Implement storing derivationsChristopher Baines2020-04-06
* Start writing the guix-build-coordinator scriptChristopher Baines2020-04-04
* Add a config.scm fileChristopher Baines2020-04-04
* Initial commitChristopher Baines2020-04-03