aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gh.cxx
AgeCommit message (Collapse)AuthorFilesLines
41 hoursci-github: Handle forced pushes and branch deletionsHEADmasterFrancois Kritzinger1-0/+52
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.
9 daysSupport multiple GitHub app instancesBoris Kolpackov1-18/+113
9 daysHandle completed check_suite webhook eventsFrancois Kritzinger1-2/+14
9 daysHandle replaced tenants and clean up code/commentsFrancois Kritzinger1-4/+1
9 daysEnsure all exceptions are handled in build_*() notificationsBoris Kolpackov1-32/+16
9 daysReview exceptions thrown by github-ci API functionsFrancois Kritzinger1-11/+53
9 daysRemote PRs: cancel previous PR head commit CIBoris Kolpackov1-1/+3
9 daysHandle re-runs of single check runsFrancois Kritzinger1-6/+108
9 daysUpdate comments, clean up and fix codeFrancois Kritzinger1-26/+3
9 daysHandle check suite rebuilds (all checks) on a commit and/or PRFrancois Kritzinger1-20/+49
9 daysHandle pull requestsFrancois Kritzinger1-0/+143
9 daysHandle built notificationFrancois Kritzinger1-4/+30
9 daysHandle queued, building notificationsFrancois Kritzinger1-0/+338