aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* Don't hardcode the expected x-git-repo header valueChristopher Baines2020-01-11
* Use the build_servers_build_config table when querying build serversChristopher Baines2020-01-05
* Add a basic page for build serversChristopher Baines2020-01-05
* Add a couple of comments to select-outputs-without-known-nar-entriesChristopher Baines2020-01-05
* Remove -for-successful-builds from procedure nameChristopher Baines2020-01-05
* 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
* Fix some instability in the lint warnings page resultsChristopher Baines2020-01-02
* 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
* Remove a rogue 1 from the (guix-data-service model nar) moduleChristopher 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
* Fix the successful builds outputs query where there are no revisionsChristopher Baines2019-12-26
* Fix the derivations list on the builds pageChristopher Baines2019-12-23
* Fix the unknown build counts on the builds pagesChristopher Baines2019-12-23
* Fix an error when updating the package derivation versions tableChristopher Baines2019-12-23
* Include builds on the derivation history pageChristopher Baines2019-12-22
* Add a function to rebuild the package_derivations_by_guix_revisionChristopher Baines2019-12-22
* Extract out some functions from update-package-derivations-tableChristopher Baines2019-12-22
* Extract management of package_derivations_by_guix_revision_rangeChristopher Baines2019-12-22
* Allow filtering the revision builds page by systemChristopher Baines2019-12-22
* Filter builds on the revision builds page by revisionChristopher Baines2019-12-22
* Ignore cross built derivations for the build statsChristopher Baines2019-12-22
* Allow filtering by system and target on the derivation-outputs pageChristopher Baines2019-12-16
* Fix matching equivalent derivations in another functionChristopher Baines2019-12-16
* Add a page with charts to show package reproducibilityChristopher Baines2019-12-16
* Fix group-to-alistChristopher Baines2019-12-16
* Move group-to-alist to the model utils moduleChristopher Baines2019-12-16
* Add a function to find the builds required for a build that failedChristopher Baines2019-12-16
* Link to the build pages from the derivation pageChristopher Baines2019-12-16
* Add a page for each buildChristopher Baines2019-12-16