Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make the branches table shorter | Christopher Baines | 2023-11-01 |
| | |||
* | Add a Guix logo to the header | Christopher Baines | 2023-11-01 |
| | |||
* | Add a simple package page | Christopher Baines | 2023-10-31 |
| | |||
* | Add a reproducible-builds page to display data and issues | Christopher Baines | 2023-10-30 |
| | | | | Maybe this will be a useful starting point. | ||
* | Sort and filter the branch package reproducibility table | Christopher Baines | 2023-10-30 |
| | | | | Removing systems for which substitutes aren't available. | ||
* | Fetch and display package reproducibility information for branches | Christopher Baines | 2023-10-29 |
| | | | | This involved some refactoring of branch data in general. | ||
* | Make "large-number-of-builds" an issue status | Christopher Baines | 2023-10-29 |
| | | | | Rather than these falling within the unknown status. | ||
* | Support filtering by branch | Christopher Baines | 2023-10-21 |
| | |||
* | Highlight the intended branch on the issue page | Christopher Baines | 2023-10-21 |
| | |||
* | Add a new patches missing status | Christopher Baines | 2023-10-18 |
| | |||
* | Refactor fetching data from patchwork | Christopher Baines | 2023-10-17 |
| | | | | | | | | | Fetch pages one at a time until the required number of patch series has been fetched. This commit also changes the ordering from issue number to the series ID, which will mean that series associated with older issues will be prefered over newer issues with older series. | ||
* | Show the changes to cross derivations on issue pages | Christopher Baines | 2023-10-15 |
| | |||
* | Show the merged with issues | Christopher Baines | 2023-10-13 |
| | |||
* | Only show the create branch log if it's available | Christopher Baines | 2023-10-10 |
| | |||
* | Remove peek | Christopher Baines | 2023-10-10 |
| | |||
* | Improve error reporting around branches | Christopher Baines | 2023-10-10 |
| | |||
* | Allow filtering issues by status | Christopher Baines | 2023-10-02 |
| | |||
* | Link and show some patches stats on the homepage | Christopher Baines | 2023-09-30 |
| | |||
* | Add some more issue statuses | Christopher Baines | 2023-09-27 |
| | | | | So it's easier to find issues that have specific problems. | ||
* | Add a mechanism to add the reviewed-looks-good usertag to issues | Christopher Baines | 2023-09-26 |
| | | | | | As a way of trying to prioritise merging patches that have been reviewed by someone. | ||
* | Make reviewed-looks-good an issue status | Christopher Baines | 2023-09-26 |
| | |||
* | Show the guix usertags on the issue page | Christopher Baines | 2023-09-26 |
| | |||
* | Better handle patches that don't apply | Christopher Baines | 2023-09-19 |
| | |||
* | Pull some divs out of the issue view | Christopher Baines | 2023-09-19 |
| | | | | To make it easier to read. | ||
* | Fix uri encoding of derivation filenames | Christopher Baines | 2023-09-16 |
| | |||
* | Fix some links to derivations | Christopher Baines | 2023-09-15 |
| | |||
* | Display the README as a page | Christopher Baines | 2023-09-04 |
| | | | | Like the data service. | ||
* | Make sure to include more builds on the package changes pages | Christopher Baines | 2023-07-21 |
| | | | | | As previously builds that went from an unknown or blocked status wouldn't appear. | ||
* | Fix "View comparison" links on the issue pages | Christopher Baines | 2023-07-21 |
| | |||
* | Provide more information on the selected options | Christopher Baines | 2023-07-21 |
| | | | | On the package changes pages. | ||
* | Improve the styling of the package changes page | Christopher Baines | 2023-07-21 |
| | |||
* | Port the package changes functionality from branches to issues | Christopher Baines | 2023-07-21 |
| | |||
* | Add a new package changes page | Christopher Baines | 2023-07-05 |
| | | | | And make some refactoring to make this easier. | ||
* | Improve display of too many changes for branches | Christopher Baines | 2023-07-03 |
| | |||
* | Style the branch packages information red when it's unavailable | Christopher Baines | 2023-06-17 |
| | |||
* | Add some links to the branch pages | Christopher Baines | 2023-06-17 |
| | |||
* | Fix displaying error information on the branch page | Christopher Baines | 2023-06-17 |
| | |||
* | Handle the cached exceptions in the issue view | Christopher Baines | 2023-06-17 |
| | |||
* | Improve error reporting on the issue page | Christopher Baines | 2023-06-16 |
| | | | | | | This regressed when more data started to be cached, since the exceptions couldn't be stored in the db, but now some of the information makes it through. | ||
* | Tweak the home page | Christopher Baines | 2023-06-15 |
| | | | | | Move the contributing information to the bottom, and move the patches link above branches. | ||
* | Use the right to/too | Christopher Baines | 2023-06-09 |
| | | | | Thanks Andreas. | ||
* | Make branch builds conditional on master branch substitute availability | Christopher Baines | 2023-06-03 |
| | | | | | As is done for patches. While the build coordinator prioritises the builds, I think this can stil help make best use of the build farm. | ||
* | Improve messaging around low substitute availability | Christopher Baines | 2023-06-03 |
| | |||
* | Highlight when branches are out of date | Christopher Baines | 2023-06-02 |
| | |||
* | Highlight low master branch substitute availability on the issue page | Christopher Baines | 2023-06-02 |
| | |||
* | Show a table of branches on the homepage | Christopher Baines | 2023-05-24 |
| | |||
* | Improve message | Christopher Baines | 2023-05-23 |
| | |||
* | Make patch testing conditional on master branch substitute availability | Christopher Baines | 2023-05-23 |
| | | | | | | | | | Patch testing has been disabled manually recently as master branch substitute availability has been low, but this change automates that. While this check is quite rough, it's generally not worth submitting builds when the substitute availability for the master branch is low since the build farm will be busy with master branch builds. | ||
* | Change branch comparisons to work on more specific commit ranges | Christopher Baines | 2023-05-22 |
| | | | | | | Rather than just comparing against the latest master revision. This includes changes to improve request handling to the data service. | ||
* | Use orange color for the non-master branch pages too | Christopher Baines | 2023-05-12 |
| |