aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use substitute-derivation in the coordinatorChristopher Baines2020-04-13
* Extract out substitute-derivation to the utils moduleChristopher Baines2020-04-13
* Start storing outputs in a proper directoryChristopher Baines2020-04-13
* Add a coordinator function to find where an output is storedChristopher Baines2020-04-13
* 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
* Create tables 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
* Print out the host and port when running a HTTP serverChristopher 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
* Add a .dir-locals.el file for EmacsChristopher Baines2020-04-10
* Ignore sqlite database filesChristopher Baines2020-04-10
* Add initial agent related tablesChristopher Baines2020-04-10
* Start implementing the HTTP agent messaging featuresChristopher Baines2020-04-10
* Call the generic datastore-update methodChristopher 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
* Add a default for the --database argumentChristopher Baines2020-04-10
* Implement storing buildsChristopher Baines2020-04-10
* Use define-generic for some datastore methodsChristopher Baines2020-04-10
* Add a migration to create the builds tableChristopher Baines2020-04-10
* Implement storing derivationsChristopher Baines2020-04-06
* Add tables for derivationsChristopher Baines2020-04-04
* Start writing the guix-build-coordinator scriptChristopher Baines2020-04-04
* Add a config.scm fileChristopher Baines2020-04-04
* Remove EXTRA_DIST from Makefile.amChristopher Baines2020-04-04
* Add some empty scriptsChristopher Baines2020-04-04
* Add guix-dev.scm and .envrc filesChristopher Baines2020-04-03
* Add an initial migrationChristopher Baines2020-04-03
* Add sqitch conf and empty planChristopher Baines2020-04-03