aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Propagate build tags when inserting builds for missing inputsChristopher Baines2020-11-24
* Add datastore-fetch-build-tagsChristopher Baines2020-11-24
* Propagate tags for ensure-all-related-derivation-outputs-have-buildsChristopher Baines2020-11-24
* Guard against a potential crash in the basic allocatorChristopher Baines2020-11-16
* Improve error reporting when a derivation can't be substitutedChristopher Baines2020-11-16
* Avoid agent crashes when substitute urls aren't providedChristopher Baines2020-11-16
* Add back another sqlite-reset callChristopher Baines2020-11-13
* Revert "Remove redundant sqlite-reset calls"Christopher Baines2020-11-13
* Handle agent requested systems in the basic allocation strategyChristopher Baines2020-11-13
* Cache a couple of SQLite statements that should be cachedChristopher Baines2020-11-13
* Remove redundant sqlite-reset callsChristopher Baines2020-11-13
* Fix build-started hook processing promptChristopher Baines2020-11-09
* Make call-with-time-logging write output in a thread safe wayChristopher Baines2020-11-09
* Make hook processing a bit more efficientChristopher Baines2020-11-09
* Add logging around hook processingChristopher Baines2020-11-08
* Use the build coordinator logger in the agent messaging serverChristopher Baines2020-11-07
* Use the logger module to add times to the log outputChristopher Baines2020-11-07
* Fix the unprocessed_builds table sticking aroundChristopher Baines2020-11-06
* Speed up populating the unbuilt_outputs tableChristopher Baines2020-11-06
* Rework how the derivation ordered allocator gets buildsChristopher Baines2020-11-06
* Handle multiple values in call-with-time-loggingChristopher Baines2020-11-06
* Use the unbuilt_outputs table in the derivation ordered allocatorChristopher Baines2020-11-06
* Add an unbuilt_outputs tableChristopher Baines2020-11-06
* Improve SQLite statement handlingChristopher Baines2020-11-04
* Include the Guile internal real and run times as metricsChristopher Baines2020-11-02
* Attempt to more gracefully handle the problem of missing derivationsChristopher Baines2020-11-02
* Remove some left in debugging outputChristopher Baines2020-11-02
* Only consider builds created in the last two weeksChristopher Baines2020-10-29
* Only consider unprocessed builds for prioritisationChristopher Baines2020-10-29
* Don't assume the missing input to a build is a direct inputChristopher Baines2020-10-24
* Improve missing inputs behaviourChristopher Baines2020-10-24
* Add missing newline to failed to fetch substitutes messageChristopher Baines2020-10-24
* Use valid-path? rather than file exists for testing store itemsChristopher Baines2020-10-24
* Have the agent handle errors from the coordinatorChristopher Baines2020-10-24
* Better handle agent errors on the coordinator sideChristopher Baines2020-10-24
* Extract out agents submitting log filesChristopher Baines2020-10-24
* Add the ability to ignore errors when retryingChristopher Baines2020-10-24
* Improve the line length for the receiving outputs codeChristopher Baines2020-10-24
* Allow configuring the s3-publish-hook with a aws commandChristopher Baines2020-10-24
* Add some validation for hooksChristopher Baines2020-10-24
* Make the s3 utils command configurableChristopher Baines2020-10-24
* Remove unnecessary underscoreChristopher Baines2020-10-23
* Move the post-publish-behaviour inside the s3 publish hookChristopher Baines2020-10-22
* client-communication: Do not use a hard-coded uri.Mathieu Othacehe2020-10-20
* Display exception details prior to backtraceChristopher Baines2020-10-20
* Support extending the S3 publish hookChristopher Baines2020-10-19
* Improve .tmp build log file handlingChristopher Baines2020-10-11
* Show backtrace on agent exceptionsChristopher Baines2020-10-11
* Move the registry file to a clearer nameChristopher Baines2020-10-11
* Add a hook to recomress build log filesChristopher Baines2020-10-11