aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* View scheduled builds like succeeded builds in terms of blockingChristopher Baines2022-11-12
* Tweak backfilling the blocked buildsChristopher Baines2022-11-12
* Use latest_build_status rather than build_statusChristopher Baines2022-11-12
* Have insert-blocked-builds cache when the partitions existChristopher Baines2022-11-11
* Rework insert-blocked-builds to make it more efficientChristopher Baines2022-11-11
* Stop using exception handling when inserting blocked_builds entriesChristopher Baines2022-11-11
* Add a blocking builds pageChristopher Baines2022-11-11
* Add support for incrementally tracking blocked buildsChristopher Baines2022-11-11
* Improve chunking when inserting derivation inputsChristopher Baines2022-09-17
* Reduce some chunk sizesChristopher Baines2022-09-17
* Further reduce some chunk sizesChristopher Baines2022-09-15
* Chunk the data for some queries in insert-missing-data-and-return-all-idsChristopher Baines2022-09-15
* Format some queries generated in insert-missing-data-and-return-all-idsChristopher Baines2022-09-14
* Reduce some chunk sizesChristopher Baines2022-09-14
* Speed up finding the locales for a revisionChristopher Baines2022-09-14
* Reduce chunk size for inserting dervation inputsChristopher Baines2022-09-14
* Reduce the chunk size for querying related derivation idsChristopher Baines2022-09-13
* Support per repository configuration for fetching substitutesChristopher Baines2022-09-09
* Set builds derivation output details set id if information availableChristopher Baines2022-07-08
* Sort derivation output details idsChristopher Baines2022-07-08
* Split out inserting derivation output details setsChristopher Baines2022-07-08
* Split out inserting into derivation_output_detailsChristopher Baines2022-07-08
* Fix the select-guix-revision-for-branch-and-datetime queryChristopher Baines2022-05-30
* Improve the package derivation by guix revision range insert queriesChristopher Baines2022-05-26
* Add missing comma in queryChristopher Baines2022-05-24
* Fix delete-guix-revision-package-derivation-entriesChristopher Baines2022-05-24
* Fix expected exec-query value when no branch existsChristopher Baines2022-05-24
* Fix more issues with the git_commits introductionChristopher Baines2022-05-23
* Allow filtering package derivations based on build server buildsChristopher Baines2022-05-23
* Fix more of rebuilding one of the tablesChristopher Baines2022-05-23
* Add missing git_branches query part to insert queryChristopher Baines2022-05-23
* Partition the package_derivations_by_guix_revision_range tableChristopher Baines2022-05-23
* Move the builds.derivation_output_details_set_id updateChristopher Baines2022-04-16
* Close the load revision inferior prior to inserting dataChristopher Baines2022-03-11
* Add to the hardcoded list of valid targetsChristopher Baines2022-03-11
* Include the nl_NL.UTF-8 locale when processing revisionsMaxime Devos2022-03-02
* Try to further speed up inserting missing derivation source filesChristopher Baines2022-03-02
* Speed up the finding of missing sourcesChristopher Baines2022-03-01
* Support querying package derivation outputs without the narsChristopher Baines2022-01-31
* Make the revision derivation counts numbersChristopher Baines2022-01-22
* Process derivations in chunksChristopher Baines2022-01-14
* Rename chunk-map! to chunk-for-each!Christopher Baines2022-01-14
* Re-write insert-derivation-inputs in a more memory efficient manorChristopher Baines2022-01-12
* Use a bigger start size for the hash tableChristopher Baines2021-10-03
* Insert derivations in chunksChristopher Baines2021-10-03
* Log the time to read missing derivations from the storeChristopher Baines2021-10-03
* Select existing derivations in chunksChristopher Baines2021-10-03
* Insert derivation inputs in chunksChristopher Baines2021-10-03
* Handle the case where there are no missing file namesChristopher Baines2021-09-25
* Optimise inserting derivation inputsChristopher Baines2021-09-24