aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore.scm
Commit message (Expand)AuthorAge
* Expose the derived priorities for buildsChristopher Baines2024-01-30
* Switch to a more rigorous method for finding potential source refsChristopher Baines2023-08-10
* Change listing builds to work as a streamChristopher Baines2023-05-19
* Don't log as much about "expected" exceptions in worker threadsChristopher Baines2023-05-02
* Remove datastore-select-allocated-buildsChristopher Baines2023-04-11
* Include the last agent statuses in the overall statusChristopher Baines2023-03-22
* Implement and extend the agent status functionalityChristopher Baines2023-03-22
* Tweak updating derived priorities when canceling buildsChristopher Baines2023-02-21
* Provide a mechanism to gracefully abort transactionsChristopher Baines2023-02-21
* Guard against canceling builds required by othersChristopher Baines2022-10-11
* Send more information on derivation outputs to the Guix Data ServiceChristopher Baines2022-07-07
* Support updating the priorities of buildsChristopher Baines2022-07-07
* Support processing hook events in parallelChristopher Baines2022-06-30
* Guard against inserting unnecessary related buildsChristopher Baines2022-04-23
* More efficiently filter and select builds in the allocatorChristopher Baines2022-01-31
* Support activating and deactivating agentsChristopher Baines2021-11-13
* Refactor how unprocessed builds are trackedChristopher Baines2021-11-07
* 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