aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging
Commit message (Expand)AuthorAge
* Improve the line length for the receiving outputs codeChristopher Baines2020-10-24
* Move around the code for build log file locationsChristopher Baines2020-10-11
* Guard against receiving parts of build log filesChristopher Baines2020-10-10
* Fix missing bad-request procedureChristopher Baines2020-10-07
* Separate the agent messaging server and client codeChristopher Baines2020-10-07
* 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
* Use the #:namespace argument for metric registriesChristopher Baines2020-08-31
* Use the guile-prometheus library for the metricsChristopher Baines2020-08-31
* Switch to using guile-lzlibChristopher Baines2020-08-31
* Support storing when builds startChristopher Baines2020-07-01
* Report builds by derivation systemChristopher Baines2020-06-19
* Handle the system more explicitly when fetching buildsChristopher Baines2020-06-19
* Add some additional logging around the uploading of build logsChristopher Baines2020-05-23
* Track unprocessed hook events by eventChristopher Baines2020-05-23
* Report the number of unprocessed hook eventsChristopher Baines2020-05-21
* Try to better handle/avoid http related failuresChristopher Baines2020-05-20
* Fix zeroing the right metricChristopher Baines2020-05-19
* Zero the allocated build counts as wellChristopher Baines2020-05-19
* Zero the allocated build counts for each agentChristopher Baines2020-05-19
* Support agents processing builds in parallelChristopher Baines2020-05-17
* Change how triggering build allocations worksChristopher Baines2020-05-17
* Open up more fibers possibilities in the coordinatorChristopher Baines2020-05-17
* Guard against failed file uploadsChristopher Baines2020-05-13
* Stop base64 encoding chunked requestsChristopher Baines2020-05-09
* Improve the output receiving informational messagesChristopher Baines2020-05-09
* Tweak how outputs are sentChristopher Baines2020-05-09
* Make it possible to see how fast outputs are transferedChristopher Baines2020-05-09
* Add some informative messages when sending outputsChristopher Baines2020-05-09
* Decrease data limit for sending without upfront compressionChristopher Baines2020-05-09
* Display some context around coordinator errors in the outputChristopher Baines2020-05-09
* Increase the number of threads for reading chunked responsesChristopher Baines2020-05-09
* Have the proc when reading logs from agents return #tChristopher Baines2020-05-09
* Remove custom error handling for build resultsChristopher Baines2020-05-09
* Make a record type for the build coordinatorChristopher Baines2020-05-08
* Switch to a database table rather than a channel for hook eventsChristopher Baines2020-05-08
* Treat access denied retry responses as successfulChristopher Baines2020-05-08
* Support handling access denied responses as successesChristopher Baines2020-05-08
* Make the access denied responses actual JSON objectsChristopher Baines2020-05-08
* 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