Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
11 days | ci-github: Create check runs in batches | Boris Kolpackov | 1 | -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 days | ci-github: Reorder app_id arguments | Francois Kritzinger | 1 | -13/+17 | |
11 days | ci-github: Handle HTTP 502 (bad gateway) when creating check runs | Boris Kolpackov | 1 | -47/+310 | |
Do so by fetching latest check runs from GitHub and failing if they're not all there. | |||||
2025-01-27 | ci-github: Update queued and building check run descriptions | Francois Kritzinger | 1 | -15/+45 | |
2025-01-20 | ci-github: Remove details_url argument from gq_update_check_run() | Francois Kritzinger | 1 | -12/+0 | |
We now always set details_url upon creation and it never needs to be updated again. | |||||
2025-01-20 | ci-github: Add output, details_url to building conclusion check run | Francois Kritzinger | 1 | -19/+65 | |
2024-12-12 | ci-github: Fix bug found during testing | Francois Kritzinger | 1 | -1/+1 | |
2024-12-10 | Handle replaced tenants and clean up code/comments | Francois Kritzinger | 1 | -9/+17 | |
2024-12-10 | Ensure all exceptions are handled in build_*() notifications | Boris Kolpackov | 1 | -2/+4 | |
2024-12-10 | Review exceptions thrown by github-ci API functions | Francois Kritzinger | 1 | -11/+35 | |
2024-12-10 | Handle re-runs of single check runs | Francois Kritzinger | 1 | -57/+120 | |
2024-12-10 | Update comments, clean up and fix code | Francois Kritzinger | 1 | -10/+11 | |
2024-12-10 | Implement build_unloaded_pre_check() and build_unloaded_load() | Francois Kritzinger | 1 | -228/+32 | |
2024-12-10 | Plan and prepare for upcoming restructuring | Boris Kolpackov | 1 | -1/+18 | |
2024-12-10 | Cancel and create new PR CI requests on base branch update | Francois Kritzinger | 1 | -24/+225 | |
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch | |||||
2024-12-10 | Handle pull requests | Francois Kritzinger | 1 | -25/+170 | |
2024-12-10 | Handle built notification | Francois Kritzinger | 1 | -49/+135 | |
2024-12-10 | Handle queued, building notifications | Francois Kritzinger | 1 | -0/+574 | |