aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Fix unprocessed_builds_with_derived_prioritiesChristopher Baines2021-12-22
* Log delays for procedures involved in handling build resultsChristopher Baines2021-12-20
* Log delays in fetch builds to allocateChristopher Baines2021-12-20
* Reduce the time in the transaction when replacing the allocation planChristopher Baines2021-12-20
* Log delay from select allocated buildsChristopher Baines2021-12-20
* Log delays for entering transactionsChristopher Baines2021-12-20
* Log delays with datastore-insert-buildChristopher Baines2021-11-20
* Improve delay logging in datastore-call-with-transactionChristopher Baines2021-11-20
* Log delays in insert-derivation-and-return-outputsChristopher Baines2021-11-20
* Use prepared statements when inserting derivationsChristopher Baines2021-11-20
* Always reset the statement in db-output->output-idChristopher Baines2021-11-20
* Monitor a few more sqlite related proceduresChristopher Baines2021-11-18
* Improve the datastore-call-with-transaction delay loggingChristopher Baines2021-11-18
* Add delay logging to fetching buildsChristopher Baines2021-11-17
* Track delays for a couple of sqlite datastore operationsChristopher Baines2021-11-16
* Support activating and deactivating agentsChristopher Baines2021-11-13
* Report the active status of agents when listing themChristopher Baines2021-11-12
* Return the agent names when listing agentsChristopher Baines2021-11-12
* Properly convert a UUID to a build idChristopher Baines2021-11-07
* Add missing build_id in to queryChristopher Baines2021-11-07
* Add missing sqlite-resetChristopher Baines2021-11-07
* Refactor how unprocessed builds are trackedChristopher Baines2021-11-07
* Log procedures if they take more than 2 seconds within a transactionChristopher Baines2021-10-12
* 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