aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/coordinator.scm
Commit message (Expand)AuthorAge
* Delay storing derivations in the databaseChristopher Baines2021-05-21
* Make some SQLite related improvementsChristopher Baines2021-04-20
* Start the allocator and hook threads laterChristopher Baines2021-03-29
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Add exception handling for the submit outputs hookChristopher Baines2021-02-18
* Add a hook for determining whether agents should submit outputsChristopher Baines2021-02-17
* Show backtraces upon hook errorsChristopher Baines2021-02-14
* 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
* Don't use with-exception-handler with (backtrace)Christopher Baines2021-01-22
* Sure up handling of exceptions within Guile (backtrace)Christopher Baines2021-01-17
* Tell agents when to submit built outputsChristopher Baines2021-01-16
* Move the build result storing logic in to the coordinator moduleChristopher Baines2021-01-16
* Move build allocation complexity out of the datastoreChristopher Baines2021-01-16
* Move triggering allocations out of the http serverChristopher Baines2021-01-15
* Fix issues around datastore-count-builds-for-derivationChristopher Baines2020-12-27
* Implement deferring buildsChristopher Baines2020-12-27
* Change how some submit build options handle canceled buildsChristopher Baines2020-12-26
* Add a hook for when builds are canceledChristopher Baines2020-12-21
* Track the duration of hooksChristopher Baines2020-12-20
* Fix argument ordering for datastore-insert-buildChristopher Baines2020-12-17
* Add missing db argumentChristopher Baines2020-12-17
* Move cancel build logic in to the coordinatorChristopher Baines2020-12-16
* Move more logic around submitting builds in to the coordinatorChristopher Baines2020-12-16
* Copy the agent log formatter to the coordinatorChristopher Baines2020-12-16
* Implement build cancelationChristopher Baines2020-12-16
* Fix bracketsChristopher Baines2020-12-10
* Use different buckets for the allocator duration metricChristopher Baines2020-12-10
* Start tracking the submit build coordinator action durationChristopher Baines2020-12-07
* Move some metrics out of base-datastore-metrics-updaterChristopher Baines2020-12-04
* Improve how requested systems are handled in build allocationChristopher Baines2020-12-02
* Manually handle WAL checkpointingChristopher Baines2020-12-02
* Better handle fetching buildsChristopher Baines2020-11-27
* Propagate tags for ensure-all-related-derivation-outputs-have-buildsChristopher Baines2020-11-24
* Fix build-started hook processing promptChristopher Baines2020-11-09
* Make hook processing a bit more efficientChristopher Baines2020-11-09
* Add logging around hook processingChristopher Baines2020-11-08
* Use the logger module to add times to the log outputChristopher Baines2020-11-07
* Better handle agent errors on the coordinator sideChristopher Baines2020-10-24
* Add some validation for hooksChristopher Baines2020-10-24
* Remove unnecessary underscoreChristopher Baines2020-10-23
* Improve .tmp build log file handlingChristopher Baines2020-10-11
* Move around the code for build log file locationsChristopher Baines2020-10-11
* Exclude .tmp files when checking for build logsChristopher Baines2020-10-10
* Separate the agent messaging server and client codeChristopher Baines2020-10-07
* Split the fibers utils from the main utils moduleChristopher Baines2020-10-07
* Track the number of builds the allocator is consideringChristopher Baines2020-09-23
* Fix assq-ref when handling build resultsChristopher Baines2020-09-20
* Create a run-coordinator-service procedureChristopher Baines2020-09-16