Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | ci-github: Get check suite id when creating check run and save in service data | Francois Kritzinger | 1 | -0/+4 | |
10 days | ci-github: Create check runs in batches | Boris Kolpackov | 1 | -1/+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: Handle HTTP 502 (bad gateway) when creating check runs | Boris Kolpackov | 1 | -1/+1 | |
Do so by fetching latest check runs from GitHub and failing if they're not all there. | |||||
10 days | ci-github: Store App id as uint64_t | Francois Kritzinger | 1 | -3/+3 | |
2025-01-20 | ci-github: Add output, details_url to building conclusion check run | Francois Kritzinger | 1 | -3/+10 | |
2024-12-10 | Support multiple GitHub app instances | Boris Kolpackov | 1 | -3/+6 | |
2024-12-10 | Handle replaced tenants and clean up code/comments | Francois Kritzinger | 1 | -3/+1 | |
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 | -0/+10 | |
2024-12-10 | Update comments, clean up and fix code | Francois Kritzinger | 1 | -1/+1 | |
2024-12-10 | Implement build_unloaded_pre_check() and build_unloaded_load() | Francois Kritzinger | 1 | -12/+7 | |
2024-12-10 | Handle check suite rebuilds (all checks) on a commit and/or PR | Francois Kritzinger | 1 | -4/+13 | |
2024-12-10 | handle_pull_request(): Create pre-check CI request | Francois Kritzinger | 1 | -3/+16 | |
2024-12-10 | handle_check_suite_request(): create unloaded CI request | Francois Kritzinger | 1 | -1/+2 | |
2024-12-10 | Plan and prepare for upcoming restructuring | Boris Kolpackov | 1 | -2/+30 | |
2024-12-10 | Create conclusion CR for check suites and update it in build_built() | Francois Kritzinger | 1 | -5/+7 | |
2024-12-10 | Handle pull requests | Francois Kritzinger | 1 | -2/+36 | |
2024-12-10 | Handle built notification | Francois Kritzinger | 1 | -1/+7 | |
2024-12-10 | Handle queued, building notifications | Francois Kritzinger | 1 | -0/+92 | |