aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* 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
* 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
* Better format the duration in call-with-time-loggingChristopher Baines2020-12-16
* Remove some redundant time loggingChristopher Baines2020-12-16
* Move setting the journal_mode earlier in the database setupChristopher Baines2020-12-16
* Guard against a weird state for missing build inputsChristopher Baines2020-12-15
* Speed up insert-derivation-outputsChristopher Baines2020-12-15
* Extend the default builds-created-after timeChristopher Baines2020-12-14
* Fix the use of a slow alist in the basic allocatorChristopher Baines2020-12-11
* Just count the builds onceChristopher Baines2020-12-11
* Further fix updating the build_allocation_plan_total metricChristopher Baines2020-12-10
* Add a default of 0 for the build allocation plan metricChristopher Baines2020-12-10
* Fix bracketsChristopher Baines2020-12-10
* Use different buckets for the allocator duration metricChristopher Baines2020-12-10
* Fix updating the build allocation plan total metricChristopher Baines2020-12-10
* Add missing lgr argumentChristopher Baines2020-12-10
* Start using Prometheus metrics with the agentChristopher Baines2020-12-07