| Commit message (Expand) | Author | Age |
... | |
* | Add pagination to the jobs page | Christopher Baines | 2019-12-26 |
* | Fix the colspan for the derivation history table chart rows•••It should have been changed to 4 when the builds column was added.
| Christopher Baines | 2019-12-26 |
* | Serve the /nix-cache-info response•••This should be the last piece of the puzzle for providing substitutes for
derivations.
| Christopher Baines | 2019-12-26 |
* | Serve narinfo files for derivations | Christopher Baines | 2019-12-26 |
* | Render nar files for derivations•••In the same manor that Guix publish does. This is working towards being able
to serve substitutes for derivations.
| Christopher Baines | 2019-12-26 |
* | Add a "plain" view for derivations | Christopher Baines | 2019-12-26 |
* | Add a helper function to render text | Christopher Baines | 2019-12-26 |
* | Group derivation input outputs together by derivation•••Both in terms of the code fetching the data from the database, as well as the
formatted and detail outputs. This corrects an error in the formatted output
for derivations where inputs would be duplicated.
| Christopher Baines | 2019-12-26 |
* | Fix the unknown build counts on the builds pages | Christopher Baines | 2019-12-23 |
* | Include builds on the derivation history page | Christopher Baines | 2019-12-22 |
* | Use the full width of the page for the derivation history table•••As it's quite big. Also remove the (More information) links, as they weren't
useful.
| Christopher Baines | 2019-12-22 |
* | Add links from the builds pages to the pages for individual builds | Christopher Baines | 2019-12-22 |
* | 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 |
* | Handle derivations with no known build•••When displaying build stats.
| Christopher Baines | 2019-12-22 |
* | Improve the error handling for the build page | Christopher Baines | 2019-12-16 |
* | Link to the derivation outputs from the package reproducibility page | Christopher Baines | 2019-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 Baines | 2019-12-16 |
* | Add titles to a couple of revision pages | Christopher Baines | 2019-12-16 |
* | Simplify the derivations page display•••Displaing the outputs didn't add much, so focus on neatly displaying the
builds.
| Christopher Baines | 2019-12-16 |
* | Drop the default number of derivations to display•••As 100 is quite a lot to display by default.
| Christopher Baines | 2019-12-16 |
* | Add a small bottom margin to the build status span•••So it displays better when there are items below it.
| Christopher Baines | 2019-12-16 |
* | Deduplicate the build status span code in html-utils | Christopher Baines | 2019-12-16 |
* | Add a page with charts to show package reproducibility | Christopher Baines | 2019-12-16 |
* | Improve the revision derivation-outputs page•••Neaten up the display of the hashes, and add a reproducibility status column.
| Christopher Baines | 2019-12-16 |
* | Show the possible failure reasons on the build page•••When the build status is "Failed (dependency)".
| Christopher Baines | 2019-12-16 |
* | Link to the build pages from the derivation page | Christopher Baines | 2019-12-16 |
* | Add a page for each build | Christopher Baines | 2019-12-16 |
* | Add a builds page for a specific revision•••Like the /builds page, but filtered for a specific revision.
| Christopher Baines | 2019-12-14 |
* | Break down the build stats by build server | Christopher Baines | 2019-12-14 |
* | Drop the default number of results on the derivation outputs page•••To have it load quicker, but also because 100 results aren't necessary.
| Christopher Baines | 2019-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 Baines | 2019-12-14 |
* | Implement the reproducibility status filter•••On the derivation-outputs page.
| Christopher Baines | 2019-12-14 |
* | Add a parameter to form-horizontal-control affect multiple values•••Previously, the behaviour was to accept multiple values, but enable just
allowing one value to be entered.
| Christopher Baines | 2019-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 Baines | 2019-12-13 |
* | Add a utility to help generate next page links | Christopher Baines | 2019-12-13 |
* | Add a page to show derivation outputs for a revision | Christopher Baines | 2019-12-12 |
* | Add a results count to the revision derivations page | 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 utility to generate a span for the status of a build | Christopher Baines | 2019-12-12 |
* | Move build-status helpers to the html-utils module | Christopher Baines | 2019-12-12 |
* | Include nars on the output page | Christopher Baines | 2019-12-12 |
* | Add a new page for the narinfos associated with an output | Christopher Baines | 2019-12-12 |
* | Add a page for each signing key | Christopher Baines | 2019-12-12 |
* | Add a new html-utils module•••To store code used for rendering HTML across multiple controllers.
| Christopher Baines | 2019-12-12 |
* | Stop setting a long max-age for the viewing store items•••As as new derivations are loaded, the contents of the page can change.
| Christopher Baines | 2019-12-12 |
* | Support querying builds by build servers | Christopher Baines | 2019-12-12 |
* | Support querying builds by status | Christopher Baines | 2019-12-12 |
* | Handle multiple invalid values for a single form field | Christopher Baines | 2019-12-12 |