aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
13 daysci-github: url-encode package version in details URLFrancois Kritzinger1-2/+2
13 daysci-github: Remove details_url argument from gq_update_check_run()Francois Kritzinger3-24/+0
We now always set details_url upon creation and it never needs to be updated again.
13 daysci-github: Set check run details_url sooner, when enqueuedFrancois Kritzinger1-2/+2
13 daysci-github: Add output, details_url to building conclusion check runFrancois Kritzinger4-38/+116
13 daysci-github: Check run details_url related updates/fixesFrancois Kritzinger2-7/+31
- 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
2025-01-15ci-github: Trim leading/trailing whitespaces in webhook secretBoris Kolpackov2-2/+8
2025-01-15ci-github: Store webhook secret in a fileFrancois Kritzinger5-17/+53
Keep secrets out of the configuration file for the sake of security.
2025-01-15Fix CI module initialization compiled with unloaded tenant service supportKaren Arutyunov4-31/+39
2025-01-14Update version constraints for libodb*, libstudxmlBoris Kolpackov1-3/+3
2025-01-10ci-github: Use older form of openssl command to generate HMACFrancois Kritzinger1-4/+9
In order to support openssl versions older than 3.0.
2025-01-08Update INSTALL with instructions for enabling GitHub CI integrationFrancois Kritzinger1-1/+110
2025-01-06Make buildable with GCC 8.3Karen Arutyunov2-6/+16
2025-01-06Various minor INSTALL files changesBoris Kolpackov5-51/+72
2025-01-06Update copyright yearBoris Kolpackov1-1/+1
2025-01-06ci-github: Address issues found during testingFrancois Kritzinger2-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
2025-01-06ci-github: Update test scenariosFrancois Kritzinger1-3/+13
2024-12-17ci-github: Handle forced pushes and branch deletionsFrancois 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-17Update INSTALL-GITHUB-DEVFrancois Kritzinger1-3/+12
2024-12-12ci-github: Fix commentsFrancois Kritzinger1-5/+6
2024-12-12ci-github: Fix bug found during testingFrancois Kritzinger1-1/+1
2024-12-12Sketch GitHub test scenariosBoris Kolpackov1-0/+29
2024-12-11Update INSTALL-GITHUB-DEVFrancois Kritzinger1-26/+57
2024-12-10Support multiple GitHub app instancesBoris Kolpackov10-118/+314
2024-12-10Handle completed check_suite webhook eventsFrancois Kritzinger4-6/+130
2024-12-10Handle replaced tenants and clean up code/commentsFrancois Kritzinger9-106/+133
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 Kolpackov10-20/+88
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 Arutyunov6-192/+331
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-10Start GitHub CI documentationBoris Kolpackov1-0/+162
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 Kolpackov3-6/+48
2024-12-10Plan and prepare for upcoming restructuringBoris Kolpackov7-53/+203