aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Don't try to exit when hook threads crashChristopher Baines2021-11-29
* Check before deleting filesChristopher Baines2021-11-26
* Remove redundant if in the controllerChristopher Baines2021-11-26
* Don't print backtraces in the controller when chunked inputs endChristopher Baines2021-11-26
* Don't log backtraces for chunked input issues in worker threadsChristopher Baines2021-11-26
* Use a specific exception type for chunked input issuesChristopher Baines2021-11-26
* Allow disabling the logging of exceptions in worker threadsChristopher Baines2021-11-26
* Drop parallel uploads to 1 againChristopher Baines2021-11-26
* Delete existing files when processing upload requestsChristopher Baines2021-11-22
* Unwind on some exceptionsChristopher Baines2021-11-22
* Improve some way numbers are displayedChristopher Baines2021-11-22
* Only check the size of the file once when uploadingChristopher Baines2021-11-21
* Fix variable reference in submit-outputChristopher Baines2021-11-21
* Log delays with datastore-insert-buildChristopher Baines2021-11-20
* Improve delay logging in datastore-call-with-transactionChristopher Baines2021-11-20
* Log delays in insert-derivation-and-return-outputsChristopher Baines2021-11-20
* Use prepared statements when inserting derivationsChristopher Baines2021-11-20
* Always reset the statement in db-output->output-idChristopher Baines2021-11-20
* Compress outputs outside of the upload slotChristopher Baines2021-11-20
* Add an index on output_metadataChristopher Baines2021-11-18
* Monitor a few more sqlite related proceduresChristopher Baines2021-11-18
* Improve the datastore-call-with-transaction delay loggingChristopher Baines2021-11-18
* Improve the call-with-delay-logging procedureChristopher Baines2021-11-18
* Improve delay logging seconds reportingChristopher Baines2021-11-18
* Add delay logging to fetching buildsChristopher Baines2021-11-17
* Track delays for reporting metricsChristopher Baines2021-11-16
* Track delays for a couple of sqlite datastore operationsChristopher Baines2021-11-16
* Add a tracing style delay loggerChristopher Baines2021-11-16
* Track worker thread task durationsChristopher Baines2021-11-16
* Remove TODO from the README about strings as foreign keysChristopher Baines2021-11-16
* Check if an output has been uploaded before trying to upload itChristopher Baines2021-11-16
* Move the timing of fetch-builds around more of the codeChristopher Baines2021-11-16
* 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
* Stop using deprecated package names in guix-dev.scmChristopher 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