aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/repository
Commit message (Collapse)AuthorAge
* Add a lookup_builds field to the build_servers tableChristopher Baines2020-05-24
| | | | | This is to allow for build servers where only the substitutes should be queried, and it shouldn't be assumed that they're running Cuirass.
* Include if data is available in the JSON response for a branchChristopher Baines2020-04-24
|
* Fix the field names for the JSON representation of a branchChristopher Baines2020-04-24
|
* Add missing locale parameter to the latest revision lint warningsChristopher Baines2020-04-15
|
* Store output of most-recent-commits-for-branch in a local variableDanjela lura2020-03-29
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Include data in JSON response for the branch pagespf502020-03-28
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Add an unimplemented JSON response for the branch pageChristopher Baines2020-03-26
|
* Add a page for package output history on a branchChristopher Baines2020-03-21
| | | | | | | This complements the existing pages for the version history, and derivation history. As well as the new page, the buttons and styling of the two existing pages has been made to match better to enable easier navigation between the pages.
* 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.