Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix target handling on the package derivation history page | Christopher Baines | 2020-02-16 |
* | 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 Baines | 2020-02-08 |
* | Add a very basic repositories page | Christopher Baines | 2020-02-01 |
* | 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 table layout on the derivation history page | Christopher Baines | 2020-01-03 |
* | 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 |
* | 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 |
* | 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 |
* | Fix the JSON output for the derivation history page | Christopher Baines | 2019-11-26 |
* | Remove some peek statements that snuck in | Christopher Baines | 2019-11-21 |
* | Link to the comparison page when viewing derivation history | Christopher Baines | 2019-11-21 |
* | Add first version of a page with the history of package derivations•••Some filtering options need adding for the system and target, as it's currently hardcoded, but the general page does work. | Christopher Baines | 2019-11-09 |
* | 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 repository pages code•••Move it out of the main controller and html modules to better separate the code, which should allow to make it easier to read in the future. | Christopher Baines | 2019-10-14 |