aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gq.hxx
AgeCommit message (Collapse)AuthorFilesLines
3 daysci-github: Re-request check suite on internal CI cancellationFrancois Kritzinger1-0/+15
4 daysSketchBoris Kolpackov1-2/+3
6 daysAutomatically increase build queued timeout for big number of builds in ↵Karen Arutyunov1-1/+2
'queued' notifications Note that this commit changes the semantics of the tenant::queued_timestamp member. Previously it was set to the time when the build objects are turned into the queued state. Now it is set to the time when the queued notification for them is assumed to be delivered to the third party service.
10 daysci-github: Create check runs in batchesBoris Kolpackov1-2/+3
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.
10 daysci-github: Reorder app_id argumentsFrancois Kritzinger1-4/+4
10 daysci-github: Handle HTTP 502 (bad gateway) when creating check runsBoris Kolpackov1-1/+4
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-8/+21
2025-01-20ci-github: Remove details_url argument from gq_update_check_run()Francois Kritzinger1-3/+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-10/+23
2024-12-10Ensure all exceptions are handled in build_*() notificationsBoris Kolpackov1-3/+6
2024-12-10Review exceptions thrown by github-ci API functionsFrancois Kritzinger1-0/+8
2024-12-10Handle re-runs of single check runsFrancois Kritzinger1-13/+7
2024-12-10Update comments, clean up and fix codeFrancois Kritzinger1-9/+22
2024-12-10Implement build_unloaded_pre_check() and build_unloaded_load()Francois Kritzinger1-19/+29
2024-12-10Plan and prepare for upcoming restructuringBoris Kolpackov1-19/+2
2024-12-10Cancel and create new PR CI requests on base branch updateFrancois Kritzinger1-0/+12
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch
2024-12-10Handle pull requestsFrancois Kritzinger1-2/+40
2024-12-10Handle built notificationFrancois Kritzinger1-12/+28
2024-12-10Handle queued, building notificationsFrancois Kritzinger1-0/+67