aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Add datastore-list-builds-for-derivation-recursive-inputsChristopher Baines2020-05-08
* Pass #:cache? #t to sqlite-prepare in datastore-find-derivation-inputsChristopher Baines2020-05-08
* Make the allocation strategy part of the build-coordinator recordChristopher Baines2020-05-08
* Start passing build-coordinator records to hooksChristopher Baines2020-05-08
* Make a record type for the build coordinatorChristopher Baines2020-05-08
* Switch to a database table rather than a channel for hook eventsChristopher Baines2020-05-08
* Add sqlite datastore support for storing unprocessed hook eventsChristopher Baines2020-05-08
* Support providing different substitute URLs for different purposesChristopher Baines2020-05-08
* Treat access denied retry responses as successfulChristopher Baines2020-05-08
* Support handling access denied responses as successesChristopher Baines2020-05-08
* Make the access denied responses actual JSON objectsChristopher Baines2020-05-08
* Add a hook for publishing to a S3 compatible endpointChristopher Baines2020-05-07
* Disable grafts when using Guix in .envrcChristopher Baines2020-05-07
* Retry fetching derivations for the agentChristopher Baines2020-05-06
* Move retry-on-error to utilsChristopher Baines2020-05-06
* Support compressing data upfront to reduce transfer timesChristopher Baines2020-05-05
* Fix the failed to fetch substitutes for error messageChristopher Baines2020-05-05
* Don't raise an exception when substitutes failChristopher Baines2020-05-05
* Fix some indentation in agent.scmChristopher Baines2020-05-05
* Better guard against build setup issuesChristopher Baines2020-05-05
* Update the unimplemented features bit in the READMEChristopher Baines2020-05-04
* Fix the removal of missing input setup failures in the allocatorChristopher Baines2020-05-01