Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | ci-github: Re-request check suite on internal CI cancellation | Francois Kritzinger | 1 | -0/+15 | |
4 days | Sketch | Boris Kolpackov | 1 | -2/+3 | |
6 days | Automatically increase build queued timeout for big number of builds in ↵ | Karen Arutyunov | 1 | -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 days | ci-github: Create check runs in batches | Boris Kolpackov | 1 | -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 days | ci-github: Reorder app_id arguments | Francois Kritzinger | 1 | -4/+4 | |
10 days | ci-github: Handle HTTP 502 (bad gateway) when creating check runs | Boris Kolpackov | 1 | -1/+4 | |
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 | -8/+21 | |
2025-01-20 | ci-github: Remove details_url argument from gq_update_check_run() | Francois Kritzinger | 1 | -3/+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 | -10/+23 | |
2024-12-10 | Ensure all exceptions are handled in build_*() notifications | Boris Kolpackov | 1 | -3/+6 | |
2024-12-10 | Review exceptions thrown by github-ci API functions | Francois Kritzinger | 1 | -0/+8 | |
2024-12-10 | Handle re-runs of single check runs | Francois Kritzinger | 1 | -13/+7 | |
2024-12-10 | Update comments, clean up and fix code | Francois Kritzinger | 1 | -9/+22 | |
2024-12-10 | Implement build_unloaded_pre_check() and build_unloaded_load() | Francois Kritzinger | 1 | -19/+29 | |
2024-12-10 | Plan and prepare for upcoming restructuring | Boris Kolpackov | 1 | -19/+2 | |
2024-12-10 | Cancel and create new PR CI requests on base branch update | Francois Kritzinger | 1 | -0/+12 | |
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 | -2/+40 | |
2024-12-10 | Handle built notification | Francois Kritzinger | 1 | -12/+28 | |
2024-12-10 | Handle queued, building notifications | Francois Kritzinger | 1 | -0/+67 | |