aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-build-coordinator.in
Commit message (Expand)AuthorAge
...
* Implement deferring buildsChristopher Baines2020-12-27
* Don't try to cancel processed buildsChristopher Baines2020-12-23
* Implement canceling builds in bulkChristopher Baines2020-12-22
* Fix broken test in the basic allocatorChristopher Baines2020-12-22
* Make it possible to list builds via the command line interfaceChristopher Baines2020-12-21
* Guard against starting the coordinator for unknown commandsChristopher Baines2020-12-16
* Implement build cancelationChristopher Baines2020-12-16
* Fix a few places where the client-option-defaults were missingChristopher Baines2020-10-24
* Remove the other unnecessary underscoreChristopher Baines2020-10-23
* Fix filtering out unset hooksChristopher Baines2020-09-18
* 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
* Explicitly use the current directory for the databaseChristopher Baines2020-09-16
* Use the #:namespace argument for metric registriesChristopher Baines2020-08-31
* Use the guile-prometheus library for the metricsChristopher Baines2020-08-31
* 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 adding tags to buildsChristopher Baines2020-05-31
* Use one thread for each type of hook eventChristopher Baines2020-05-25
* Support showing blocking buildsChristopher Baines2020-05-22
* Fetch substitutes in a separate channelChristopher Baines2020-05-19
* Fix the build show missing inputs functionalityChristopher Baines2020-05-19
* Make it possible to show builds for an outputChristopher Baines2020-05-19
* Convert the client actions to happen over HTTPChristopher Baines2020-05-17
* Use a variableChristopher Baines2020-05-17
* Change how triggering build allocations worksChristopher Baines2020-05-17
* Open up more fibers possibilities in the coordinatorChristopher Baines2020-05-17
* Switch the command line options for the agent communication configChristopher Baines2020-05-16
* Set a default allocation strategyChristopher Baines2020-05-10
* Support passing substitute-urls when submitting a buildChristopher Baines2020-05-09
* Rework the ensure-all-related-derivations-have-builds optionChristopher Baines2020-05-09
* Fix submitting buildsChristopher Baines2020-05-09
* Make it possible to select the allocation strategyChristopher Baines2020-05-08
* Make a record type for the build coordinatorChristopher Baines2020-05-08
* Fix the finished output for missing inputsChristopher Baines2020-05-01
* Extend guix-build-coordinator show build to work with outputsChristopher Baines2020-05-01
* Add guix-build-coordinator build show ...Christopher Baines2020-05-01
* Add --ignore-if-build-for-outputs-existsChristopher Baines2020-04-30
* Start tracking the duration of a few datastore functionsChristopher Baines2020-04-28
* Add options suited for providing substitutesChristopher Baines2020-04-25
* Add a hook to handle missing inputsChristopher Baines2020-04-17
* Implement a couple of basic hooksChristopher Baines2020-04-16
* Print out the host and port when running a HTTP serverChristopher Baines2020-04-10
* Support creating passwords for agentsChristopher Baines2020-04-10