aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/derivation.scm
Commit message (Expand)AuthorAge
* Move inserting derivations in to the load-new-guix-revision moduleChristopher Baines2024-08-07
* Add more time logging in to insert-missing-derivationsChristopher Baines2024-07-16
* Stop inserting missing source file narsChristopher Baines2024-07-16
* Speed up querying for revision package derivationsChristopher Baines2024-06-21
* Remove even more time loggingChristopher Baines2024-01-28
* Remove some time loggingChristopher Baines2024-01-27
* Have delete-duplicates/sort! take a equality procedureChristopher Baines2024-01-18
* Handle derivations with no sourcesChristopher Baines2023-11-05
* Include output information in the package page responseChristopher Baines2023-11-05
* Make some sweeping changes to loading new revisionsChristopher Baines2023-11-02
* Fix ignoring canceled buildsChristopher Baines2023-05-18
* Ignore canceled builds when querying package derivationsChristopher Baines2023-05-18
* Improve performance of select-fixed-output-package-derivations-in-revisionChristopher Baines2023-03-11
* Guard against divide by 0 in update-derivation-outputs-statisticsChristopher Baines2022-11-28
* Do derivation inputs and outputs housekeeping at the end of each jobChristopher Baines2022-11-28
* Improve chunking when inserting derivation inputsChristopher Baines2022-09-17
* Reduce some chunk sizesChristopher Baines2022-09-17
* Further reduce some chunk sizesChristopher Baines2022-09-15
* Reduce some chunk sizesChristopher 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
* 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
* Allow filtering package derivations based on build server buildsChristopher Baines2022-05-23
* Add to the hardcoded list of valid targetsChristopher Baines2022-03-11
* 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
* 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
* Neaten up formatting in select-derivation-output-idChristopher Baines2021-09-24
* Replace derivation-file-names->vhashChristopher Baines2021-09-24
* Speed up inserting missing derivation sourcesChristopher Baines2021-09-24
* Fix the select-source-files-missing-nars queryChristopher Baines2021-09-16
* Make sure to add missing source file nars when inserting derivationsChristopher Baines2021-09-14
* Remove redundant derivation-sources callChristopher Baines2021-06-09
* Fetch the list of system values from the databaseChristopher Baines2021-04-23
* Create a table for systemsChristopher Baines2021-04-23
* Add powerpc64le-linux as a supported systemChristopher Baines2021-02-12
* Show finished builds on the fixed output package derivations pageChristopher Baines2021-02-02
* Fix a Squee null handling issue with latest fixed output derivationsChristopher Baines2021-01-14