aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)AuthorFilesLines
3 daysReview 2check-suite-node-idBoris Kolpackov1-19/+46
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
4 daysSketchBoris Kolpackov4-14/+36
5 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 Arutyunov10-51/+109
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 Arutyunov9-72/+277
'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.
9 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-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 Kolpackov1-1/+4
2025-01-15ci-github: Store webhook secret in a fileFrancois Kritzinger3-11/+43
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-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-06Make buildable with GCC 8.3Karen Arutyunov2-6/+16
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
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-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