aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Add error handling around computing output hashesChristopher Baines2021-11-15
* Increase the number of parallel uploads to 2Christopher Baines2021-11-15
* Handle failures around fetching buildsChristopher Baines2021-11-15
* Fix the uri when calling coordinator-handle-failed-requestChristopher Baines2021-11-15
* Report upload status more frequentlyChristopher Baines2021-11-15
* Handle the case where there are no more bytes to sendChristopher Baines2021-11-15
* Only look at outputs for successful buildsChristopher Baines2021-11-14
* Remove some test codeChristopher Baines2021-11-14
* Add log message about hash mismatches for outputsChristopher Baines2021-11-14
* Implement initial support for resuming HTTP uploadsChristopher Baines2021-11-14
* Support multiple return values in retry-on-errorChristopher Baines2021-11-14
* Support custom methods in call-with-streaming-http-requestChristopher Baines2021-11-14
* Don't error for 404 responses in coordinator-http-requestChristopher Baines2021-11-14
* Don't error for responses with no body in coordinator-http-requestChristopher Baines2021-11-14
* Start checking the hashes of submitted outputsChristopher Baines2021-11-14
* Store submitted derivations before looking up related derivationsChristopher Baines2021-11-13
* Support activating and deactivating agentsChristopher Baines2021-11-13
* Only include active agents in the build allocation planChristopher Baines2021-11-13
* Report the active status of agents when listing themChristopher Baines2021-11-12
* Return the agent names when listing agentsChristopher Baines2021-11-12
* Return to compressing outputs then sending themChristopher Baines2021-11-07
* Properly convert a UUID to a build idChristopher Baines2021-11-07
* Add missing build_id in to queryChristopher Baines2021-11-07
* Add missing sqlite-resetChristopher Baines2021-11-07
* Instrument the handling of build start reportsChristopher Baines2021-11-07
* Refactor how unprocessed builds are trackedChristopher Baines2021-11-07
* Try to guard against broken locale settingsChristopher Baines2021-10-12
* Log procedures if they take more than 2 seconds within a transactionChristopher Baines2021-10-12
* Speed up storing buildsChristopher Baines2021-10-10
* Drop parallel uploads to 1Christopher Baines2021-10-08
* Move retrying uploads out of the with-upload-slot regionChristopher Baines2021-08-07
* Increase upload mutex waiting timeChristopher Baines2021-08-07
* Report on uploads regularlyChristopher Baines2021-08-07
* Support thread-stop-delay for the work queuesChristopher Baines2021-06-20
* Tweak some indentationChristopher Baines2021-06-19
* agent: Tweak the number of builds to fetch.Christopher Baines2021-06-19
* Increase the thread start delayChristopher Baines2021-06-10
* Increase some agent max silent time valuesChristopher Baines2021-06-10
* Fix the thread-start-delay time calculationChristopher Baines2021-06-10
* Perform post build actions outside the main work queueChristopher Baines2021-06-09
* Support the work queue matching threads to jobsChristopher Baines2021-06-09
* Limit the parallelism of output uploadsChristopher Baines2021-06-08
* Support reporting bytes sent when submitting outputsChristopher Baines2021-06-08
* Support reporting bytes sent with streaming HTTP requestsChristopher Baines2021-06-08
* Switch to a lower gc threshold in make-chunked-output-port*Christopher Baines2021-06-07
* Refactor the code around work queuesChristopher Baines2021-05-31
* Retry more when sending outputsChristopher Baines2021-05-30
* Don't pretend that chunked inputs have been readChristopher Baines2021-05-30
* Improve the reveived output messageChristopher Baines2021-05-30
* Fix closing the custom chunked output portChristopher Baines2021-05-30