Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
8 days | Post-review changesci-github-building | Francois Kritzinger | 3 | -21/+32 | |
8 days | Reorder app_id arguments | Francois Kritzinger | 3 | -21/+21 | |
8 days | Sketch: batching | Boris Kolpackov | 3 | -26/+50 | |
8 days | Post-review changes | Francois Kritzinger | 1 | -5/+18 | |
8 days | Review: verify | Boris Kolpackov | 1 | -9/+28 | |
9 days | Review: re-query | Boris Kolpackov | 1 | -2/+2 | |
9 days | Review app id | Boris Kolpackov | 1 | -2/+6 | |
9 days | ci-github: Recover from HTTP 502 (bad gateway) | Francois Kritzinger | 4 | -41/+227 | |
9 days | ci-github: Store App id as uint64_t | Francois Kritzinger | 7 | -22/+31 | |
11 days | Sketch | Boris Kolpackov | 2 | -16/+71 | |
14 days | ci-github: ignore interrupts in build_building() notification | Boris Kolpackov | 1 | -2/+9 | |
14 days | 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 | |
2024-12-10 | Ensure all exceptions are handled in build_*() notifications | Boris Kolpackov | 6 | -409/+265 | |
2024-12-10 | Review exceptions thrown by github-ci API functions | Francois Kritzinger | 8 | -37/+168 | |