aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/compare
Commit message (Collapse)AuthorAge
* Fix a few list styling issuesChristopher Baines2020-01-02
|
* Better split up the comparision functionalityChristopher Baines2020-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.
* Expand compare by datetime outputChristopher Baines2019-11-21
| | | | Include the commit and datetime for the revisions that were compared.
* Include news entries on the comparison pageChristopher Baines2019-11-21
|
* Add more links to store itemsChristopher Baines2019-11-21
| | | | On the formatted derivation and derivation comparison pages.
* Link to derivation comparison page from the compare/derivations pageChristopher Baines2019-11-21
|
* Add a basic derivation comparison pageChristopher Baines2019-11-21
|
* Remove a couple of peek calls that snuck inChristopher Baines2019-11-21
|
* Fix various warnings relating to the controller refactoringChristopher Baines2019-10-18
|
* Handle unknown requests better within controllersChristopher Baines2019-10-18
|
* Extract the comparison pages out from the main modulesChristopher Baines2019-10-14
In to their own modules. This should help make the code more understandable, and allow future refactoring for readability.