aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Move request-query-parameters to utilsChristopher Baines2021-02-28
* Prepare for the addition of a (guix substitutes) moduleChristopher Baines2021-02-23
* Ignore canceled builds when considering builds for related derivationsChristopher Baines2021-02-20
* Add exception handling for the submit outputs hookChristopher Baines2021-02-18
* Add a hook for determining whether agents should submit outputsChristopher Baines2021-02-17
* Avoid some threads and locks when running on the hurdChristopher Baines2021-02-15
* Increase the derivation ordered allocator default planned buildsChristopher Baines2021-02-15
* Revert "Speed up the explicit WAL checkpoints"Christopher Baines2021-02-14
* Tweak the S3 publish hook to avoid issues for not submitted outputsChristopher Baines2021-02-14
* Show backtraces upon hook errorsChristopher Baines2021-02-14
* Add a log message at the end of a buildChristopher Baines2021-02-14
* Speed up the explicit WAL checkpointsChristopher Baines2021-02-14
* Remove unused coordinator module from the http agent messaging moduleChristopher Baines2021-02-13
* Disable the local agent-messaging backendChristopher Baines2021-02-13
* Remove (guix-build-coordinator datastore) import from agent moduleChristopher Baines2021-02-13
* Fix use of assocChristopher Baines2021-02-12
* Tweak trying to safely load the (guix narinfo) moduleChristopher Baines2021-02-10
* Try to fix using narinfo-referencesChristopher Baines2021-02-09
* Fix compatability with newer versions of GuixChristopher Baines2021-02-09
* Add more logging around build result processingChristopher Baines2021-02-08
* Trigger build allocations when necessary for deferred buildsChristopher Baines2021-02-06
* Use srfi-19 in the coordinator moduleChristopher Baines2021-02-06
* Fix datastore-list-builds failing if systems isn't specifiedChristopher Baines2021-02-05
* Filter out not-tags which don't existChristopher Baines2021-02-05
* Make it possible to look for blocking builds for a specific systemChristopher Baines2021-02-02
* Copy build tags in the failure retry hookChristopher Baines2021-02-02
* Stop the derivation ordered allocator from logging lotsChristopher Baines2021-02-02
* Don't crash if builds don't have a created at dateChristopher Baines2021-01-31
* Fix ignoring builds with no tags in datastore-list-buildsChristopher Baines2021-01-31
* Remove the created after derivation ordered allocator argumentChristopher Baines2021-01-31
* Only require matching tags when the build and agent keys matchChristopher Baines2021-01-31
* Deduplicate agent-tags-match-build-tagsChristopher Baines2021-01-31
* Include allocated builds in the agents responseChristopher Baines2021-01-31
* Add agent tags to the agents responseChristopher Baines2021-01-31
* Include tags in the agents responseChristopher Baines2021-01-31
* Support listing and canceling builds by derivation systemChristopher Baines2021-01-31
* Exclude allocated builds from setup failuresChristopher Baines2021-01-26
* Try to simplify part of the basic allocatorChristopher Baines2021-01-26
* Fix a crash when rendering the client builds responseChristopher Baines2021-01-26
* Don't use with-exception-handler with (backtrace)Christopher Baines2021-01-22
* Rework client error handlingChristopher Baines2021-01-19
* Fix up a load of the tag related codeChristopher Baines2021-01-17
* Sure up handling of exceptions within Guile (backtrace)Christopher Baines2021-01-17
* Fix bug in allocators from alist to vector switch for tagsChristopher Baines2021-01-17
* Stop treating collections of tags as alistsChristopher Baines2021-01-17
* Implement agent/build tag matchingChristopher Baines2021-01-17
* Add client code for changing agent tagsChristopher Baines2021-01-17
* Include agent tags in the details responseChristopher Baines2021-01-17
* Add tags for agentsChristopher Baines2021-01-17