aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Try to fix handling of chuncked requestsChristopher Baines2020-04-26
* Add Content-Type to the requests for file uploadsChristopher Baines2020-04-26
* Expose metricsChristopher Baines2020-04-26
* Add a new metrics moduleChristopher Baines2020-04-26
* Add datastore functions to get metricsChristopher Baines2020-04-26
* Make it possible to pass in substitute-urls to the agentChristopher Baines2020-04-26
* Respect the allocation plan ordering when providing builds to agentsChristopher Baines2020-04-25
* Start implementing prioritisation of buildsChristopher Baines2020-04-25
* Fix datastore-find-build-outputChristopher Baines2020-04-25
* Handle unknown build results in the allocatorChristopher Baines2020-04-25
* Left join on build_results in datastore-list-builds-for-outputChristopher Baines2020-04-25
* Fix issues with fetching builds for agentsChristopher Baines2020-04-25
* Add helpful output to the agent processChristopher Baines2020-04-25
* Don't output the build log on the agent processChristopher Baines2020-04-25
* Support sending and storing log files for buildsChristopher Baines2020-04-25
* Extract out call-with-streaming-http-requestChristopher Baines2020-04-25
* Restructure the post build actionsChristopher Baines2020-04-25
* Add options suited for providing substitutesChristopher Baines2020-04-25
* Add datastore-list-related-derivations-with-no-buildChristopher Baines2020-04-25
* Add datastore-list-builds-for-derivationChristopher Baines2020-04-25
* Add a hook to generate the files needed to provide substitutesChristopher Baines2020-04-23
* Add datastore-list-build-outputsChristopher Baines2020-04-23
* Add datastore-find-derivation-systemChristopher Baines2020-04-23
* Add a function to generate the string for a narinfo fileChristopher Baines2020-04-23
* Send over some metadata from the agent for each outputChristopher Baines2020-04-23
* Add a hook to handle missing inputsChristopher Baines2020-04-17
* Switch the build-allocator thread to not use a channelChristopher Baines2020-04-17
* Only sleep in the agent when there are no buildsChristopher Baines2020-04-17
* Switch to the fibers backend for the webserverChristopher Baines2020-04-17
* Re-work how the datastore module re-exports thingsChristopher Baines2020-04-17
* Add some more sqlite datastore functionsChristopher Baines2020-04-17
* Wrap transactions with some error handlingChristopher Baines2020-04-17
* Copy a few SQlite options from CuirassChristopher Baines2020-04-17
* Implement a couple of basic hooksChristopher Baines2020-04-16
* Add better error handling in to the agentChristopher Baines2020-04-16
* Include finished builds in the agent for build queryChristopher Baines2020-04-16
* Improve build allocationChristopher Baines2020-04-13
* Support emptying the build planChristopher Baines2020-04-13
* Add missing importChristopher Baines2020-04-13
* Don't allocate builds to agents where the setup previously failedChristopher Baines2020-04-13
* Add datastore-fetch-setup-failuresChristopher Baines2020-04-13
* Fix printing out requests to the coordinatorChristopher Baines2020-04-13
* Support reporting setup failures to the coordinatorChristopher Baines2020-04-13
* Add datastore methods for handling setup failuresChristopher Baines2020-04-13
* Have agents run in a loopChristopher Baines2020-04-13
* Only download missing inputs if all have substitutesChristopher Baines2020-04-13
* Add support for sending/receiving build resultsChristopher Baines2020-04-13
* Add datastore-store-build-resultChristopher Baines2020-04-13
* Re-work how agents handle missing inputsChristopher Baines2020-04-13
* Use substitute-derivation in the coordinatorChristopher Baines2020-04-13