aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging/http/server.scm
Commit message (Expand)AuthorAge
* Stop using the guix-memory-metrics-updaterChristopher Baines2023-03-27
* Instrument the size of some Guix managed hash tablesChristopher Baines2023-03-27
* Add processor count to the agent statusChristopher Baines2023-03-24
* Fix status load average handlingChristopher Baines2023-03-22
* Implement and extend the agent status functionalityChristopher Baines2023-03-22
* Stop using procedures for responses where unnecessaryChristopher Baines2023-03-21
* Clean up some loggingChristopher Baines2022-10-22
* Log when output files are renamedChristopher Baines2022-10-22
* Add more logging when output files are deletedChristopher Baines2022-10-22
* Copy upload error handling to the partial routeChristopher Baines2022-10-21
* Include the file size and md5 hash in error messagesChristopher Baines2022-10-21
* Don't crash on chunked input exceptionsChristopher Baines2022-10-08
* Check the dynamic auth token before creating new agentsChristopher Baines2022-10-08
* Fix the threshold for metrics delay loggingChristopher Baines2022-02-01
* Tweak metrics delay loggingChristopher Baines2022-01-20
* Remove bodies from responses to HEAD requestsChristopher Baines2021-12-27
* Fix route for getting the bytes uploaded for an outputChristopher Baines2021-12-24
* Check before deleting filesChristopher Baines2021-11-26
* Remove redundant if in the controllerChristopher Baines2021-11-26
* Don't print backtraces in the controller when chunked inputs endChristopher Baines2021-11-26
* Delete existing files when processing upload requestsChristopher Baines2021-11-22
* Unwind on some exceptionsChristopher Baines2021-11-22
* Improve some way numbers are displayedChristopher Baines2021-11-22
* Track delays for reporting metricsChristopher Baines2021-11-16
* Check if an output has been uploaded before trying to upload itChristopher Baines2021-11-16
* Add error handling around computing output hashesChristopher Baines2021-11-15
* Implement initial support for resuming HTTP uploadsChristopher Baines2021-11-14
* Start checking the hashes of submitted outputsChristopher Baines2021-11-14
* Improve the reveived output messageChristopher Baines2021-05-30
* Remove stale log filesChristopher Baines2021-05-26
* Handle receiving outputs as a bytevectorChristopher Baines2021-04-23
* Handle receiving logs as bytevectorsChristopher Baines2021-04-09
* Add Guile GC related metricsChristopher Baines2021-03-25
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Don't use with-exception-handler with (backtrace)Christopher Baines2021-01-22
* Add missing thunkChristopher Baines2021-01-16
* Tweak agent messaging error handlingChristopher Baines2021-01-16
* Move triggering allocations out of the http serverChristopher Baines2021-01-15
* Move some metrics out of base-datastore-metrics-updaterChristopher Baines2020-12-04
* Add metrics for the database and WAL sizeChristopher Baines2020-12-01
* Better handle fetching buildsChristopher Baines2020-11-27
* Make hook processing a bit more efficientChristopher Baines2020-11-09
* Use the build coordinator logger in the agent messaging serverChristopher Baines2020-11-07
* Include the Guile internal real and run times as metricsChristopher Baines2020-11-02
* Better handle agent errors on the coordinator sideChristopher Baines2020-10-24
* 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