aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/derivation.scm
Commit message (Expand)AuthorAge
* 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
* Add missing build server build ids to various queriesChristopher Baines2021-01-03
* Fix squee compatability issues for serving derivationsChristopher Baines2021-01-02
* Start to add compatibility with squee returning #f for null valuesChristopher Baines2021-01-02
* Improve select-fixed-output-package-derivations-in-revisionChristopher Baines2020-12-29
* Add select-fixed-output-package-derivations-in-revisionChristopher Baines2020-12-26
* Improve build links on the package derivations pageChristopher Baines2020-12-09
* Support querying package derivations by build statusChristopher Baines2020-12-09
* Switch queries across to use latest_build_statusChristopher Baines2020-10-13
* Include package details for the package derivation outputs JSONChristopher Baines2020-10-13
* Add dependency on Guile-lzlib.Ludovic Courtès2020-08-26
* Guard against some changes in how guile-json represents null valuesChristopher Baines2020-06-19
* Add a couple of options to select-derivation-outputs-in-revisionChristopher Baines2020-05-03