aboutsummaryrefslogtreecommitdiff
path: root/sqitch
Commit message (Expand)AuthorAge
* Create index on build_startsChristopher Baines2023-11-24
* Include system uptime in the agent status informationChristopher Baines2023-05-05
* Use an in memory table for the build_allocation_planChristopher Baines2023-04-23
* Add processor count to the agent statusChristopher Baines2023-03-24
* Implement and extend the agent status functionalityChristopher Baines2023-03-22
* Store build and build results counts in the databaseChristopher Baines2022-10-28
* Record the details of derivation outputsChristopher Baines2022-07-07
* Fix unprocessed_builds_with_derived_prioritiesChristopher Baines2021-12-22
* Add an index on output_metadataChristopher Baines2021-11-18
* Add an active field to the agents tableChristopher Baines2021-11-12
* Refactor how unprocessed builds are trackedChristopher Baines2021-11-07
* Fix part of the create_outputs migrationChristopher Baines2021-05-27
* Introduce a systems tableChristopher Baines2021-05-21
* Introduce an outputs tableChristopher Baines2021-05-21
* Fix the foreign key constraint on setup_failure_missing_inputsChristopher Baines2021-04-08
* FixChristopher Baines2021-03-30
* Fix types in the allocated_builds tableChristopher Baines2021-03-30
* Use numeric ids for the derivations and buildsChristopher Baines2021-03-29
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Add tags for agentsChristopher Baines2021-01-17
* Implement deferring buildsChristopher Baines2020-12-27
* Add an index on build_tags.build_idChristopher Baines2020-12-21
* Implement build cancelationChristopher Baines2020-12-16
* Add an unbuilt_outputs tableChristopher Baines2020-11-06
* Store if the derivation is a fixed output derivationChristopher Baines2020-08-26
* Record what systems agents fetch builds forChristopher Baines2020-07-03
* 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
* Support adding tags to buildsChristopher Baines2020-05-31
* Add some more indexes to speed up derivation ordered allocationChristopher 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
* Add sqlite datastore support for storing unprocessed hook eventsChristopher Baines2020-05-08
* Add a couple of indexes that should speed up allocating buildsChristopher Baines2020-04-29
* Create an index on derivation_outputs.outputChristopher Baines2020-04-28
* Send over some metadata from the agent for each outputChristopher Baines2020-04-23
* Add a new table to store setup_failuresChristopher Baines2020-04-13
* Add the build_results tableChristopher Baines2020-04-13
* Create tables for allocating buildsChristopher Baines2020-04-10
* Add initial agent related tablesChristopher Baines2020-04-10
* Add a migration to create the builds tableChristopher Baines2020-04-10
* Add tables for derivationsChristopher Baines2020-04-04
* Add an initial migrationChristopher Baines2020-04-03
* Add sqitch conf and empty planChristopher Baines2020-04-03