aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/guix-data-service.scm
Commit message (Collapse)AuthorAge
* Include the derivation_outputs in the data service eventChristopher Baines2023-10-16
| | | | If possible.
* Add new send-events-for-selected-builds procedureChristopher Baines2023-10-16
| | | | Which is helpful when backfilling data in the data service.
* Use srfi-71 in the guix-data-service moduleChristopher Baines2023-08-22
|
* Switch the timeout approach for guix-data-service requestsChristopher Baines2023-03-29
| | | | In case this helps with avoiding hooks hanging.
* Fix the guix-data-service request timeoutChristopher Baines2022-05-21
| | | | Which was 30,000 seconds, rather than 30 seconds.
* Guard against Guix Data Service requests hangingChristopher Baines2020-10-02
| | | | | I don't know if this is happening, but the hooks are getting stuck, and this might be a cause.
* Remove another backtick that snuck inChristopher Baines2020-07-04
|
* Add a way of sending events for all builds to the Guix Data ServiceChristopher Baines2020-07-01
| | | | To backfill the data, where the hooks haven't been used.
* Add a function to notify the Guix Data Service about build eventsChristopher Baines2020-07-01