aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
Commit message (Expand)AuthorAge
* Track package replacementsChristopher Baines2021-07-11
* Add index for package_metadataCanan Talayhan2021-05-27
* Add some indexesChristopher Baines2021-05-17
* Create a table for systemsChristopher Baines2021-04-23
* Store channel instance derivations in a separate transactionChristopher Baines2021-02-02
* Increase statistics targets for the derivation_inputs tableChristopher Baines2020-12-27
* Add index to speed up deleting revisionsChristopher Baines2020-10-27
* Regenerate the latest_build_status tableChristopher Baines2020-10-21
* Add a latest_build_status tableChristopher Baines2020-10-13
* Support storing whether to authenticate commits by git repositoryChristopher Baines2020-10-07
* Add an index for derivation_sources.derivation_source_file_idChristopher Baines2020-10-02
* Change a constraint to add ON DELETE CASCADEChristopher Baines2020-10-02
* Change the autovacuum config for some tablesChristopher Baines2020-10-01
* Change the locale codeset representationChristopher Baines2020-09-26
* Change a package_descriptions index to use MD5 of the descriptionChristopher Baines2020-08-23
* Add the package_metadata_tsvectors tableDanjela Lura2020-08-12
* Add a index to derivation_output_details_setsChristopher Baines2020-07-04
* Remove the constraint on having one derivation build per serverChristopher Baines2020-07-01
* Avoid duplicate build status entriesChristopher Baines2020-07-01
* Support storing the id's representing builds in other servicesChristopher Baines2020-06-27
* Make build_status.timestamp nullableChristopher Baines2020-06-27
* Get the translated package synopsis and descriptions into the databaseDanjela Lura2020-06-19
* Get the translated lint checker descriptions into the databaseDanjela Lura2020-06-07
* Make nar_urls file sizes optionalChristopher Baines2020-06-03
* Add a lookup_builds field to the build_servers tableChristopher Baines2020-05-24
* Remove odd package derivations with mismatched systemsChristopher Baines2020-04-24
* Make jobs unique by commitChristopher Baines2020-03-28
* Create an index on narinfo_fetch_recordsChristopher Baines2020-03-25
* Stop using package_versions_by_guix_revision_rangeChristopher Baines2020-03-24
* Generate and store system test derivations for all supported systemsChristopher Baines2020-03-20
* Make a constraint deferrableChristopher Baines2020-02-16
* Update the build_servers_build_config valuesChristopher Baines2020-02-13
* Start storing channel instance derivationsChristopher Baines2020-02-11
* Support excluding and including branches from a repositoryChristopher Baines2020-02-08
* Rework cross derivations supportChristopher Baines2020-02-08
* Add missing migrationChristopher Baines2020-02-03
* Don't hardcode the expected x-git-repo header valueChristopher Baines2020-01-11
* Add a table to configure which build servers build whatChristopher Baines2020-01-05
* Create an index on the hash component of the store pathChristopher Baines2019-12-29
* Add a new table to nars for derivation source filesChristopher Baines2019-12-28
* Create an index for the hash component of derivation filenamesChristopher Baines2019-12-26
* Add new derivation_output_details_set_id column to the builds tableChristopher Baines2019-12-12
* Start storing and identifying sets of derivation outputsChristopher Baines2019-12-12
* Add some database indexesChristopher Baines2019-12-12
* Deduplicate builds and add a unique indexChristopher Baines2019-12-12
* Change nar_urls size to bigintChristopher Baines2019-12-12
* Change nars size to bigintChristopher Baines2019-12-12
* Add a table to record where narinfo files were fetched fromChristopher Baines2019-12-12
* Add an index on the derivation_file_name field in the builds tableChristopher Baines2019-12-12
* Begin to add support for importing narinfo filesChristopher Baines2019-11-30