aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* Fix the colspan for the derivation history table chart rowsChristopher 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
* Serve the /nix-cache-info responseChristopher Baines2019-12-26
* Serve narinfo files for derivationsChristopher 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
* Render nar files for derivationsChristopher Baines2019-12-26
* Add a "plain" view for derivationsChristopher Baines2019-12-26
* Add a helper function to render textChristopher 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
* Use HTTP pipelining when making requests to build serversChristopher 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
* Better handle errors within process-load-new-guix-revision-jobChristopher Baines2019-12-23
* Fix an error when updating the package derivation versions tableChristopher Baines2019-12-23
* Fix a bug with argument handling in the query-build-servers scriptChristopher Baines2019-12-22
* Include builds on the derivation history pageChristopher Baines2019-12-22
* Use the full width of the page for the derivation history tableChristopher 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
* Fix the use of defined? in relation to channel newsChristopher Baines2019-12-22
* Add links from the builds pages to the pages for individual buildsChristopher 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
* Handle derivations with no known buildChristopher Baines2019-12-22
* Ignore cross built derivations for the build statsChristopher Baines2019-12-22
* Improve the error handling for the build pageChristopher Baines2019-12-16
* Link to the derivation outputs from the package reproducibility pageChristopher Baines2019-12-16
* Allow filtering by system and target on the derivation-outputs pageChristopher Baines2019-12-16
* Add titles to a couple of revision pagesChristopher Baines2019-12-16
* Simplify the derivations page displayChristopher Baines2019-12-16
* Drop the default number of derivations to displayChristopher Baines2019-12-16
* Add a small bottom margin to the build status spanChristopher Baines2019-12-16
* Deduplicate the build status span code in html-utilsChristopher Baines2019-12-16
* Fix matching equivalent derivations in another functionChristopher Baines2019-12-16
* Allow customising the maximum number of processesChristopher Baines2019-12-16
* Add a page with charts to show package reproducibilityChristopher Baines2019-12-16
* Improve the revision derivation-outputs pageChristopher Baines2019-12-16
* Fix group-to-alistChristopher Baines2019-12-16
* Move group-to-alist to the model utils moduleChristopher Baines2019-12-16
* Show the possible failure reasons on the build pageChristopher 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