aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gq.cxx
AgeCommit message (Collapse)AuthorFilesLines
11 daysci-github: Create check runs in batchesBoris Kolpackov1-37/+65
Doing too many at a time increases the odds of getting a HTTP 502 (bad gateway) response from GitHub and it also decreases the odds of all check runs getting created if we do end up getting a 502 response.
11 daysci-github: Reorder app_id argumentsFrancois Kritzinger1-13/+17
11 daysci-github: Handle HTTP 502 (bad gateway) when creating check runsBoris Kolpackov1-47/+310
Do so by fetching latest check runs from GitHub and failing if they're not all there.
2025-01-27ci-github: Update queued and building check run descriptionsFrancois Kritzinger1-15/+45
2025-01-20ci-github: Remove details_url argument from gq_update_check_run()Francois Kritzinger1-12/+0
We now always set details_url upon creation and it never needs to be updated again.
2025-01-20ci-github: Add output, details_url to building conclusion check runFrancois Kritzinger1-19/+65
2024-12-12ci-github: Fix bug found during testingFrancois Kritzinger1-1/+1
2024-12-10Handle replaced tenants and clean up code/commentsFrancois Kritzinger1-9/+17
2024-12-10Ensure all exceptions are handled in build_*() notificationsBoris Kolpackov1-2/+4
2024-12-10Review exceptions thrown by github-ci API functionsFrancois Kritzinger1-11/+35
2024-12-10Handle re-runs of single check runsFrancois Kritzinger1-57/+120
2024-12-10Update comments, clean up and fix codeFrancois Kritzinger1-10/+11
2024-12-10Implement build_unloaded_pre_check() and build_unloaded_load()Francois Kritzinger1-228/+32
2024-12-10Plan and prepare for upcoming restructuringBoris Kolpackov1-1/+18
2024-12-10Cancel and create new PR CI requests on base branch updateFrancois Kritzinger1-24/+225
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch
2024-12-10Handle pull requestsFrancois Kritzinger1-25/+170
2024-12-10Handle built notificationFrancois Kritzinger1-49/+135
2024-12-10Handle queued, building notificationsFrancois Kritzinger1-0/+574