aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.cxx
AgeCommit message (Collapse)AuthorFilesLines
47 hoursci-github: Handle forced pushes and branch deletionsHEADmasterFrancois Kritzinger1-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 daysci-github: Fix commentsFrancois Kritzinger1-5/+6
9 daysSupport multiple GitHub app instancesBoris Kolpackov1-29/+84
9 daysHandle completed check_suite webhook eventsFrancois Kritzinger1-2/+103
9 daysHandle replaced tenants and clean up code/commentsFrancois Kritzinger1-66/+77
9 daysAdd tenant id to tenant service notifications and callbacksBoris Kolpackov1-22/+35
9 daysEnsure all exceptions are handled in build_*() notificationsBoris Kolpackov1-367/+230
9 daysReview exceptions thrown by github-ci API functionsFrancois Kritzinger1-2/+4
9 daysHandle close/reopen PR actionsBoris Kolpackov1-5/+16
9 daysHandle rest of pull_request actionsBoris Kolpackov1-30/+52
9 daysRemote PRs: cancel previous PR head commit CIBoris Kolpackov1-13/+50
9 daysAdd support for tenant service reference countBoris Kolpackov1-1/+1
9 daysHandle re-runs of single check runsFrancois Kritzinger1-20/+991
9 daysRetry database operations on recoverable failures in ci_start class functionsKaren Arutyunov1-5/+7
9 daysUpdate comments, clean up and fix codeFrancois Kritzinger1-155/+49
9 daysImplement build_unloaded_pre_check() and build_unloaded_load()Francois Kritzinger1-278/+232
9 daysHandle check suite rebuilds (all checks) on a commit and/or PRFrancois Kritzinger1-12/+71
9 dayshandle_pull_request(): Create pre-check CI requestFrancois Kritzinger1-44/+62
9 daysImplement CI common API changesKaren Arutyunov1-4/+3
9 dayshandle_check_suite_request(): create unloaded CI requestFrancois Kritzinger1-172/+58
9 daysPlan and prepare for upcoming restructuringBoris Kolpackov1-30/+135
9 daysHandle check suite re-runsFrancois Kritzinger1-8/+16
9 daysCancel and create new PR CI requests on base branch updateFrancois Kritzinger1-32/+126
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch
9 daysCreate conclusion CR for check suites and update it in build_built()Francois Kritzinger1-52/+209
9 daysHandle pull requestsFrancois Kritzinger1-30/+605
9 daysMisc. fixes and structural improvementsFrancois Kritzinger1-30/+41
9 daysHandle built notificationFrancois Kritzinger1-23/+359
9 daysHandle queued, building notificationsFrancois Kritzinger1-352/+467
9 daysVerify webhook request HMACsFrancois Kritzinger1-6/+79
9 daysGet installation access token (IAT) and restructure codeFrancois Kritzinger1-280/+583
9 daysInitial setup and handle webhook requestsFrancois Kritzinger1-0/+392