Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a page listing the available database dumps | Christopher Baines | 2020-02-22 |
| | |||
* | Add another 0 to the job default character limit | Christopher Baines | 2020-02-16 |
| | | | | | This seems to work fine, and now because of the channel-instances, it's useful to display more data by default. | ||
* | Fix target handling on the package derivation history page | Christopher Baines | 2020-02-16 |
| | |||
* | Fix some functions being called with the wrong number of arguments | Christopher Baines | 2020-02-15 |
| | |||
* | Set a default target for the revision builds page | Christopher Baines | 2020-02-15 |
| | | | | | This solves the build stats showing up incorrectly, as without this there was no filtering on target. | ||
* | Improve system and target query parameter handling | Christopher Baines | 2020-02-13 |
| | |||
* | Remove the target query parameter from some links | Christopher Baines | 2020-02-12 |
| | | | | As the system is no longer a valid value. | ||
* | Add a page for channel instance derivations | Christopher Baines | 2020-02-12 |
| | |||
* | Switch to using more correct targets on the build page | Christopher Baines | 2020-02-11 |
| | |||
* | Remove peek call | Christopher Baines | 2020-02-08 |
| | |||
* | Rework cross derivations support | Christopher Baines | 2020-02-08 |
| | | | | | | | | | | | | | | 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. | ||
* | Add a page to show system tests for a revision | Christopher Baines | 2020-02-03 |
| | |||
* | Add a very basic repositories page | Christopher Baines | 2020-02-01 |
| | |||
* | Add a build servers page | Christopher Baines | 2020-02-01 |
| | |||
* | Fix indentation | Christopher Baines | 2020-02-01 |
| | |||
* | Add a job events page | Christopher Baines | 2020-01-20 |
| | |||
* | Tweak the recent events table on the jobs page | Christopher Baines | 2020-01-20 |
| | |||
* | Improve the compare-invalid-parameters messages | Christopher Baines | 2020-01-18 |
| | |||
* | Add a small table of recent job events | Christopher Baines | 2020-01-12 |
| | | | | To make it easier to see what recently happened. | ||
* | Delete unused assoc-ref-multiple function | Christopher Baines | 2020-01-10 |
| | |||
* | Add a basic page for build servers | Christopher Baines | 2020-01-05 |
| | |||
* | Don't hardcode the system and target for the derivation history page | Christopher Baines | 2020-01-05 |
| | |||
* | Extract out the derivation-history rendering code | Christopher Baines | 2020-01-05 |
| | |||
* | Fix the help text on the derivation outputs page | Christopher Baines | 2020-01-04 |
| | |||
* | 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 the help text on the revision derivations page | Christopher Baines | 2020-01-04 |
| | |||
* | Fix some missing arguments to view-revision-derivations | Christopher Baines | 2020-01-04 |
| | |||
* | Drop bottom margin of the dl's on the revision derivations page | Christopher Baines | 2020-01-04 |
| | | | | This makes the table display better. | ||
* | Add missing headings to the revision derivations page table | Christopher Baines | 2020-01-04 |
| | |||
* | Remove the outputs from the query behind the revision derivations | Christopher Baines | 2020-01-04 |
| | | | | As that data is now unused. | ||
* | 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. | ||
* | Fix the table layout on the derivation history page | Christopher Baines | 2020-01-03 |
| | |||
* | Fix a few list styling issues | Christopher Baines | 2020-01-02 |
| | |||
* | Remove the reset.css stylesheet | Christopher Baines | 2020-01-02 |
| | | | | | | This was copied over from Mumi, but I've noticed some styling issues with lists, and I'm not sure how well it interacts with Bootstrap. Simpler is better, so lets just try removing it. | ||
* | Better split up the comparision functionality | Christopher Baines | 2020-01-02 |
| | | | | | | | | | | | The packages comparison was getting confused by differences in the derivations, so split the data used to make the comparison more sensible. This resolves an issue comparing 8dd723f5… and 365892e9… which coinsided with the fix for importing foreign architecture derivations, meaning that a whole lot of new derivations appeared in the database. Prior to these changes, it appeared like every package was new, and with these changes, the list is more sensible. | ||
* | Display details for the derivation source files | Christopher Baines | 2019-12-30 |
| | | | | If the nar file is available. | ||
* | Improve entity handling in the sxml module | Christopher Baines | 2019-12-30 |
| | | | | | This is useful as stexi->shtml uses *ENTITY* so handling this here means that the HTML output for texinfo is better. | ||
* | Serve narinfo files for derivation sources | Christopher Baines | 2019-12-29 |
| | |||
* | Move rendering narinfo responses out of the main controller function | Christopher Baines | 2019-12-29 |
| | | | | In preparation for also handling derivation source files. | ||
* | Serve nar files for the derivation source files | Christopher Baines | 2019-12-29 |
| | |||
* | 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. | ||
* | Fix the help text on the jobs page | Christopher Baines | 2019-12-27 |
| | |||
* | Add a page to show the public key used to sign substitutes | Christopher Baines | 2019-12-27 |
| | |||
* | Change indentation in the nar-controller parameters | Christopher Baines | 2019-12-27 |
| | |||
* | Add a link to the derivations page | Christopher Baines | 2019-12-27 |
| | | | | From the revision page. | ||
* | Link to the versions page from the latest revision package page | Christopher Baines | 2019-12-27 |
| | |||
* | Link to the derivation history page from the branch package page | Christopher Baines | 2019-12-27 |
| | |||
* | Improve the builds info on the revision package version page | Christopher Baines | 2019-12-27 |
| | | | | Show multiple builds, and link to the build page. |