aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Fix datastore-find-derivation-for-outputChristopher Baines2021-05-27
* Fix datastore-list-unbuilt-derivation-outputsChristopher Baines2021-05-27
* Fix datastore-list-build-outputs for the new outputs tableChristopher Baines2021-05-27
* Return #f from datastore-find-derivation-outputs if none are foundChristopher Baines2021-05-21
* Allow datastore-find-derivation-system to return #fChristopher Baines2021-05-21
* Enable foreign key checkingChristopher Baines2021-05-21
* Introduce a systems tableChristopher Baines2021-05-21
* Introduce an outputs tableChristopher Baines2021-05-21
* Remove non-existent exportChristopher Baines2021-04-20
* Make some SQLite related improvementsChristopher Baines2021-04-20
* Support finding blocking builds not including cancelled onesChristopher Baines2021-04-16
* Always join against the derivations tableChristopher Baines2021-04-04
* Truncate the WAL if it exceeds 100MiBChristopher Baines2021-04-04
* Fix tagging buildsChristopher Baines2021-04-02
* Always include derivation joinChristopher Baines2021-04-02
* FixChristopher Baines2021-03-30
* Fix more build id/uuid issuesChristopher Baines2021-03-30
* FixChristopher Baines2021-03-30
* Stop quoting number build idsChristopher Baines2021-03-30
* Fix more type issuesChristopher Baines2021-03-30
* Fix incorrect parameterChristopher Baines2021-03-30
* Fix GROUP BYChristopher Baines2021-03-30
* Add missing GROUP BYChristopher Baines2021-03-30
* Fix datastore-fetch-build-ids... not returnning uuidsChristopher Baines2021-03-30
* Fix issue with numeric build IDs in stringsChristopher Baines2021-03-30
* Use numeric ids for the derivations and buildsChristopher Baines2021-03-29
* Only show blocking builds which actually block at least one buildChristopher Baines2021-03-29
* Include cancelled builds when looking for blocking buildsChristopher Baines2021-03-27
* Fix bug in datastore-fetch-build-to-allocateChristopher Baines2021-03-07
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Ignore canceled builds when considering builds for related derivationsChristopher Baines2021-02-20
* Revert "Speed up the explicit WAL checkpoints"Christopher Baines2021-02-14
* Speed up the explicit WAL checkpointsChristopher Baines2021-02-14
* Trigger build allocations when necessary for deferred buildsChristopher Baines2021-02-06
* Fix datastore-list-builds failing if systems isn't specifiedChristopher Baines2021-02-05
* Filter out not-tags which don't existChristopher Baines2021-02-05
* Make it possible to look for blocking builds for a specific systemChristopher Baines2021-02-02
* Fix ignoring builds with no tags in datastore-list-buildsChristopher Baines2021-01-31
* Support listing and canceling builds by derivation systemChristopher Baines2021-01-31
* Exclude allocated builds from setup failuresChristopher Baines2021-01-26
* Fix up a load of the tag related codeChristopher Baines2021-01-17
* Stop treating collections of tags as alistsChristopher Baines2021-01-17
* Add tags for agentsChristopher Baines2021-01-17
* Exclude allocated builds from the basic allocatorChristopher Baines2021-01-17
* Tweak datastore-list-unbuilt-derivation-outputsChristopher Baines2021-01-16
* Start migrating derivation-inputs to derivation_inputsChristopher Baines2021-01-16
* Add datastore-list-unbuilt-derivation-outputsChristopher Baines2021-01-16
* Allow nesting transactions in codeChristopher Baines2021-01-16
* Use a readonly transaction for datastore-fetch-build-to-allocateChristopher Baines2021-01-16
* Fix some sqlite datastore slot referencesChristopher Baines2021-01-16