Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Guard against issue titles having unmatched square brackets | Christopher Baines | 2025-01-17 |
| | |||
* | Use more from knots | Christopher Baines | 2025-01-06 |
| | |||
* | Use Guile Knots | Christopher Baines | 2024-12-17 |
| | | | | Rather than the build coordinator for fibers utilties. | ||
* | Tweak fetching patchwork data | Christopher Baines | 2024-06-08 |
| | |||
* | Fix not passing #:count to latest-patchwork-series-by-issue | Christopher Baines | 2024-05-22 |
| | |||
* | Add missing export | Christopher Baines | 2024-05-22 |
| | |||
* | Fix syntax issue | Christopher Baines | 2024-05-21 |
| | |||
* | Cache series entries for each individual issue | Christopher Baines | 2024-05-18 |
| | | | | So that you don't have to load the whole list from the cache each time. | ||
* | Switch to Mumi/Debbugs issue titles | Christopher Baines | 2024-05-15 |
| | | | | | Rather than using the data from Patchwork, this change also strips the [...] prefix. | ||
* | Pre-compute the branch, and use the issue title as well | Christopher Baines | 2024-05-15 |
| | | | | | This allows changing the branch that QA applies the patches to by changing the title of the issue. | ||
* | Try to better handle debbugs being unavailable | Christopher Baines | 2024-03-26 |
| | |||
* | Make some module tweaks | Christopher Baines | 2024-03-17 |
| | |||
* | Tweak error handling around talking to Mumi | Christopher Baines | 2023-11-06 |
| | | | | | | I think requests to Mumi were being responded to with 502's, and that led QA to delete all the patch branches. This should hopefully stop that happening in the future. | ||
* | Take the last count patch series | Christopher Baines | 2023-10-17 |
| | | | | | | Rather than the first, as the list grows from the front. Also remove the peek. | ||
* | 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. | ||
* | Only display merged issues once | Christopher Baines | 2023-10-13 |
| | | | | Using the merged_with data now available from Mumi. | ||
* | Show the guix usertags on the issue page | Christopher Baines | 2023-09-26 |
| | |||
* | Cap the number of patches read from patchwork | Christopher Baines | 2023-04-20 |
| | | | | So this doesn't keep growning. | ||
* | Make some tweaks around refreshing patches data | Christopher Baines | 2023-04-20 |
| | |||
* | Add a comment | Christopher Baines | 2023-02-17 |
| | |||
* | Switch to using the git repository for comparison information | Christopher Baines | 2022-11-20 |
| | | | | Rather than storing the revisions in Patchwork checks. | ||
* | Improve the bug number regex | Christopher Baines | 2022-11-10 |
| | |||
* | Get more data from mumi | Christopher Baines | 2022-10-25 |
| | | | | | Query the open status so that Patchwork isn't relied on for that. Also switch to querying the tags in bulk. | ||
* | Add lots more functionality | Christopher Baines | 2022-09-03 |
| | |||
* | Start requesting all the pages of Patchwork patch series | Christopher Baines | 2022-09-03 |
| | |||
* | Initial commit | Christopher Baines | 2022-08-12 |