aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Add missing canceled = 0 constraintChristopher Baines2020-12-22
* When listing builds, sort by id, and allow filtering by after the idChristopher Baines2020-12-21
* Add datastore-list-buildsChristopher Baines2020-12-21
* Include cancelled information in datastore-list-builds-for-outputChristopher Baines2020-12-21
* Use a canonical path for the sqitch registryChristopher Baines2020-12-20
* Move cancel build logic in to the coordinatorChristopher Baines2020-12-16
* Move more logic around submitting builds in to the coordinatorChristopher Baines2020-12-16
* Implement build cancelationChristopher Baines2020-12-16
* Remove some redundant time loggingChristopher Baines2020-12-16
* Move setting the journal_mode earlier in the database setupChristopher Baines2020-12-16
* Speed up insert-derivation-outputsChristopher Baines2020-12-15
* Further fix updating the build_allocation_plan_total metricChristopher Baines2020-12-10
* Add a default of 0 for the build allocation plan metricChristopher Baines2020-12-10
* Fix updating the build allocation plan total metricChristopher Baines2020-12-10
* Fix build prioritisationChristopher Baines2020-12-07
* Use a readonly connection for the SQLite readersChristopher Baines2020-12-07
* Re-enable automatic checkpointsChristopher Baines2020-12-06
* Fix some SQLite statement reset issuesChristopher Baines2020-12-06
* Add missing cache to the output conflicts statementChristopher Baines2020-12-04
* Attempt to speed up allocating buildsChristopher Baines2020-12-04
* Change finalize to reset for fetch build queryChristopher Baines2020-12-04
* Fix incorrect return value from datastore-allocate-builds-to-agentChristopher Baines2020-12-04
* Move some metrics out of base-datastore-metrics-updaterChristopher Baines2020-12-04
* Retry more to checkpoint the databaseChristopher Baines2020-12-02
* Move the wal_autocheckpoint config to the writer channelChristopher Baines2020-12-02
* Improve how requested systems are handled in build allocationChristopher Baines2020-12-02
* Make WAL checkpointing more reliableChristopher Baines2020-12-02
* Manually handle WAL checkpointingChristopher Baines2020-12-02
* Add metrics for the database and WAL sizeChristopher Baines2020-12-01
* Improve datastore transaction timingChristopher Baines2020-11-30
* Instrument and log delays in executing queriesChristopher Baines2020-11-30
* Instrument more of the database writesChristopher Baines2020-11-30
* Tweak how call-with-time-tracking generates metric namesChristopher Baines2020-11-30
* Better handle fetching buildsChristopher Baines2020-11-27
* Add datastore-fetch-build-tagsChristopher Baines2020-11-24
* Add back another sqlite-reset callChristopher Baines2020-11-13
* Revert "Remove redundant sqlite-reset calls"Christopher Baines2020-11-13
* Cache a couple of SQLite statements that should be cachedChristopher Baines2020-11-13
* Remove redundant sqlite-reset callsChristopher Baines2020-11-13
* Fix the unprocessed_builds table sticking aroundChristopher Baines2020-11-06
* Speed up populating the unbuilt_outputs tableChristopher Baines2020-11-06
* Rework how the derivation ordered allocator gets buildsChristopher Baines2020-11-06
* Use the unbuilt_outputs table in the derivation ordered allocatorChristopher Baines2020-11-06
* Add an unbuilt_outputs tableChristopher Baines2020-11-06
* Improve SQLite statement handlingChristopher Baines2020-11-04
* Only consider builds created in the last two weeksChristopher Baines2020-10-29
* Only consider unprocessed builds for prioritisationChristopher Baines2020-10-29
* Don't assume the missing input to a build is a direct inputChristopher Baines2020-10-24
* Move the registry file to a clearer nameChristopher Baines2020-10-11
* Split the fibers utils from the main utils moduleChristopher Baines2020-10-07