aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Improve how requested systems are handled in build allocationChristopher Baines2020-12-02
* Make WAL checkpointing more reliableChristopher Baines2020-12-02
* Manually handle WAL checkpointingChristopher Baines2020-12-02
* Add metrics for the database and WAL sizeChristopher Baines2020-12-01
* Improve datastore transaction timingChristopher Baines2020-11-30
* Instrument and log delays in executing queriesChristopher Baines2020-11-30
* Support tracking delays in worker thread channelsChristopher Baines2020-11-30
* Instrument more of the database writesChristopher Baines2020-11-30
* Tweak how call-with-time-tracking generates metric namesChristopher Baines2020-11-30
* Replace WARNING with WARNChristopher Baines2020-11-30
* Add some useful logging when the agent startsChristopher Baines2020-11-30
* Improve logging of new buildsChristopher Baines2020-11-30
* Revert erroneous logging changeChristopher Baines2020-11-30
* Hide logging from garbage collectionChristopher Baines2020-11-30
* Improve the logging from the agent -> coordinator communicationChristopher Baines2020-11-30
* Improve handling of build failuresChristopher Baines2020-11-30
* Try to reduce errors when deleting substitute cache filesChristopher Baines2020-11-30
* Improve agent loggingChristopher Baines2020-11-30
* Avoid output from has-substitutes?Christopher Baines2020-11-29
* Avoid lots of output when fetching substitutes for inputsChristopher Baines2020-11-29
* Avoid lots of output in has-substiutes-no-cache?Christopher Baines2020-11-29
* Avoid excessive logging when substituting derivationsChristopher Baines2020-11-29
* Wait if no new builds are availableChristopher Baines2020-11-29
* Fix the post-build-failure procedure to handle agent errorsChristopher Baines2020-11-29
* Tune agent sleepingChristopher Baines2020-11-29
* Better handle fetching buildsChristopher Baines2020-11-27
* Use ensure-path in substitute-derivationChristopher Baines2020-11-26
* Propagate build tags when inserting builds for missing inputsChristopher Baines2020-11-24
* Add datastore-fetch-build-tagsChristopher Baines2020-11-24
* Propagate tags for ensure-all-related-derivation-outputs-have-buildsChristopher Baines2020-11-24
* Guard against a potential crash in the basic allocatorChristopher Baines2020-11-16
* Improve error reporting when a derivation can't be substitutedChristopher Baines2020-11-16
* Avoid agent crashes when substitute urls aren't providedChristopher Baines2020-11-16
* Add back another sqlite-reset callChristopher Baines2020-11-13
* Revert "Remove redundant sqlite-reset calls"Christopher Baines2020-11-13
* Handle agent requested systems in the basic allocation strategyChristopher Baines2020-11-13
* Cache a couple of SQLite statements that should be cachedChristopher Baines2020-11-13
* Remove redundant sqlite-reset callsChristopher Baines2020-11-13
* Fix build-started hook processing promptChristopher Baines2020-11-09
* Make call-with-time-logging write output in a thread safe wayChristopher Baines2020-11-09
* Make hook processing a bit more efficientChristopher Baines2020-11-09
* Add logging around hook processingChristopher Baines2020-11-08
* Use the build coordinator logger in the agent messaging serverChristopher Baines2020-11-07
* Use the logger module to add times to the log outputChristopher Baines2020-11-07
* Fix the unprocessed_builds table sticking aroundChristopher Baines2020-11-06
* Speed up populating the unbuilt_outputs tableChristopher Baines2020-11-06
* Rework how the derivation ordered allocator gets buildsChristopher Baines2020-11-06
* Handle multiple values in call-with-time-loggingChristopher Baines2020-11-06
* Use the unbuilt_outputs table in the derivation ordered allocatorChristopher Baines2020-11-06
* Add an unbuilt_outputs tableChristopher Baines2020-11-06