aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Better guard against build setup issuesChristopher Baines2020-05-05
* Fix the removal of missing input setup failures in the allocatorChristopher Baines2020-05-01
* Add datastore-list-setup-failures-for-buildChristopher Baines2020-05-01
* Remove peek that snuck inChristopher Baines2020-05-01
* Handle no directories to look at in has-substiutes-no-cache?Christopher Baines2020-05-01
* Avoid using has-substitutes? if one isn't availableChristopher Baines2020-05-01
* Try to better order the buildsChristopher Baines2020-05-01
* Use two separate channels and sets of threads for SQLite operationsChristopher Baines2020-05-01
* Stop if the build command failsChristopher Baines2020-04-30
* Avoid errors in call-with-time-tracking if the registry isn't setChristopher Baines2020-04-30
* 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