aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Add datastore-list-setup-failures-for-buildChristopher Baines2020-05-01
* Use two separate channels and sets of threads for SQLite operationsChristopher Baines2020-05-01
* Avoid errors in call-with-time-tracking if the registry isn't setChristopher Baines2020-04-30
* Improve the sqlite exception handlingChristopher Baines2020-04-30
* Only return setup failures for unprocessed buildsChristopher Baines2020-04-29
* List unprocessed builds in priority orderChristopher Baines2020-04-29
* Use a hash-table for setup failures, rather than an alistChristopher Baines2020-04-29
* Switch around which order to join build_results onChristopher Baines2020-04-29
* Improve the error handling in datastore-store-build-resultChristopher Baines2020-04-29
* Fix the datastore-list-builds-for-output metric nameChristopher Baines2020-04-28
* Fix metric namespacing in a few placesChristopher Baines2020-04-28
* Start tracking the duration of a few datastore functionsChristopher Baines2020-04-28
* Use max, rather than min for the parallelismChristopher Baines2020-04-28
* Add datastore-find-build-resultChristopher Baines2020-04-27
* Support listing processed buildsChristopher Baines2020-04-27
* Return a boolean value for processedChristopher Baines2020-04-27
* Change datastore-list-build-outputs to work without metadataChristopher Baines2020-04-26
* Add datastore functions to get metricsChristopher Baines2020-04-26
* Respect the allocation plan ordering when providing builds to agentsChristopher Baines2020-04-25
* Left join on build_results in datastore-list-builds-for-outputChristopher Baines2020-04-25
* Fix issues with fetching builds for agentsChristopher 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
* Send over some metadata from the agent for each outputChristopher Baines2020-04-23
* Add some more sqlite datastore functionsChristopher Baines2020-04-17
* Wrap transactions with some error handlingChristopher Baines2020-04-17
* Copy a few SQlite options from CuirassChristopher Baines2020-04-17
* Include finished builds in the agent for build queryChristopher Baines2020-04-16
* Support emptying the build planChristopher Baines2020-04-13
* 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 functions to find builds and derivation outputsChristopher Baines2020-04-13
* Add datastore-agent-for-buildChristopher Baines2020-04-13
* Support listing builds allocated for an agentChristopher Baines2020-04-11
* Add allocation methods to the datastoreChristopher Baines2020-04-10
* Add sqlite datastore methods for allocating buildsChristopher Baines2020-04-10
* Add datastore-agent-password-exists?Christopher Baines2020-04-10
* Implement finding agentsChristopher Baines2020-04-10
* Support creating passwords for agentsChristopher Baines2020-04-10
* Add the ability to list agentsChristopher Baines2020-04-10
* Support creating agentsChristopher Baines2020-04-10
* Implement a generic datastore-update methodChristopher Baines2020-04-10
* Add a database-file slot to the <sqlite-datastore>Christopher Baines2020-04-10
* Implement storing buildsChristopher Baines2020-04-10
* Use define-generic for some datastore methodsChristopher Baines2020-04-10
* Implement storing derivationsChristopher Baines2020-04-06