aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Exclude .tmp files when checking for build logsChristopher Baines2020-10-10
* 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
* Guard against Guix Data Service requests hangingChristopher Baines2020-10-02
* Track the number of builds the allocator is consideringChristopher Baines2020-09-23
* Fix assq-ref when handling build resultsChristopher Baines2020-09-20
* Work around Guile not printing backtraces without failingChristopher Baines2020-09-18
* Simplify sqlite transactionalityChristopher Baines2020-09-18
* Better describe the default hooksChristopher Baines2020-09-17
* Create a run-coordinator-service procedureChristopher Baines2020-09-16
* Move more coordinator service startup out of the scriptChristopher Baines2020-09-16
* Don't patch fibers, just use the different procedure directlyChristopher Baines2020-09-16
* Extract call-with-sigint to the utils moduleChristopher Baines2020-09-16
* Fix the sqitch --chdir argument for installationsChristopher Baines2020-09-16
* Fix insert-derivation-and-return-outputsChristopher Baines2020-09-13
* 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
* Change how agents handle store connectionsChristopher Baines2020-08-26
* Fix passing through the ignore-if-build-for-derivation-exists parameterChristopher Baines2020-08-26
* Store if the derivation is a fixed output derivationChristopher Baines2020-08-26
* Use valid-path? rather than file-exists?Christopher Baines2020-08-15
* Fix builds missing from the allocation planChristopher Baines2020-07-06
* Remove another backtick that snuck inChristopher Baines2020-07-04
* Remove backtick that snuck inChristopher Baines2020-07-04
* Tweak the related-derivations-with-no-build-for-outputs for speedChristopher Baines2020-07-04
* Don't skip inserting builds where the system doesn't matchChristopher Baines2020-07-04
* Add datastore-list-builds-for-output-and-systemChristopher Baines2020-07-04
* Factor in which systems agents fetch in the allocation processChristopher Baines2020-07-03
* Record the systems fetched for agentsChristopher Baines2020-07-03
* Add datastore-find-build-derivation-systemChristopher Baines2020-07-03
* Record what systems agents fetch builds forChristopher Baines2020-07-03
* Add a way of sending events for all builds to the Guix Data ServiceChristopher Baines2020-07-01
* Add datastore-for-each-buildChristopher Baines2020-07-01
* Add hooks to send events to the Guix Data ServiceChristopher Baines2020-07-01
* Add a function to notify the Guix Data Service about build eventsChristopher Baines2020-07-01
* Improve error reporting within the sqlite threadsChristopher Baines2020-07-01
* Add a hook for when a build starts on an agentChristopher Baines2020-07-01
* Add a hook for when builds are submittedChristopher Baines2020-07-01
* Support tracking the end time of buildsChristopher Baines2020-07-01
* Support storing when builds startChristopher Baines2020-07-01
* Support storing when builds are createdChristopher Baines2020-07-01
* Add a timeout for allocationsChristopher Baines2020-06-25
* Make the build show-blocking output more stableChristopher Baines2020-06-23
* Simplify transaction handling in the sqlite datastoreChristopher Baines2020-06-20
* Pass through the db connection in datastore-call-with-transactionChristopher Baines2020-06-20
* Fetch the derivation ordered allocator data in a transactionChristopher Baines2020-06-20
* Add datastore-call-with-transactionChristopher Baines2020-06-20