aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/repository
Commit message (Collapse)AuthorAge
* Fix target handling on the package derivation history pageChristopher Baines2020-02-16
|
* Rework cross derivations supportChristopher Baines2020-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 very basic repositories pageChristopher Baines2020-02-01
|
* Don't hardcode the system and target for the derivation history pageChristopher Baines2020-01-05
|
* Extract out the derivation-history rendering codeChristopher Baines2020-01-05
|
* Fix the table layout on the derivation history pageChristopher Baines2020-01-03
|
* Link to the versions page from the latest revision package pageChristopher Baines2019-12-27
|
* Link to the derivation history page from the branch package pageChristopher Baines2019-12-27
|
* Fix the colspan for the derivation history table chart rowsChristopher Baines2019-12-26
| | | | It should have been changed to 4 when the builds column was added.
* Include builds on the derivation history pageChristopher Baines2019-12-22
|
* Use the full width of the page for the derivation history tableChristopher Baines2019-12-22
| | | | | As it's quite big. Also remove the (More information) links, as they weren't useful.
* Fix the JSON output for the derivation history pageChristopher Baines2019-11-26
|
* Remove some peek statements that snuck inChristopher Baines2019-11-21
|
* Link to the comparison page when viewing derivation historyChristopher Baines2019-11-21
|
* Add first version of a page with the history of package derivationsChristopher Baines2019-11-09
| | | | | Some filtering options need adding for the system and target, as it's currently hardcoded, but the general page does work.
* Fix various warnings relating to the controller refactoringChristopher Baines2019-10-18
|
* Handle unknown requests better within controllersChristopher Baines2019-10-18
|
* Refactor the repository pages codeChristopher Baines2019-10-14
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.