aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)AuthorFilesLines
13 daysci-github: Handle forced pushes and branch deletionsHEADmasterFrancois Kritzinger4-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-12ci-github: Fix commentsFrancois Kritzinger1-5/+6
2024-12-12ci-github: Fix bug found during testingFrancois Kritzinger1-1/+1
2024-12-10Support multiple GitHub app instancesBoris Kolpackov7-102/+306
2024-12-10Handle completed check_suite webhook eventsFrancois Kritzinger4-6/+130
2024-12-10Handle replaced tenants and clean up code/commentsFrancois Kritzinger7-105/+109
2024-12-10Add tenant id to tenant service notifications and callbacksBoris Kolpackov12-93/+176
2024-12-10Ensure all exceptions are handled in build_*() notificationsBoris Kolpackov6-409/+265
2024-12-10Review exceptions thrown by github-ci API functionsFrancois Kritzinger8-37/+168
2024-12-10Handle close/reopen PR actionsBoris Kolpackov1-5/+16
2024-12-10Handle rest of pull_request actionsBoris Kolpackov1-30/+52
2024-12-10Remote PRs: cancel previous PR head commit CIBoris Kolpackov3-14/+59
2024-12-10Add support for tenant service reference countBoris Kolpackov3-13/+65
2024-12-10Handle re-runs of single check runsFrancois Kritzinger8-105/+1289
2024-12-10Return tenant archived indication from ci_start::find()Boris Kolpackov2-7/+7
2024-12-10Do not send tenant service notification in build result handler for ↵Karen Arutyunov1-6/+23
'forcing' build state
2024-12-10Retry database operations on recoverable failures in ci_start class functionsKaren Arutyunov5-188/+327
2024-12-10Update tenant service data in ci_start::rebuild()Boris Kolpackov2-2/+33
2024-12-10Update comments, clean up and fix codeFrancois Kritzinger7-215/+90
2024-12-10Implement build_unloaded_pre_check() and build_unloaded_load()Francois Kritzinger7-558/+348
2024-12-10Handle check suite rebuilds (all checks) on a commit and/or PRFrancois Kritzinger7-51/+192
2024-12-10Add suppport for build-task tenant_service_type parameterKaren Arutyunov2-0/+42
2024-12-10Add ci_start::rebuild() functionKaren Arutyunov3-0/+82
2024-12-10handle_pull_request(): Create pre-check CI requestFrancois Kritzinger4-68/+81
2024-12-10Implement CI common API changesKaren Arutyunov3-46/+103
2024-12-10Partially revert previous commitKaren Arutyunov1-8/+17
2024-12-10Adjust terminology in ci-common headerBoris Kolpackov1-9/+6
2024-12-10handle_check_suite_request(): create unloaded CI requestFrancois Kritzinger3-176/+70
2024-12-10Sketch CI common API changesBoris Kolpackov2-6/+46
2024-12-10Plan and prepare for upcoming restructuringBoris Kolpackov7-53/+203
2024-12-10Handle check suite re-runsFrancois Kritzinger1-8/+16
2024-12-10Cancel and create new PR CI requests on base branch updateFrancois Kritzinger4-56/+384
Also Update GraphQL API: - Fix GraphQL response parsing - Fetch repository pull requests with the specified base branch
2024-12-10Create conclusion CR for check suites and update it in build_built()Francois Kritzinger3-58/+230
2024-12-10Handle pull requestsFrancois Kritzinger10-68/+1130
2024-12-10Misc. fixes and structural improvementsFrancois Kritzinger2-32/+43
2024-12-10Update module infrastructureFrancois Kritzinger3-6/+6
2024-12-10Handle built notificationFrancois Kritzinger8-93/+586
2024-12-10Handle queued, building notificationsFrancois Kritzinger11-464/+2049
2024-12-10Verify webhook request HMACsFrancois Kritzinger4-7/+211
2024-12-10Get installation access token (IAT) and restructure codeFrancois Kritzinger5-287/+949
2024-12-10Initial setup and handle webhook requestsFrancois Kritzinger4-1/+454
2024-10-29Increase build-result-request-max-size config option default value from 10M ↵Karen Arutyunov1-2/+2
to 15M
2024-10-07Suppress redundant object section loading in build task handlerKaren Arutyunov1-1/+2
2024-08-09Some tweaks to advanced package search pageKaren Arutyunov3-12/+74
Also make project links on other pages to refer to advanced package search page
2024-08-07Add support for advanced package searchKaren Arutyunov9-73/+537
2024-08-07Add support for loading package version reviewsKaren Arutyunov5-2/+164
2024-06-12Fix previous fixKaren Arutyunov1-5/+7
2024-06-12Fix build task handler crash while handling odb::deadlockKaren Arutyunov1-3/+6
2024-05-30Don't print classes derived from hidden on build configuration classes pageKaren Arutyunov3-20/+34
2024-05-28Add CI cancel handlerKaren Arutyunov14-39/+178