aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Add --ignore-if-build-for-outputs-existsChristopher Baines2020-04-30
* Improve the sqlite exception handlingChristopher Baines2020-04-30
* Handle exceptions in the build allocator threadChristopher Baines2020-04-29
* Have the build priorities propagate between buildsChristopher Baines2020-04-29
* Only return setup failures for unprocessed buildsChristopher Baines2020-04-29
* Move output-has-successful-build? out from filter-builds-for-agentChristopher Baines2020-04-29
* List unprocessed builds in priority orderChristopher Baines2020-04-29
* Memoize output-has-successful-build?Christopher Baines2020-04-29
* Add a useful commentChristopher Baines2020-04-29
* Use a hash-table for setup failures, rather than an alistChristopher Baines2020-04-29
* Switch around which order to join build_results onChristopher Baines2020-04-29
* Increase the number of times to retry agent requestsChristopher Baines2020-04-29
* Improve the error handling in datastore-store-build-resultChristopher Baines2020-04-29
* Check that the agent uuid is a stringChristopher Baines2020-04-28
* Start timing the duration of a couple of coordinator actionsChristopher Baines2020-04-28
* Fix the datastore-list-builds-for-output metric nameChristopher Baines2020-04-28
* Retry file uploads to the coordinatorChristopher Baines2020-04-28
* Remove some left over debuggingChristopher Baines2020-04-28
* Fix the histogram implementationChristopher Baines2020-04-28
* Fix --update-databaseChristopher Baines2020-04-28
* Fix metric namespacing in a few placesChristopher Baines2020-04-28
* Track the duration of the build allocationChristopher Baines2020-04-28
* Start tracking the duration of a few datastore functionsChristopher Baines2020-04-28
* Add metrics tools for histogramsChristopher Baines2020-04-28
* Use max, rather than min for the parallelismChristopher Baines2020-04-28
* Rework the way metrics are handledChristopher Baines2020-04-28
* Increase the planned builds for agentsChristopher Baines2020-04-28
* Add datastore-find-build-resultChristopher Baines2020-04-27
* Support listing processed buildsChristopher Baines2020-04-27
* Guard against a build being processed twiceChristopher Baines2020-04-27
* Return a boolean value for processedChristopher Baines2020-04-27
* Retry requests a few times if they errorChristopher Baines2020-04-27
* Add a function to retry a thunk a number of timesChristopher Baines2020-04-27
* Add more error handling to coordinator-http-requestChristopher Baines2020-04-27
* Say what log file is being uploadedChristopher Baines2020-04-27
* Refactor some of the HTTP requestsChristopher Baines2020-04-27
* Improve the output from the agent processChristopher Baines2020-04-27
* Impose a limit on the number of planned buildsChristopher Baines2020-04-27
* Update the comment regarding processing chunked requestsChristopher Baines2020-04-27
* Revert "Revert "Read chunked request bodies in different threads to avoid blo...Christopher Baines2020-04-27
* Revert "Switch to the non-fibers web server"Christopher Baines2020-04-27
* Revert "Read chunked request bodies in different threads to avoid blocking"Christopher Baines2020-04-27
* Don't expect substitute-derivation to evaluate to #tChristopher Baines2020-04-26
* Improve error handling in substitute-derivationChristopher Baines2020-04-26
* Ensure that successful builds have the outputs and log fileChristopher Baines2020-04-26
* Change datastore-list-build-outputs to work without metadataChristopher Baines2020-04-26
* Read chunked request bodies in different threads to avoid blockingChristopher Baines2020-04-26
* 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