aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/patchwork.scm
Commit message (Expand)AuthorAge
* Switch to Mumi/Debbugs issue titles•••Rather than using the data from Patchwork, this change also strips the [...] prefix. Christopher Baines2024-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 Baines2024-05-15
* Try to better handle debbugs being unavailableChristopher Baines2024-03-26
* Make some module tweaksChristopher Baines2024-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 Baines2023-11-06
* Take the last count patch series•••Rather than the first, as the list grows from the front. Also remove the peek. Christopher Baines2023-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 Baines2023-10-17
* Only display merged issues once•••Using the merged_with data now available from Mumi. Christopher Baines2023-10-13
* Show the guix usertags on the issue pageChristopher Baines2023-09-26
* Cap the number of patches read from patchwork•••So this doesn't keep growning. Christopher Baines2023-04-20
* Make some tweaks around refreshing patches dataChristopher Baines2023-04-20
* Add a commentChristopher Baines2023-02-17
* Switch to using the git repository for comparison information•••Rather than storing the revisions in Patchwork checks. Christopher Baines2022-11-20
* Improve the bug number regexChristopher Baines2022-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 Baines2022-10-25
* Add lots more functionalityChristopher Baines2022-09-03
* Start requesting all the pages of Patchwork patch seriesChristopher Baines2022-09-03
* Initial commitChristopher Baines2022-08-12