aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* 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
* Use the unbuilt_outputs table in the derivation ordered allocatorChristopher Baines2020-11-06
* Add an unbuilt_outputs tableChristopher Baines2020-11-06
* Improve SQLite statement handlingChristopher Baines2020-11-04
* Only consider builds created in the last two weeksChristopher Baines2020-10-29
* Only consider unprocessed builds for prioritisationChristopher Baines2020-10-29
* Don't assume the missing input to a build is a direct inputChristopher Baines2020-10-24
* Move the registry file to a clearer nameChristopher Baines2020-10-11
* Split the fibers utils from the main utils moduleChristopher Baines2020-10-07
* Simplify sqlite transactionalityChristopher Baines2020-09-18
* 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
* Store if the derivation is a fixed output derivationChristopher Baines2020-08-26
* Fix builds missing from the allocation planChristopher Baines2020-07-06
* 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
* Add datastore-find-build-derivation-systemChristopher Baines2020-07-03
* Record what systems agents fetch builds forChristopher Baines2020-07-03
* Add datastore-for-each-buildChristopher 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
* 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
* Add datastore-call-with-transactionChristopher Baines2020-06-20
* Don't consider allocated builds when planningChristopher Baines2020-06-19
* Add missing GROUP BY to queryChristopher Baines2020-06-19
* Report builds by derivation systemChristopher Baines2020-06-19
* Handle the system more explicitly when fetching buildsChristopher Baines2020-06-19
* Fix the builds with blocking countsChristopher Baines2020-06-01
* Support adding tags to buildsChristopher Baines2020-05-31
* Use one thread for each type of hook eventChristopher Baines2020-05-25
* Handle build allocation in a transactionChristopher Baines2020-05-24
* Track unprocessed hook events by eventChristopher Baines2020-05-23
* Support showing blocking buildsChristopher Baines2020-05-22
* Report the number of unprocessed hook eventsChristopher Baines2020-05-21
* Improve handling of submitting buildsChristopher Baines2020-05-19
* Make sure to include all unprocessed builds in the graphChristopher Baines2020-05-13
* Fix an issue with the propagated priorities queryChristopher Baines2020-05-13
* Fix missing builds from the derived priorities queryChristopher Baines2020-05-11
* Optimise the database and truncate the WAL on startupChristopher Baines2020-05-11