aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Support processing hook events in parallelChristopher Baines2022-06-30
* Guard against inserting unnecessary related buildsChristopher Baines2022-04-23
* Take the max of the derived priority and priorityChristopher Baines2022-04-23
* Guarantee the order of related derivations when listing themChristopher Baines2022-04-23
* Fix binding the agent_id when querying for output conflictsChristopher Baines2022-02-02
* Rewrite datastore-fetch-builds-to-allocateChristopher Baines2022-02-01
* Fix the selecting of builds from the allocation planChristopher Baines2022-01-31
* More efficiently filter and select builds in the allocatorChristopher Baines2022-01-31
* Don't use the SQLite shared cacheChristopher Baines2022-01-19
* Switch around some SQLite stuffChristopher Baines2022-01-19
* Delete processed hook events using a prepared statementChristopher Baines2022-01-19
* Improve the speed of initialising metricsChristopher Baines2022-01-19
* Add some extra delay loggingChristopher Baines2022-01-12
* Fix the get-derived-priority queryChristopher Baines2022-01-12
* Add some delay logging when inserting derivationsChristopher Baines2022-01-11
* Remove use of last-insert-rowid in insert-buildChristopher Baines2022-01-07
* Skip updating other build priorities for some buildsChristopher Baines2022-01-07
* Add LIMIT 1 to a couple of queriesChristopher Baines2022-01-07
* Fix insert-derivation-outputs returning the wrong idsChristopher Baines2022-01-04
* Make some SQLite configuration tweaksChristopher Baines2021-12-30
* Optimise inserting derivationsChristopher Baines2021-12-30
* 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