aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/client-communication.scm
Commit message (Expand)AuthorAge
* 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