feat: add environment deployment websocket updates#1043
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: meryemefe <meryemefe.cs@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…fication, and helios-status-spring-starter (#1021) chore(deps): upgrade to Spring Boot 4.0.6 in application-server, notification, and helios-status-spring-starter fix(aop): update pointcut expression for SessionBuilder in RepositoryFilterAspect chore(deps): update helios-status-spring-starter to version 1.1.1
… request table component (#982)
…eployment blocking logic during environment unlock (#1028)
…ment configuration
…rite/lock actions after sign-out (#1027)
- add filter bar support for author, assignee, label, review state, and requested reviewer, sort - extend backend pull request query filtering and filter-options endpoint support
… limits, and confirmation UX (#977) - implement AI-based test failure analysis flow - persist AI test failure analyses and add scheduled cleanup - enforce per-user rate limits for analysis requests - show AI usage limits and confirmation modal before running analysis
…n deployment configuration
…ith JWT authentication (#1012)
…iosDeploymentWorkflowJobTimingMeta projection and improved caching logic (#1038)
Not up to standards ⛔🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity |
🟢 Coverage 9.22% diff coverage · -0.38% coverage variation
Metric Results Coverage variation ✅ -0.38% coverage variation (-1.00%) Diff coverage ✅ 9.22% diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (aef5d83) 8429 3961 46.99% Head commit (a916dc5) 8635 (+206) 4025 (+64) 46.61% (-0.38%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#1043) 206 19 9.22% Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
…websocket-only # Conflicts: # .github/workflows/pullrequest_linting.yml # .github/workflows/test.yml # client/.nvmrc # client/Dockerfile # client/Dockerfile.dev # client/package.json # client/src/app/components/pipeline/test-results/pipeline-test-results.component.spec.ts # client/src/app/components/pipeline/test-results/pipeline-test-results.component.ts # client/src/app/core/modules/openapi/client/types.gen.ts # client/yarn.lock # server/application-server/build.gradle # server/application-server/src/main/java/de/tum/cit/aet/helios/workflow/github/GitHubWorkflowJobTimingService.java # server/application-server/src/test/java/de/tum/cit/aet/helios/workflow/github/GitHubWorkflowJobTimingServiceTest.java # server/helios-status-spring-starter/pom.xml # server/notification/build.gradle
|
Rebased on current Mechanical (take staging):
Silent auto-merge bug caught + fixed in Local verification: server compiles + test compiles, |
|
🚨 Client Code Validation Failed 🚨 The client code in cd ./client
pnpm generate:openapiCommit and push the updated files. |
|
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
Motivation
Environment deployment status and timer updates should refresh seamlessly without relying on workflow-run-detail websocket subscriptions. The previous websocket branch was reverted, and this PR restores only the environment deployment websocket path while leaving workflow run details on the regular query flow.
Description
Testing Instructions
Prerequisites:
Flow:
Checklist
General
Server
Client