aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/client-communication.scm
Commit message (Expand)AuthorAge
* Remove datastore-select-allocated-buildsChristopher Baines2023-04-11
* Improve event/state id support for eventsChristopher Baines2023-04-03
* Include agent tags in the coordinator stateChristopher Baines2023-03-22
* Fix sharing build tags through the stateChristopher Baines2023-03-22
* Include the allocation plan size in the coordinator stateChristopher Baines2023-03-22
* Include build tags in the coordinator stateChristopher Baines2023-03-22
* Include agent requested systems in the coordinator stateChristopher Baines2023-03-22
* Include the last agent statuses in the overall statusChristopher Baines2023-03-22
* Get the state to use with events from the databaseChristopher Baines2023-03-21
* Stop using procedures for responses where unnecessaryChristopher Baines2023-03-21
* Add initial support for listening for eventsChristopher Baines2023-03-21
* Support skipping updating derived priorities when cancelling buildsChristopher Baines2023-02-21
* Rework canceling buildsChristopher Baines2023-02-21
* Tweak error handing around reading derivaitons when submitting buildsChristopher Baines2023-01-30
* Guard against canceling builds required by othersChristopher Baines2022-10-11
* Support listing builds and including/excluding builds by relationshipChristopher Baines2022-10-11
* Improve listing agent build allocation plansChristopher Baines2022-10-09
* Support updating build priorities through the command lineChristopher Baines2022-07-07
* Support listing builds by priorityChristopher Baines2022-07-07
* Fix read-drv/substitute not actually reading the derivationChristopher Baines2022-06-15
* Fallback to reading derivations directly from substitute serversChristopher Baines2022-06-15
* Use the substitutes channel for reading derivationsChristopher Baines2022-05-22
* Add delay logging around submitting buildsChristopher Baines2022-05-22
* Avoid substituting derivations when builds are submittedChristopher Baines2022-05-15
* Support activating and deactivating agentsChristopher Baines2021-11-13
* Delay storing derivations in the databaseChristopher Baines2021-05-21
* Support finding blocking builds not including cancelled onesChristopher Baines2021-04-16
* Add some error handling for POST buildsChristopher Baines2021-03-27
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Move request-query-parameters to utilsChristopher Baines2021-02-28
* Make it possible to look for blocking builds for a specific systemChristopher Baines2021-02-02
* Don't crash if builds don't have a created at dateChristopher 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
* 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
* Add client code for changing agent tagsChristopher Baines2021-01-17
* Include agent tags in the details responseChristopher Baines2021-01-17
* Expose allocated builds for each agentChristopher Baines2021-01-17
* Don't error when builds don't have a created at timeChristopher Baines2021-01-16
* Enable matching tags by just the keyChristopher Baines2021-01-03
* Implement deferring buildsChristopher Baines2020-12-27
* 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