aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/revision/html.scm
Commit message (Expand)AuthorAge
* Remove the target query parameter from some links•••As the system is no longer a valid value. Christopher Baines2020-02-12
* Add a page for channel instance derivationsChristopher Baines2020-02-12
* Switch to using more correct targets on the build pageChristopher Baines2020-02-11
* Remove peek callChristopher Baines2020-02-08
* Rework cross derivations support•••Stop using the system values as targets, and remove package derivation entries where this is the case. Switch the non-cross derivation case to have a target of "", rather than matching the system, as this makes more sense, and is more consistent now that the target values no longer match the system values. Hardcode some more correct target values, and use these instead. Hopefully this can be better integrated with Guix in the future. This commit also includes a migration attempting to shrink some indexes. Christopher Baines2020-02-08
* Add a page to show system tests for a revisionChristopher Baines2020-02-03
* Fix the help text on the derivation outputs pageChristopher Baines2020-01-04
* Fix the help text on the revision derivations pageChristopher Baines2020-01-04
* Drop bottom margin of the dl's on the revision derivations page•••This makes the table display better. Christopher Baines2020-01-04
* Add missing headings to the revision derivations page tableChristopher Baines2020-01-04
* Remove the outputs from the query behind the revision derivations•••As that data is now unused. Christopher Baines2020-01-04
* Add a revision header and link to the package reproducibility page•••To make it easier to get back to the revision page, as well as setting the content more in context. Christopher Baines2020-01-04
* Add a revision header and link on the revision builds page•••To make it easier to get back to the revision page, as well as setting the page content in context. Christopher Baines2020-01-04
* Fix a few list styling issuesChristopher Baines2020-01-02
* Change the language around reproducibility/matching outputs•••It's more accurate to describe the specifics of the relevant data here through terms like "matching" and "not matching", as a statement that something built reproducibility needs to be made alongside the test conditions. So just say that build outputs matched, or didn't match, as this is more descriptive of the data available. Christopher Baines2019-12-27
* Add a link to the derivations page•••From the revision page. Christopher Baines2019-12-27
* Link to the versions page from the latest revision package pageChristopher Baines2019-12-27
* Improve the builds info on the revision package version page•••Show multiple builds, and link to the build page. Christopher Baines2019-12-27
* Fix the unknown build counts on the builds pagesChristopher Baines2019-12-23
* 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
* Handle derivations with no known build•••When displaying build stats. Christopher Baines2019-12-22
* Link to the derivation outputs from the package reproducibility pageChristopher Baines2019-12-16
* Allow filtering by system and target on the derivation-outputs page•••So that this can match up with the package reproducibility page. Christopher Baines2019-12-16
* Add titles to a couple of revision pagesChristopher Baines2019-12-16
* Simplify the derivations page display•••Displaing the outputs didn't add much, so focus on neatly displaying the builds. Christopher Baines2019-12-16
* Add a page with charts to show package reproducibilityChristopher Baines2019-12-16
* Improve the revision derivation-outputs page•••Neaten up the display of the hashes, and add a reproducibility status column. Christopher Baines2019-12-16
* Add a builds page for a specific revision•••Like the /builds page, but filtered for a specific revision. Christopher Baines2019-12-14
* Add "Fixed output" to the options for Reproducibility status•••On the derivation outputs page, as some derivations are reproducible by definition, so it's good to identify and exclude these. Christopher Baines2019-12-14
* Implement the reproducibility status filter•••On the derivation-outputs page. Christopher Baines2019-12-14
* Improve the next page links on the revision pages•••To add or update the relevant query parameter, rather than replacing all the query parameters with the new value. Christopher Baines2019-12-13
* Add a page to show derivation outputs for a revisionChristopher Baines2019-12-12
* Add a results count to the revision derivations pageChristopher Baines2019-12-12
* Add a page to show the derivations in a revisionChristopher Baines2019-12-12
* Move build-status helpers to the html-utils moduleChristopher Baines2019-12-12
* Add a page to render the channel news entries for a revisionChristopher Baines2019-11-22
* Fix various warnings relating to the controller refactoringChristopher Baines2019-10-18
* Move the unknown-revision function to the correct moduleChristopher Baines2019-10-14
* Refactor the revision pages•••Move the code to a more specific controller and html module. There's a lot of code related to the revision pages, and having it separated will help with refactoring it. Christopher Baines2019-10-14