aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Add missing suffix to an agent log lineChristopher Baines2020-12-31
* Add more information to the agent info outputChristopher Baines2020-12-31
* Display useful information about agent stateChristopher Baines2020-12-31
* Have the agent fetch builds based on the current number of threadsChristopher Baines2020-12-31
* Rate limit the agent starting threads to process buildsChristopher Baines2020-12-31
* Avoid fetching builds when they won't start immediatelyChristopher Baines2020-12-30
* Only run one build when the load is highChristopher Baines2020-12-30
* Alter the work queue to allow for a dynamic thread countChristopher Baines2020-12-30
* 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
* Remove unnecessary nproc usageChristopher Baines2020-12-24
* Further tweak exception handling around has-substitutes-no-cache?Christopher Baines2020-12-24
* Add better logging to has-substiutes-no-cache?Christopher Baines2020-12-24
* Improve some loggingChristopher Baines2020-12-24
* Avoid canonicalize-path breaking on first setupChristopher Baines2020-12-23
* Include the current-load in the holding build start messageChristopher Baines2020-12-23
* Switch to a stable sort in the basic build allocatorChristopher Baines2020-12-23
* Maintain build order when breaking builds in to sublistsChristopher Baines2020-12-23
* Fix issue with the change of the load average periodChristopher Baines2020-12-23
* Switch to using the 1 minute load averageChristopher Baines2020-12-23
* Avoid starting builds if the system load is highChristopher Baines2020-12-23
* Skip some unnecessary prioritisation in the basic allocatorChristopher Baines2020-12-23
* Have the basic allocator prioritise builds with all build inputsChristopher Baines2020-12-23
* Improve the guix-daemon claims a substitute is unavailable messagesChristopher Baines2020-12-23
* Add missing canceled = 0 constraintChristopher Baines2020-12-22
* Fix typoChristopher Baines2020-12-22
* Fix another number -> boolean changeChristopher Baines2020-12-22
* Push builds that should be ready to start to the front of the queueChristopher Baines2020-12-22
* Add build-canceled-send-event-to-guix-data-service-hookChristopher Baines2020-12-21
* Add a hook for when builds are canceledChristopher Baines2020-12-21
* Fix default-build-missing-inputs-hookChristopher Baines2020-12-21
* Fix processing of boolean query parameters when listing buildsChristopher Baines2020-12-21
* Make it possible to list builds via the command line interfaceChristopher Baines2020-12-21
* Fix - to _ for the builds list not_tag parameterChristopher Baines2020-12-21
* When listing builds, sort by id, and allow filtering by after the idChristopher Baines2020-12-21
* Expose listing builds through the client APIChristopher Baines2020-12-21
* Add datastore-list-buildsChristopher Baines2020-12-21
* Handle canceled builds in the default-build-missing-inputs-hookChristopher Baines2020-12-21
* Include cancelled information in datastore-list-builds-for-outputChristopher Baines2020-12-21
* Track the duration of hooksChristopher Baines2020-12-20
* Make the build-success-publish-hook behaviour more transactionalChristopher Baines2020-12-20
* Support showing the agent build allocation plansChristopher Baines2020-12-20
* Include build tags in the GET build responseChristopher Baines2020-12-20
* Fix format for the times in the GET build responseChristopher Baines2020-12-20
* Use a canonical path for the sqitch registryChristopher Baines2020-12-20
* Fix argument ordering for datastore-insert-buildChristopher Baines2020-12-17
* Add missing db argumentChristopher Baines2020-12-17
* Use the same skip if narinfo exists logic in the publish hookChristopher Baines2020-12-17
* Move cancel build logic in to the coordinatorChristopher Baines2020-12-16