aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/mumi.scm
Commit message (Collapse)AuthorAge
* Handle issues.guix GraphQL queries failing betterChristopher Baines2024-04-23
|
* 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.
* Only display merged issues onceChristopher Baines2023-10-13
| | | | Using the merged_with data now available from Mumi.
* Have mumi-bulk-issues not fail on some errors from MumiChristopher Baines2023-07-21
| | | | Since that seems to happen quite a lot at the moment.
* Improve ordering issuesChristopher Baines2023-06-12
| | | | | | | Use the blocking information as well. I haven't really tested these changes yet as currently there is just one branch with an issue, but hopefully it's a step in the right direction.
* Don't associate closed issues with branchesChristopher Baines2023-06-12
|
* Use a single connection for mumi-bulk-issuesChristopher Baines2023-06-01
| | | | As this might upset the MDC firewall less.
* Remove mumi-issue-tags as it's unusedChristopher Baines2023-05-31
|
* Add mumi-issue-blocking-infoChristopher Baines2023-05-25
| | | | Although it doesn't work yet.
* Add mumi-search-issuesChristopher Baines2023-05-24
|
* Make some tweaks around refreshing patches dataChristopher Baines2023-04-20
|
* 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.
* Remove peek callChristopher Baines2022-10-05
|
* Handle when issues.guix.gnu.org is downChristopher Baines2022-09-21
|
* Remove random graphql-http-get call from mumi moduleChristopher Baines2022-09-20
|
* Add missing mumi.scmChristopher Baines2022-09-17