aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/derivation.scm
Commit message (Expand)AuthorAge
* 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
* Support controlling the fields returned for package derivationsChristopher Baines2020-04-24
* Make it clearer that some things relate to package derivationsChristopher Baines2020-04-24
* Add i586-gnu as a valid systemChristopher Baines2020-04-20
* Change the sort order for derivations on the package version pageChristopher Baines2020-03-21
* Order build statuses by id, not timestampChristopher Baines2020-03-01
* Properly sort the derivation outputsChristopher Baines2020-02-15
* Improve system and target query parameter handlingChristopher Baines2020-02-13
* Rework cross derivations supportChristopher Baines2020-02-08
* Make valid-systems quickerChristopher Baines2020-01-05
* Implement the search query input on the derivation outputs pageChristopher Baines2020-01-04
* Add a function to search for derivations in a revisionChristopher Baines2020-01-04
* Remove the outputs from the query behind the revision derivationsChristopher Baines2020-01-04
* Add more timing and debugging output to the load processChristopher Baines2020-01-04
* Add a #:loop? option to backfill-derivation-source-file-narsChristopher Baines2020-01-03
* Make it possible to specify the batch sizeChristopher Baines2019-12-31
* Display details for the derivation source filesChristopher Baines2019-12-30
* Add a function to backfill missing derivation source file narsChristopher Baines2019-12-30
* Rework insert-derivation-sources to use a helper functionChristopher Baines2019-12-29
* Serve narinfo files for derivation sourcesChristopher Baines2019-12-29
* Serve nar files for the derivation source filesChristopher Baines2019-12-29
* Generate and store nars for derivation source filesChristopher Baines2019-12-29
* Change the language around reproducibility/matching outputsChristopher Baines2019-12-27
* Improve the builds info on the revision package version pageChristopher Baines2019-12-27
* Fix more cases where equivalent builds were missedChristopher Baines2019-12-26
* Add copyright and license headers to a bunch of source filesChristopher Baines2019-12-26
* Add a function to fetch references for derivationsChristopher Baines2019-12-26
* Add a function to fetch a derivation by file name hashChristopher Baines2019-12-26
* Use the returned file name in select-derivation-by-file-nameChristopher Baines2019-12-26
* Add a function serialize a derivationChristopher Baines2019-12-26
* Ensure output ordering for derivations is correctChristopher Baines2019-12-26
* Fix the representation of the fixed output derivation hashesChristopher Baines2019-12-26
* Group derivation input outputs together by derivationChristopher Baines2019-12-26
* Allow filtering by system and target on the derivation-outputs pageChristopher Baines2019-12-16
* Implement the reproducibility status filterChristopher Baines2019-12-14
* Remove non-existent export from the derivation moduleChristopher Baines2019-12-12
* Add a function to select the outputs in a revisionChristopher Baines2019-12-12
* Fix related builds in select-derivations-in-revisionChristopher Baines2019-12-12
* Start storing and identifying sets of derivation outputsChristopher Baines2019-12-12
* Add a function to select derivations in a revisionChristopher Baines2019-12-12
* Fix some queries relating to the build_status table changesChristopher Baines2019-11-28
* Add a function for selecting derivation source filesChristopher Baines2019-11-21
* Improve select-derivation-outputs-by-derivation-idChristopher Baines2019-11-10
* Add a function to select derivation sourcesChristopher Baines2019-11-09
* Improve some derivation model functionsChristopher Baines2019-11-09
* Sort the derivation inputs by derivation file nameChristopher Baines2019-11-03
* Use numbers for ids in the derivation modelChristopher Baines2019-09-05
* Handle a change in guix with the <derivation-input> recordChristopher Baines2019-09-01