aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
3 daysReview 1Boris Kolpackov1-5/+2
3 daysci-github: Re-request check suite on internal CI cancellationFrancois Kritzinger4-2/+225
3 daysci-github: Get check suite id when creating check run and save in service dataFrancois Kritzinger5-29/+69
5 daysSketchBoris Kolpackov4-14/+36
6 daysci-github: Fail if no accurate list of check runs in build_built()Boris Kolpackov1-0/+15
6 daysSleep for some short period of time before retrying after odb::recoverable ↵Karen Arutyunov13-60/+121
exception Also increase the default maximum number of retries for configuration to 20 from 10.
6 daysAutomatically increase build queued timeout for big number of builds in ↵Karen Arutyunov12-89/+307
'queued' notifications Note that this commit changes the semantics of the tenant::queued_timestamp member. Previously it was set to the time when the build objects are turned into the queued state. Now it is set to the time when the queued notification for them is assumed to be delivered to the third party service.
10 daysci-github: Don't warn on expected check run rebuildsFrancois Kritzinger1-1/+5
10 daysci-github: Create check runs in batchesBoris Kolpackov4-42/+73
Doing too many at a time increases the odds of getting a HTTP 502 (bad gateway) response from GitHub and it also decreases the odds of all check runs getting created if we do end up getting a 502 response.
10 daysci-github: Reorder app_id argumentsFrancois Kritzinger3-22/+26
10 daysci-github: Handle HTTP 502 (bad gateway) when creating check runsBoris Kolpackov4-54/+331
Do so by fetching latest check runs from GitHub and failing if they're not all there.
10 daysci-github: Store App id as uint64_tFrancois Kritzinger7-22/+31
2025-02-07ci-github: ignore interrupts in build_building() notificationBoris Kolpackov1-2/+9
2025-02-07Fix builds page not to display force rebuilds when filter by pending buildsKaren Arutyunov1-1/+2
2025-02-06Change CI notification email subject formatKaren Arutyunov1-1/+2
2025-02-06Only set queued_timestamp for queued builds in task handlerKaren Arutyunov3-23/+54
2025-01-27ci-github: Handle (ignore) Marketplace and installation eventsFrancois Kritzinger1-0/+25
2025-01-27ci-github: Update queued and building check run descriptionsFrancois Kritzinger3-67/+129
2025-01-24Change testscripts to query non-existent git repository from git.build2.org ↵Karen Arutyunov3-6/+7
rather than from example.com
2025-01-22ci-github: Handle check suite completion in build_completed()Francois Kritzinger2-181/+209
2025-01-22Add support for tenant_service_build_built::build_completed() notificationBoris Kolpackov8-17/+97
2025-01-20Fix warningsBoris Kolpackov2-2/+10
2025-01-20ci-github: Use error colored circle with warning if warning=failureFrancois Kritzinger1-1/+7
2025-01-20ci-github: Add success/warn/fail counts to conclusion check runFrancois Kritzinger1-2/+69
2025-01-20ci-github: url-encode package version in details URLFrancois Kritzinger1-2/+2
2025-01-20ci-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.
2025-01-20ci-github: Set check run details_url sooner, when enqueuedFrancois Kritzinger1-2/+2
2025-01-20ci-github: Add output, details_url to building conclusion check runFrancois Kritzinger4-38/+116
2025-01-20ci-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