Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
4 days | Review 2 | Boris Kolpackov | 4 | -26/+32 | |
4 days | Review 1 | Boris Kolpackov | 1 | -5/+5 | |
4 days | ci-github: Use red circle with warning if warning=failure | Francois Kritzinger | 1 | -1/+7 | |
4 days | ci-github: Add success/warn/fail counts to conclusion check run | Francois Kritzinger | 1 | -2/+69 | |
4 days | ci-github: url-encode package version in details URL | Francois Kritzinger | 1 | -2/+2 | |
4 days | ci-github: Remove details_url argument from gq_update_check_run() | Francois Kritzinger | 3 | -24/+0 | |
We now always set details_url upon creation and never needs to be updated again. | |||||
4 days | ci-github: Set details_url on check run when queued already | Francois Kritzinger | 1 | -2/+2 | |
4 days | ci-github: Add output, details_url to building conclusion check run | Francois Kritzinger | 4 | -34/+104 | |
6 days | ci-github: Updates to check run details_url | Francois Kritzinger | 2 | -5/+29 | |
- Add details_url() overload which returns URL for tenant - Add brep-root path to details_url - Parse brep-root path in check_run details_url | |||||
8 days | ci-github: Trim leading/trailing whitespaces in webhook secret | Boris Kolpackov | 1 | -1/+4 | |
8 days | ci-github: Store webhook secret in a file | Francois Kritzinger | 3 | -11/+43 | |
Keep secrets out of the configuration file for the sake of security. | |||||
8 days | Fix CI module initialization compiled with unloaded tenant service support | Karen Arutyunov | 4 | -31/+39 | |
13 days | ci-github: Use older form of openssl command to generate HMAC | Francois Kritzinger | 1 | -4/+9 | |
In order to support openssl versions older than 3.0. | |||||
2025-01-06 | Make buildable with GCC 8.3 | Karen Arutyunov | 2 | -6/+16 | |
2025-01-06 | ci-github: Address issues found during testing | Francois Kritzinger | 2 | -388/+395 | |
- Update CRs if rebuilding CR of archived tenant Was re-creating them before despite both node ids being available. - handle_check_run_rerequest(): get IAT earlier - Rearrange order of functions | |||||
2024-12-17 | ci-github: Handle forced pushes and branch deletions | Francois Kritzinger | 4 | -32/+290 | |
Cancel CI of the previous head commit in the case of overwritten or deleted history. In the process, move branch push handling from handle_check_suite_request() to handle_branch_push() because GitHub sends a push event instead of a check_suite when a new branch is created so tenant reference counting would not work otherwise. | |||||
2024-12-12 | ci-github: Fix comments | Francois Kritzinger | 1 | -5/+6 | |
2024-12-12 | ci-github: Fix bug found during testing | Francois Kritzinger | 1 | -1/+1 | |
2024-12-10 | Support multiple GitHub app instances | Boris Kolpackov | 7 | -102/+306 | |
2024-12-10 | Handle completed check_suite webhook events | Francois Kritzinger | 4 | -6/+130 | |
2024-12-10 | Handle replaced tenants and clean up code/comments | Francois Kritzinger | 7 | -105/+109 | |
2024-12-10 | Add tenant id to tenant service notifications and callbacks | Boris Kolpackov | 12 | -93/+176 | |
2024-12-10 | Ensure all exceptions are handled in build_*() notifications | Boris Kolpackov | 6 | -409/+265 | |
2024-12-10 | Review exceptions thrown by github-ci API functions | Francois Kritzinger | 8 | -37/+168 | |
2024-12-10 | Handle close/reopen PR actions | Boris Kolpackov | 1 | -5/+16 | |
2024-12-10 | Handle rest of pull_request actions | Boris Kolpackov | 1 | -30/+52 | |
2024-12-10 | Remote PRs: cancel previous PR head commit CI | Boris Kolpackov | 3 | -14/+59 | |
2024-12-10 | Add support for tenant service reference count | Boris Kolpackov | 3 | -13/+65 | |
2024-12-10 | Handle re-runs of single check runs | Francois Kritzinger | 8 | -105/+1289 | |
2024-12-10 | Return tenant archived indication from ci_start::find() | Boris Kolpackov | 2 | -7/+7 | |
2024-12-10 | Do not send tenant service notification in build result handler for ↵ | Karen Arutyunov | 1 | -6/+23 | |
'forcing' build state | |||||
2024-12-10 | Retry database operations on recoverable failures in ci_start class functions | Karen Arutyunov | 5 | -188/+327 | |
2024-12-10 | Update tenant service data in ci_start::rebuild() | Boris Kolpackov | 2 | -2/+33 | |
2024-12-10 | Update comments, clean up and fix code | Francois Kritzinger | 7 | -215/+90 | |
2024-12-10 | Implement build_unloaded_pre_check() and build_unloaded_load() | Francois Kritzinger | 7 | -558/+348 | |
2024-12-10 | Handle check suite rebuilds (all checks) on a commit and/or PR | Francois Kritzinger | 7 | -51/+192 | |
2024-12-10 | Add suppport for build-task tenant_service_type parameter | Karen Arutyunov | 2 | -0/+42 | |
2024-12-10 | Add ci_start::rebuild() function | Karen Arutyunov | 3 | -0/+82 | |
2024-12-10 | handle_pull_request(): Create pre-check CI request | Francois Kritzinger | 4 | -68/+81 | |
2024-12-10 | Implement CI common API changes | Karen Arutyunov | 3 | -46/+103 | |
2024-12-10 | Partially revert previous commit | Karen Arutyunov | 1 | -8/+17 | |
2024-12-10 | Adjust terminology in ci-common header | Boris Kolpackov | 1 | -9/+6 | |
2024-12-10 | handle_check_suite_request(): create unloaded CI request | Francois Kritzinger | 3 | -176/+70 | |
2024-12-10 | Sketch CI common API changes | Boris Kolpackov | 2 | -6/+46 | |
2024-12-10 | Plan and prepare for upcoming restructuring | Boris Kolpackov | 7 | -53/+203 | |
2024-12-10 | Handle check suite re-runs | Francois Kritzinger | 1 | -8/+16 | |
2024-12-10 | Cancel and create new PR CI requests on base branch update | Francois Kritzinger | 4 | -56/+384 | |
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch | |||||
2024-12-10 | Create conclusion CR for check suites and update it in build_built() | Francois Kritzinger | 3 | -58/+230 | |
2024-12-10 | Handle pull requests | Francois Kritzinger | 10 | -68/+1130 | |
2024-12-10 | Misc. fixes and structural improvements | Francois Kritzinger | 2 | -32/+43 | |