aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/coordinator.scm
Commit message (Expand)AuthorAge
...
* Improve event/state id support for eventsChristopher Baines2023-04-03
* Try to improve hook exception handlingChristopher Baines2023-04-02
* Don't call (backtrace) in the build allocatorChristopher Baines2023-04-01
* Give up printing backtraces for exceptions in hooksChristopher Baines2023-03-29
* Try and ensure that the non-fibers sleep is used in placesChristopher Baines2023-03-29
* Provide more information in process-event error handlingChristopher Baines2023-03-29
* Always keep one thread running to process hooksChristopher Baines2023-03-29
* Change how parallel hook processing worksChristopher Baines2023-03-28
* Move waiting after hook errors in to process-eventChristopher Baines2023-03-27
* Handle the tags being a vector in submit-buildChristopher Baines2023-03-27
* Tweak how the exception handling and logging works for hooksChristopher Baines2023-03-27
* Fix sending tags as part of the build-submitted eventChristopher Baines2023-03-26
* Include build tags in the agent-builds-allocated eventChristopher Baines2023-03-26
* Send an event when builds are allocated to an agentChristopher Baines2023-03-25
* Send event on allocation plan updateChristopher Baines2023-03-25
* Send event on agent status updateChristopher Baines2023-03-25
* Add timestamp to the eventsChristopher Baines2023-03-25
* Add processor count to the agent statusChristopher Baines2023-03-24
* Implement and extend the agent status functionalityChristopher Baines2023-03-22
* Don't print backtraces for problems replying to clientsChristopher Baines2023-03-21
* Fix issue sending events outside of run-fibersChristopher Baines2023-03-21
* Get the state to use with events from the databaseChristopher Baines2023-03-21
* Send build related eventsChristopher Baines2023-03-21
* Add events framework to the coordinatorChristopher Baines2023-03-21
* Support skipping updating derived priorities when cancelling buildsChristopher Baines2023-02-21
* Tweak updating derived priorities when canceling buildsChristopher Baines2023-02-21
* Rework canceling buildsChristopher Baines2023-02-21
* Store build and build results counts in the databaseChristopher Baines2022-10-28
* Guard against canceling builds required by othersChristopher Baines2022-10-11
* Fix triggering build allocations for a couple of actionsChristopher Baines2022-07-15
* Add a couple of missing build allocation triggersChristopher Baines2022-07-08
* Support updating the priorities of buildsChristopher Baines2022-07-07
* Fix match error when populating the running-ids hashChristopher Baines2022-07-03
* Support processing hook events in parallelChristopher Baines2022-06-30
* Pull fetching the event to process out of the process-event procedureChristopher Baines2022-06-30
* Double check when to actually store builds as askedChristopher Baines2022-05-22
* Drop the fibers #:hzChristopher Baines2022-05-22
* Add delay logging around submitting buildsChristopher Baines2022-05-22
* Refactor build-for-output-already-exists? to only call read-drv onceChristopher Baines2022-05-22
* Remove the timeout from the allocation processChristopher Baines2022-05-21
* Avoid substituting derivations when builds are submittedChristopher Baines2022-05-15
* Increase the parallelism of the substitutes thread channelChristopher Baines2022-04-28
* Guard against inserting unnecessary related buildsChristopher Baines2022-04-23
* Switch to guile-fibers@1.1Christopher Baines2022-02-09
* Unwind on hook logging exceptionsChristopher Baines2022-01-20
* Add some extra exception handling around processing hook eventsChristopher Baines2022-01-19
* Actually increment the build counts when submitting buildsChristopher Baines2022-01-19
* Improve the speed of initialising metricsChristopher Baines2022-01-19
* Move UUID generation out of the insert builds transactionChristopher Baines2022-01-07
* Skip updating other build priorities for some buildsChristopher Baines2022-01-07