aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/client-communication.scm
Commit message (Expand)AuthorAge
* 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
* Expose listing builds through the client APIChristopher Baines2020-12-21
* 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
* Implement build cancelationChristopher Baines2020-12-16
* Improve error reporting when a derivation can't be substitutedChristopher Baines2020-11-16
* Use the logger module to add times to the log outputChristopher Baines2020-11-07
* Use valid-path? rather than file exists for testing store itemsChristopher Baines2020-10-24
* client-communication: Do not use a hard-coded uri.Mathieu Othacehe2020-10-20
* Split the fibers utils from the main utils moduleChristopher Baines2020-10-07
* Don't patch fibers, just use the different procedure directlyChristopher Baines2020-09-16
* Fix passing through the ignore-if-build-for-derivation-exists parameterChristopher Baines2020-08-26
* Support adding tags to buildsChristopher Baines2020-05-31
* Support showing blocking buildsChristopher Baines2020-05-22
* Fetch substitutes in a separate channelChristopher Baines2020-05-19
* Improve handling of submitting buildsChristopher Baines2020-05-19
* Fix the build show missing inputs functionalityChristopher Baines2020-05-19
* Make it possible to show builds for an outputChristopher Baines2020-05-19
* Convert the client actions to happen over HTTPChristopher Baines2020-05-17