aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore.scm
Commit message (Expand)AuthorAge
* Make some SQLite related improvementsChristopher Baines2021-04-20
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Trigger build allocations when necessary for deferred buildsChristopher Baines2021-02-06
* Add tags for agentsChristopher Baines2021-01-17
* Add datastore-list-unbuilt-derivation-outputsChristopher Baines2021-01-16
* Move the build result storing logic in to the coordinator moduleChristopher Baines2021-01-16
* Move build allocation complexity out of the datastoreChristopher Baines2021-01-16
* Change how some submit build options handle canceled buildsChristopher Baines2020-12-26
* Add datastore-list-buildsChristopher Baines2020-12-21
* Move cancel build logic in to the coordinatorChristopher Baines2020-12-16
* Move more logic around submitting builds in to the coordinatorChristopher Baines2020-12-16
* Implement build cancelationChristopher Baines2020-12-16
* Move some metrics out of base-datastore-metrics-updaterChristopher Baines2020-12-04
* Manually handle WAL checkpointingChristopher Baines2020-12-02
* Add metrics for the database and WAL sizeChristopher Baines2020-12-01
* Add datastore-fetch-build-tagsChristopher Baines2020-11-24
* Rework how the derivation ordered allocator gets buildsChristopher Baines2020-11-06
* Don't assume the missing input to a build is a direct inputChristopher Baines2020-10-24
* 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
* Support storing when builds startChristopher Baines2020-07-01
* Add datastore-call-with-transactionChristopher Baines2020-06-20
* 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
* Replace datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Add datastore-fetch-unprocessed-builds-with-propagated-prioritiesChristopher Baines2020-05-10
* Add datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Rework the ensure-all-related-derivations-have-builds optionChristopher Baines2020-05-09
* Add datastore-list-builds-for-derivation-recursive-inputsChristopher Baines2020-05-08
* Add sqlite datastore support for storing unprocessed hook eventsChristopher Baines2020-05-08
* Add datastore-list-setup-failures-for-buildChristopher Baines2020-05-01
* Fix --update-databaseChristopher Baines2020-04-28
* Start tracking the duration of a few datastore functionsChristopher Baines2020-04-28
* Add datastore-find-build-resultChristopher Baines2020-04-27
* Support listing processed buildsChristopher Baines2020-04-27
* Add datastore functions to get metricsChristopher Baines2020-04-26
* Fix datastore-find-build-outputChristopher Baines2020-04-25
* Add datastore-list-related-derivations-with-no-buildChristopher Baines2020-04-25
* Add datastore-list-builds-for-derivationChristopher Baines2020-04-25
* Add datastore-list-build-outputsChristopher Baines2020-04-23
* Add datastore-find-derivation-systemChristopher Baines2020-04-23
* Re-work how the datastore module re-exports thingsChristopher Baines2020-04-17
* Add datastore-fetch-setup-failuresChristopher Baines2020-04-13
* Add datastore methods for handling setup failuresChristopher Baines2020-04-13
* Add datastore-store-build-resultChristopher Baines2020-04-13
* Add datastore-find-build-outputChristopher Baines2020-04-13
* Add datastore functions to find builds and derivation outputsChristopher Baines2020-04-13