aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore/sqlite.scm
Commit message (Expand)AuthorAge
* Improve error reporting within the sqlite threadsChristopher Baines2020-07-01
* Add a hook for when a build starts on an agentChristopher Baines2020-07-01
* Add a hook for when builds are submittedChristopher Baines2020-07-01
* Support tracking the end time of buildsChristopher Baines2020-07-01
* Support storing when builds startChristopher Baines2020-07-01
* Support storing when builds are createdChristopher Baines2020-07-01
* Make the build show-blocking output more stableChristopher Baines2020-06-23
* Simplify transaction handling in the sqlite datastoreChristopher Baines2020-06-20
* Pass through the db connection in datastore-call-with-transactionChristopher Baines2020-06-20
* Add datastore-call-with-transactionChristopher Baines2020-06-20
* Don't consider allocated builds when planningChristopher Baines2020-06-19
* Add missing GROUP BY to queryChristopher Baines2020-06-19
* Report builds by derivation systemChristopher Baines2020-06-19
* Handle the system more explicitly when fetching buildsChristopher Baines2020-06-19
* Fix the builds with blocking countsChristopher Baines2020-06-01
* Support adding tags to buildsChristopher Baines2020-05-31
* Use one thread for each type of hook eventChristopher Baines2020-05-25
* Handle build allocation in a transactionChristopher Baines2020-05-24
* Track unprocessed hook events by eventChristopher Baines2020-05-23
* 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
* Make sure to include all unprocessed builds in the graphChristopher Baines2020-05-13
* Fix an issue with the propagated priorities queryChristopher Baines2020-05-13
* Fix missing builds from the derived priorities queryChristopher Baines2020-05-11
* Optimise the database and truncate the WAL on startupChristopher Baines2020-05-11
* Speed up the derivation ordered allocator a little bitChristopher Baines2020-05-11
* Replace datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Add datastore-fetch-unprocessed-builds-with-propagated-prioritiesChristopher Baines2020-05-10
* Fix datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Add datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Remove the ? from processedChristopher Baines2020-05-10
* Add prepared statement caching to datastore-list-builds-for-outputChristopher 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
* Pass #:cache? #t to sqlite-prepare in datastore-find-derivation-inputsChristopher Baines2020-05-08
* Add sqlite datastore support for storing unprocessed hook eventsChristopher Baines2020-05-08
* 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