| Commit message (Expand) | Author | Age |
* | 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•••So that you don't have to load the whole list from the cache each time.
| Christopher Baines | 2024-05-18 |
* | Switch to Mumi/Debbugs issue titles•••Rather than using the data from Patchwork, this change also strips the [...]
prefix.
| Christopher Baines | 2024-05-15 |
* | Pre-compute the branch, and use the issue title as well•••This allows changing the branch that QA applies the patches to by changing the
title of the issue.
| Christopher Baines | 2024-05-15 |
* | 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•••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.
| Christopher Baines | 2023-11-06 |
* | Take the last count patch series•••Rather than the first, as the list grows from the front.
Also remove the peek.
| Christopher Baines | 2023-10-17 |
* | Refactor fetching data from patchwork•••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.
| Christopher Baines | 2023-10-17 |
* | Only display merged issues once•••Using the merged_with data now available from Mumi.
| Christopher Baines | 2023-10-13 |
* | Show the guix usertags on the issue page | Christopher Baines | 2023-09-26 |
* | Cap the number of patches read from patchwork•••So this doesn't keep growning.
| Christopher Baines | 2023-04-20 |
* | 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•••Rather than storing the revisions in Patchwork checks.
| Christopher Baines | 2022-11-20 |
* | Improve the bug number regex | Christopher Baines | 2022-11-10 |
* | Get more data from mumi•••Query the open status so that Patchwork isn't relied on for that. Also switch
to querying the tags in bulk.
| Christopher Baines | 2022-10-25 |
* | 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 |