Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a page to show system tests for a revision | Christopher Baines | 2020-02-03 |
| | |||
* | Implement the search query input on the derivation outputs page | Christopher Baines | 2020-01-04 |
| | |||
* | Support the search query input on the revision derivations page | Christopher Baines | 2020-01-04 |
| | |||
* | Fix some missing arguments to view-revision-derivations | Christopher Baines | 2020-01-04 |
| | |||
* | Add a revision header and link to the package reproducibility page | Christopher Baines | 2020-01-04 |
| | | | | | To make it easier to get back to the revision page, as well as setting the content more in context. | ||
* | Add a revision header and link on the revision builds page | Christopher Baines | 2020-01-04 |
| | | | | | To make it easier to get back to the revision page, as well as setting the page content in context. | ||
* | Change the language around reproducibility/matching outputs | Christopher Baines | 2019-12-27 |
| | | | | | | | | 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. | ||
* | Link to the versions page from the latest revision package page | Christopher Baines | 2019-12-27 |
| | |||
* | Allow filtering the revision builds page by system | Christopher Baines | 2019-12-22 |
| | |||
* | Filter builds on the revision builds page by revision | Christopher Baines | 2019-12-22 |
| | |||
* | Allow filtering by system and target on the derivation-outputs page | Christopher Baines | 2019-12-16 |
| | | | | So that this can match up with the package reproducibility page. | ||
* | Simplify the derivations page display | Christopher Baines | 2019-12-16 |
| | | | | | Displaing the outputs didn't add much, so focus on neatly displaying the builds. | ||
* | Drop the default number of derivations to display | Christopher Baines | 2019-12-16 |
| | | | | As 100 is quite a lot to display by default. | ||
* | Add a page with charts to show package reproducibility | Christopher Baines | 2019-12-16 |
| | |||
* | Improve the revision derivation-outputs page | Christopher Baines | 2019-12-16 |
| | | | | Neaten up the display of the hashes, and add a reproducibility status column. | ||
* | Add a builds page for a specific revision | Christopher Baines | 2019-12-14 |
| | | | | Like the /builds page, but filtered for a specific revision. | ||
* | Drop the default number of results on the derivation outputs page | Christopher Baines | 2019-12-14 |
| | | | | To have it load quicker, but also because 100 results aren't necessary. | ||
* | Implement the reproducibility status filter | Christopher Baines | 2019-12-14 |
| | | | | On the derivation-outputs page. | ||
* | Add a page to show derivation outputs for a revision | Christopher Baines | 2019-12-12 |
| | |||
* | Fix the all-results/limit handling in the revision derivatinos controller | Christopher Baines | 2019-12-12 |
| | |||
* | Add a page to show the derivations in a revision | Christopher Baines | 2019-12-12 |
| | |||
* | Add a page to render the channel news entries for a revision | Christopher Baines | 2019-11-22 |
| | |||
* | Fix various warnings relating to the controller refactoring | Christopher Baines | 2019-10-18 |
| | |||
* | Handle unknown requests better within controllers | Christopher Baines | 2019-10-18 |
| | |||
* | Refactor the revision pages | Christopher Baines | 2019-10-14 |
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. |