aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Simplify sqlite transactionalityChristopher Baines2020-09-18
* Make the processed commits file configurableChristopher Baines2020-09-18
* Make the Guix Data Service to queue builds from configurableChristopher Baines2020-09-18
* Fix filtering out unset hooksChristopher Baines2020-09-18
* Make the coordinator an argument in the queue builds scriptChristopher Baines2020-09-18
* Add a --password-file option to the agentChristopher Baines2020-09-17
* Better describe the default hooksChristopher Baines2020-09-17
* Change the buffering configuration before importsChristopher Baines2020-09-16
* 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
* Refactor the fibers server starting codeChristopher Baines2020-09-16
* Handle string->uri conversion when parsing optionsChristopher Baines2020-09-16
* Extract call-with-sigint to the utils moduleChristopher Baines2020-09-16
* Fix the sqitch --chdir argument for installationsChristopher Baines2020-09-16
* Explicitly use the current directory for the databaseChristopher Baines2020-09-16
* Fix AC_INIT in configure.acChristopher Baines2020-09-16
* Add install-data-local to Makefile.amChristopher Baines2020-09-16
* Remove completed planned feature around multiple allocatorsChristopher 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
* Tweak the guile and guix packages in guix-dev.scmChristopher 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
* Deduplicate the system arguments for the agent processChristopher 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