aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert the client actions to happen over HTTPChristopher Baines2020-05-17
* Use a variableChristopher Baines2020-05-17
* Remove some unused codeChristopher Baines2020-05-17
* Change how triggering build allocations worksChristopher Baines2020-05-17
* Open up more fibers possibilities in the coordinatorChristopher Baines2020-05-17
* Switch the command line options for the agent communication configChristopher Baines2020-05-16
* Guard against failed file uploadsChristopher Baines2020-05-13
* Make sure to include all unprocessed builds in the graphChristopher Baines2020-05-13
* Fix an issue with the propagated priorities queryChristopher Baines2020-05-13
* Avoid using the deprecated guile-next packageChristopher Baines2020-05-12
* Fix missing builds from the derived priorities queryChristopher Baines2020-05-11
* Make guix-dev.scm more forwards compatibleChristopher Baines2020-05-11
* Add more debugging for printing backtraces for allocator exceptionsChristopher Baines2020-05-11
* Make sure to try again with allocation exceptionsChristopher Baines2020-05-11
* Optimise the database and truncate the WAL on startupChristopher Baines2020-05-11
* Add some more indexes to speed up derivation ordered allocationChristopher Baines2020-05-11
* Speed up the derivation ordered allocator a little bitChristopher Baines2020-05-11
* Try more to not forget about the need to allocate buildsChristopher Baines2020-05-11
* Replace datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Use some more SQL to speed up the derivation ordered allocatorChristopher Baines2020-05-10
* Add datastore-fetch-unprocessed-builds-with-propagated-prioritiesChristopher Baines2020-05-10
* Fix datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Speed up part of the derivation ordered allocatorChristopher Baines2020-05-10
* Add datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Set a default allocation strategyChristopher Baines2020-05-10
* Remove the ? from processedChristopher Baines2020-05-10
* Add prepared statement caching to datastore-list-builds-for-outputChristopher Baines2020-05-10
* Add some time logging to allocating buildsChristopher Baines2020-05-10
* Stop the derivation-ordered allocator using missing inputsChristopher Baines2020-05-10
* Sprinkle call-with-streaming-http-request with set-port-encoding!Christopher Baines2020-05-09
* Stop base64 encoding chunked requestsChristopher Baines2020-05-09
* Clean up data for builds once the success hook completesChristopher Baines2020-05-09
* Extract out a procedure for the data directory for a buildChristopher Baines2020-05-09
* Pass the Guix Data Service instance in for substitutesChristopher Baines2020-05-09
* Support passing substitute-urls when submitting a buildChristopher Baines2020-05-09
* Rework the ensure-all-related-derivations-have-builds optionChristopher Baines2020-05-09
* Improve the output receiving informational messagesChristopher Baines2020-05-09
* Tune submitting outputs for performanceChristopher Baines2020-05-09
* Tweak how outputs are sentChristopher Baines2020-05-09
* Add some time tracking utilitiesChristopher Baines2020-05-09
* Fix submitting buildsChristopher Baines2020-05-09
* Make it possible to see how fast outputs are transferedChristopher Baines2020-05-09
* Add some informative messages when sending outputsChristopher Baines2020-05-09
* Decrease data limit for sending without upfront compressionChristopher Baines2020-05-09
* Display some context around coordinator errors in the outputChristopher Baines2020-05-09
* Increase the number of threads for reading chunked responsesChristopher Baines2020-05-09
* Have the proc when reading logs from agents return #tChristopher Baines2020-05-09
* Remove custom error handling for build resultsChristopher Baines2020-05-09
* Make it possible to select the allocation strategyChristopher Baines2020-05-08
* Add a new allocation strategyChristopher Baines2020-05-08