Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Highlight the intended branch on the issue page | Christopher Baines | 2023-10-21 |
| | |||
* | 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 |
| | |||
* | 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. | ||
* | 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 "View comparison" links on the issue pages | 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. | ||
* | 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. | ||
* | Improve messaging around low substitute availability | Christopher Baines | 2023-06-03 |
| | |||
* | Highlight low master branch substitute availability on the issue page | Christopher Baines | 2023-06-02 |
| | |||
* | Remove requirement of builds for showing the issue package changes | Christopher Baines | 2023-05-09 |
| | | | | | | Previously this was needed as the table wouldn't show things as "unknown" unless there were builds. Now the processing of the data has changed such that this is no longer an issue. | ||
* | Remove links from the table on the issue page | Christopher Baines | 2023-03-12 |
| | | | | | They Guix Data Service pages don't directly match up with the numbers in the table. | ||
* | Better manage the data for issues | Christopher Baines | 2023-03-11 |
| | | | | | | Don't use the full derivation changes data when trying to render the page, as that might be quite large. Instead, compute and cache the counts, and then use this for rendering. | ||
* | Add a place for some notes | Christopher Baines | 2023-03-01 |
| | |||
* | Fix typo | Julien Lepiller | 2023-02-02 |
| | |||
* | Ignore derivation lint warnings | Christopher Baines | 2022-12-10 |
| | | | | As the data service doesn't process these any longer. | ||
* | Add "View Git branch" link to the issue page | Christopher Baines | 2022-12-06 |
| | |||
* | Fix colspan | Christopher Baines | 2022-11-24 |
| | |||
* | Display more information if the comparison is unavailable | Christopher Baines | 2022-11-22 |
| | |||
* | Improve linking to the Guix Data Service comparison | Christopher Baines | 2022-11-22 |
| | |||
* | Raise errors from patch-series-comparison | Christopher Baines | 2022-11-17 |
| | | | | When the response indicates a problem. | ||
* | Visually separate the base and target in the issue package table | Christopher Baines | 2022-11-16 |
| | |||
* | Don't display misleading package comparison information | Christopher Baines | 2022-11-15 |
| | | | | Only display if the builds are not missing for the derivation changes. | ||
* | Split out blocked builds from unknown builds | Christopher Baines | 2022-11-15 |
| | |||
* | Add missing bracket | Christopher Baines | 2022-11-05 |
| | |||
* | Fix the badge img | Christopher Baines | 2022-11-05 |
| | |||
* | Show the issue badge on the page | Christopher Baines | 2022-11-05 |
| | | | | To make it easier to discover. | ||
* | Make moreinfo tagging smarter | Christopher Baines | 2022-11-01 |
| | |||
* | Add link to tag issue as moreinfo | Christopher Baines | 2022-11-01 |
| | |||
* | Add a simple "review checklist" to the issue page | Christopher Baines | 2022-10-13 |
| | | | | Similar to what Arun proposed for the Mumi issue pages. | ||
* | Add some important caveats to some messages | Christopher Baines | 2022-10-13 |
| | |||
* | Add some colour to the lint warning table | Christopher Baines | 2022-10-13 |
| | |||
* | Move the tags up to the heading on the issue page | Christopher Baines | 2022-10-13 |
| | |||
* | Add some headings on the issue page | Christopher Baines | 2022-10-13 |
| | |||
* | Handle when issues.guix.gnu.org is down | Christopher Baines | 2022-09-21 |
| | |||
* | Display the issue tags on the issue page | Christopher Baines | 2022-09-17 |
| | |||
* | Extract out derivation changes related procedures from issue module | Christopher Baines | 2022-09-17 |
| | |||
* | Conditionally show the Guix Data Service link on the issue page | Christopher Baines | 2022-09-17 |
| | | | | So that a broken link isn't shown. | ||
* | Avoid errors when various URLs can't be found | Christopher Baines | 2022-09-17 |
| | |||
* | Improve issue links display on smaller screens | Christopher Baines | 2022-09-15 |
| | |||
* | Start adding support for branches | Christopher Baines | 2022-09-14 |
| | |||
* | Lots of changes | Christopher Baines | 2022-09-03 |
| | |||
* | Show lint warnings for a patch issue | Christopher Baines | 2022-09-03 |
| |