aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging
Commit message (Expand)AuthorAge
...
* Move retry-on-error to utilsChristopher Baines2020-05-06
* Support compressing data upfront to reduce transfer timesChristopher Baines2020-05-05
* Increase the number of times to retry agent requestsChristopher Baines2020-04-29
* Check that the agent uuid is a stringChristopher Baines2020-04-28
* Retry file uploads to the coordinatorChristopher Baines2020-04-28
* Rework the way metrics are handledChristopher Baines2020-04-28
* Retry requests a few times if they errorChristopher Baines2020-04-27
* Add a function to retry a thunk a number of timesChristopher Baines2020-04-27
* Add more error handling to coordinator-http-requestChristopher Baines2020-04-27
* Refactor some of the HTTP requestsChristopher Baines2020-04-27
* Update the comment regarding processing chunked requestsChristopher Baines2020-04-27
* Revert "Revert "Read chunked request bodies in different threads to avoid blo...Christopher Baines2020-04-27
* Revert "Switch to the non-fibers web server"Christopher Baines2020-04-27
* Revert "Read chunked request bodies in different threads to avoid blocking"Christopher Baines2020-04-27
* Ensure that successful builds have the outputs and log fileChristopher Baines2020-04-26
* Read chunked request bodies in different threads to avoid blockingChristopher Baines2020-04-26
* Try to fix handling of chuncked requestsChristopher Baines2020-04-26
* Expose metricsChristopher Baines2020-04-26
* Support sending and storing log files for buildsChristopher Baines2020-04-25
* Extract out call-with-streaming-http-requestChristopher Baines2020-04-25
* Add a hook to handle missing inputsChristopher Baines2020-04-17
* Switch the build-allocator thread to not use a channelChristopher Baines2020-04-17
* Switch to the fibers backend for the webserverChristopher Baines2020-04-17
* Implement a couple of basic hooksChristopher Baines2020-04-16
* Improve build allocationChristopher Baines2020-04-13
* Add missing importChristopher Baines2020-04-13
* Fix printing out requests to the coordinatorChristopher Baines2020-04-13
* Support reporting setup failures to the coordinatorChristopher Baines2020-04-13
* Add support for sending/receiving build resultsChristopher Baines2020-04-13
* Start storing outputs in a proper directoryChristopher Baines2020-04-13
* Add initial support for sending/storing build outputsChristopher Baines2020-04-13
* Hack support for chuncked request bodies in to GuileChristopher Baines2020-04-13
* Switch to the non-fibers web serverChristopher Baines2020-04-13
* Respond to agent requests with the agent detailsChristopher Baines2020-04-11
* Support agents fetching buildsChristopher Baines2020-04-10
* Implement more of an agent sending a status updateChristopher Baines2020-04-10
* Implement more of the /agent/UUID GET behaviourChristopher Baines2020-04-10
* Start implementing the HTTP agent messaging featuresChristopher Baines2020-04-10