Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
47 hours | ci-github: Handle forced pushes and branch deletionsHEADmaster | Francois Kritzinger | 1 | -30/+174 | |
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. | |||||
7 days | ci-github: Fix comments | Francois Kritzinger | 1 | -5/+6 | |
9 days | Support multiple GitHub app instances | Boris Kolpackov | 1 | -29/+84 | |
9 days | Handle completed check_suite webhook events | Francois Kritzinger | 1 | -2/+103 | |
9 days | Handle replaced tenants and clean up code/comments | Francois Kritzinger | 1 | -66/+77 | |
9 days | Add tenant id to tenant service notifications and callbacks | Boris Kolpackov | 1 | -22/+35 | |
9 days | Ensure all exceptions are handled in build_*() notifications | Boris Kolpackov | 1 | -367/+230 | |
9 days | Review exceptions thrown by github-ci API functions | Francois Kritzinger | 1 | -2/+4 | |
9 days | Handle close/reopen PR actions | Boris Kolpackov | 1 | -5/+16 | |
9 days | Handle rest of pull_request actions | Boris Kolpackov | 1 | -30/+52 | |
9 days | Remote PRs: cancel previous PR head commit CI | Boris Kolpackov | 1 | -13/+50 | |
9 days | Add support for tenant service reference count | Boris Kolpackov | 1 | -1/+1 | |
9 days | Handle re-runs of single check runs | Francois Kritzinger | 1 | -20/+991 | |
9 days | Retry database operations on recoverable failures in ci_start class functions | Karen Arutyunov | 1 | -5/+7 | |
9 days | Update comments, clean up and fix code | Francois Kritzinger | 1 | -155/+49 | |
9 days | Implement build_unloaded_pre_check() and build_unloaded_load() | Francois Kritzinger | 1 | -278/+232 | |
9 days | Handle check suite rebuilds (all checks) on a commit and/or PR | Francois Kritzinger | 1 | -12/+71 | |
9 days | handle_pull_request(): Create pre-check CI request | Francois Kritzinger | 1 | -44/+62 | |
9 days | Implement CI common API changes | Karen Arutyunov | 1 | -4/+3 | |
9 days | handle_check_suite_request(): create unloaded CI request | Francois Kritzinger | 1 | -172/+58 | |
9 days | Plan and prepare for upcoming restructuring | Boris Kolpackov | 1 | -30/+135 | |
9 days | Handle check suite re-runs | Francois Kritzinger | 1 | -8/+16 | |
9 days | Cancel and create new PR CI requests on base branch update | Francois Kritzinger | 1 | -32/+126 | |
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch | |||||
9 days | Create conclusion CR for check suites and update it in build_built() | Francois Kritzinger | 1 | -52/+209 | |
9 days | Handle pull requests | Francois Kritzinger | 1 | -30/+605 | |
9 days | Misc. fixes and structural improvements | Francois Kritzinger | 1 | -30/+41 | |
9 days | Handle built notification | Francois Kritzinger | 1 | -23/+359 | |
9 days | Handle queued, building notifications | Francois Kritzinger | 1 | -352/+467 | |
9 days | Verify webhook request HMACs | Francois Kritzinger | 1 | -6/+79 | |
9 days | Get installation access token (IAT) and restructure code | Francois Kritzinger | 1 | -280/+583 | |
9 days | Initial setup and handle webhook requests | Francois Kritzinger | 1 | -0/+392 | |