aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/patchwork.scm
Commit message (Collapse)AuthorAge
* Guard against issue titles having unmatched square bracketsChristopher Baines2025-01-17
|
* Use more from knotsChristopher Baines2025-01-06
|
* Use Guile KnotsChristopher Baines2024-12-17
| | | | Rather than the build coordinator for fibers utilties.
* Tweak fetching patchwork dataChristopher Baines2024-06-08
|
* Fix not passing #:count to latest-patchwork-series-by-issueChristopher Baines2024-05-22
|
* Add missing exportChristopher Baines2024-05-22
|
* Fix syntax issueChristopher Baines2024-05-21
|
* Cache series entries for each individual issueChristopher Baines2024-05-18
| | | | So that you don't have to load the whole list from the cache each time.
* Switch to Mumi/Debbugs issue titlesChristopher Baines2024-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 wellChristopher Baines2024-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 unavailableChristopher Baines2024-03-26
|
* Make some module tweaksChristopher Baines2024-03-17
|
* Tweak error handling around talking to MumiChristopher Baines2023-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 seriesChristopher Baines2023-10-17
| | | | | | Rather than the first, as the list grows from the front. Also remove the peek.
* Refactor fetching data from patchworkChristopher Baines2023-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 onceChristopher Baines2023-10-13
| | | | Using the merged_with data now available from Mumi.
* Show the guix usertags on the issue pageChristopher Baines2023-09-26
|
* Cap the number of patches read from patchworkChristopher Baines2023-04-20
| | | | So this doesn't keep growning.
* Make some tweaks around refreshing patches dataChristopher Baines2023-04-20
|
* Add a commentChristopher Baines2023-02-17
|
* Switch to using the git repository for comparison informationChristopher Baines2022-11-20
| | | | Rather than storing the revisions in Patchwork checks.
* Improve the bug number regexChristopher Baines2022-11-10
|
* Get more data from mumiChristopher Baines2022-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 functionalityChristopher Baines2022-09-03
|
* Start requesting all the pages of Patchwork patch seriesChristopher Baines2022-09-03
|
* Initial commitChristopher Baines2022-08-12