Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | Review 1 | Boris Kolpackov | 1 | -5/+2 | |
3 days | ci-github: Re-request check suite on internal CI cancellation | Francois Kritzinger | 4 | -2/+225 | |
3 days | ci-github: Get check suite id when creating check run and save in service data | Francois Kritzinger | 5 | -29/+69 | |
5 days | Sketch | Boris Kolpackov | 4 | -14/+36 | |
6 days | ci-github: Fail if no accurate list of check runs in build_built() | Boris Kolpackov | 1 | -0/+15 | |
6 days | Sleep for some short period of time before retrying after odb::recoverable ↵ | Karen Arutyunov | 13 | -60/+121 | |
exception Also increase the default maximum number of retries for configuration to 20 from 10. | |||||
6 days | Automatically increase build queued timeout for big number of builds in ↵ | Karen Arutyunov | 12 | -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 days | ci-github: Don't warn on expected check run rebuilds | Francois Kritzinger | 1 | -1/+5 | |
10 days | ci-github: Create check runs in batches | Boris Kolpackov | 4 | -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 days | ci-github: Reorder app_id arguments | Francois Kritzinger | 3 | -22/+26 | |
10 days | ci-github: Handle HTTP 502 (bad gateway) when creating check runs | Boris Kolpackov | 4 | -54/+331 | |
Do so by fetching latest check runs from GitHub and failing if they're not all there. | |||||
10 days | ci-github: Store App id as uint64_t | Francois Kritzinger | 7 | -22/+31 | |
2025-02-07 | ci-github: ignore interrupts in build_building() notification | Boris Kolpackov | 1 | -2/+9 | |
2025-02-07 | Fix builds page not to display force rebuilds when filter by pending builds | Karen Arutyunov | 1 | -1/+2 | |
2025-02-06 | Change CI notification email subject format | Karen Arutyunov | 1 | -1/+2 | |
2025-02-06 | Only set queued_timestamp for queued builds in task handler | Karen Arutyunov | 3 | -23/+54 | |
2025-01-27 | ci-github: Handle (ignore) Marketplace and installation events | Francois Kritzinger | 1 | -0/+25 | |
2025-01-27 | ci-github: Update queued and building check run descriptions | Francois Kritzinger | 3 | -67/+129 | |
2025-01-24 | Change testscripts to query non-existent git repository from git.build2.org ↵ | Karen Arutyunov | 3 | -6/+7 | |
rather than from example.com | |||||
2025-01-22 | ci-github: Handle check suite completion in build_completed() | Francois Kritzinger | 2 | -181/+209 | |
2025-01-22 | Add support for tenant_service_build_built::build_completed() notification | Boris Kolpackov | 8 | -17/+97 | |
2025-01-20 | Fix warnings | Boris Kolpackov | 2 | -2/+10 | |
2025-01-20 | ci-github: Use error colored circle with warning if warning=failure | Francois Kritzinger | 1 | -1/+7 | |
2025-01-20 | ci-github: Add success/warn/fail counts to conclusion check run | Francois Kritzinger | 1 | -2/+69 | |
2025-01-20 | ci-github: url-encode package version in details URL | Francois Kritzinger | 1 | -2/+2 | |
2025-01-20 | ci-github: Remove details_url argument from gq_update_check_run() | Francois Kritzinger | 3 | -24/+0 | |
We now always set details_url upon creation and it never needs to be updated again. | |||||
2025-01-20 | ci-github: Set check run details_url sooner, when enqueued | Francois Kritzinger | 1 | -2/+2 | |
2025-01-20 | ci-github: Add output, details_url to building conclusion check run | Francois Kritzinger | 4 | -38/+116 | |
2025-01-20 | ci-github: Check run details_url related updates/fixes | Francois Kritzinger | 2 | -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-15 | ci-github: Trim leading/trailing whitespaces in webhook secret | Boris Kolpackov | 2 | -2/+8 | |
2025-01-15 | ci-github: Store webhook secret in a file | Francois Kritzinger | 5 | -17/+53 | |
Keep secrets out of the configuration file for the sake of security. | |||||
2025-01-15 | Fix CI module initialization compiled with unloaded tenant service support | Karen Arutyunov | 4 | -31/+39 | |
2025-01-14 | Update version constraints for libodb*, libstudxml | Boris Kolpackov | 1 | -3/+3 | |
2025-01-10 | ci-github: Use older form of openssl command to generate HMAC | Francois Kritzinger | 1 | -4/+9 | |
In order to support openssl versions older than 3.0. | |||||
2025-01-08 | Update INSTALL with instructions for enabling GitHub CI integration | Francois Kritzinger | 1 | -1/+110 | |
2025-01-06 | Make buildable with GCC 8.3 | Karen Arutyunov | 2 | -6/+16 | |
2025-01-06 | Various minor INSTALL files changes | Boris Kolpackov | 5 | -51/+72 | |
2025-01-06 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2025-01-06 | ci-github: Address issues found during testing | Francois Kritzinger | 2 | -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-06 | ci-github: Update test scenarios | Francois Kritzinger | 1 | -3/+13 | |
2024-12-17 | ci-github: Handle forced pushes and branch deletions | Francois Kritzinger | 4 | -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-17 | Update INSTALL-GITHUB-DEV | Francois Kritzinger | 1 | -3/+12 | |
2024-12-12 | ci-github: Fix comments | Francois Kritzinger | 1 | -5/+6 | |
2024-12-12 | ci-github: Fix bug found during testing | Francois Kritzinger | 1 | -1/+1 | |
2024-12-12 | Sketch GitHub test scenarios | Boris Kolpackov | 1 | -0/+29 | |
2024-12-11 | Update INSTALL-GITHUB-DEV | Francois Kritzinger | 1 | -26/+57 | |
2024-12-10 | Support multiple GitHub app instances | Boris Kolpackov | 10 | -118/+314 | |
2024-12-10 | Handle completed check_suite webhook events | Francois Kritzinger | 4 | -6/+130 | |
2024-12-10 | Handle replaced tenants and clean up code/comments | Francois Kritzinger | 9 | -106/+133 | |
2024-12-10 | Add tenant id to tenant service notifications and callbacks | Boris Kolpackov | 12 | -93/+176 | |