Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a few list styling issues | Christopher Baines | 2020-01-02 |
| | |||
* | 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. | ||
* | Expand compare by datetime output | Christopher Baines | 2019-11-21 |
| | | | | Include the commit and datetime for the revisions that were compared. | ||
* | Include news entries on the comparison page | Christopher Baines | 2019-11-21 |
| | |||
* | Add more links to store items | Christopher Baines | 2019-11-21 |
| | | | | On the formatted derivation and derivation comparison pages. | ||
* | Link to derivation comparison page from the compare/derivations page | Christopher Baines | 2019-11-21 |
| | |||
* | Add a basic derivation comparison page | Christopher Baines | 2019-11-21 |
| | |||
* | Remove a couple of peek calls that snuck in | Christopher Baines | 2019-11-21 |
| | |||
* | Fix various warnings relating to the controller refactoring | Christopher Baines | 2019-10-18 |
| | |||
* | Handle unknown requests better within controllers | Christopher Baines | 2019-10-18 |
| | |||
* | Extract the comparison pages out from the main modules | Christopher Baines | 2019-10-14 |
In to their own modules. This should help make the code more understandable, and allow future refactoring for readability. |