Skip to content

feat(deployment): live elapsed time counter for ongoing deployments#2591

Merged
RemiBonnet merged 1 commit intonew-navigationfrom
feat/deployment-live-timer
Apr 13, 2026
Merged

feat(deployment): live elapsed time counter for ongoing deployments#2591
RemiBonnet merged 1 commit intonew-navigationfrom
feat/deployment-live-timer

Conversation

@acarranoqovery
Copy link
Copy Markdown
Contributor

@acarranoqovery acarranoqovery commented Apr 10, 2026

Summary

  • Service and environment overview "Last deployment" sections now show a live XX seconds ago counter (ticking every second) when a deployment is ongoing, instead of relying on backend polling
  • Deployment logs header (XXm : XXs stopwatch) uses a local ticker seeded from last_deployment_date when the deployment is ongoing

Screenshots / Recordings

N/A

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@acarranoqovery acarranoqovery force-pushed the feat/deployment-live-timer branch from 6d206ae to 2f2f4e3 Compare April 10, 2026 13:36
@acarranoqovery acarranoqovery force-pushed the feat/deployment-live-timer branch 2 times, most recently from 4a4d8fc to c809a92 Compare April 10, 2026 13:45
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.26%. Comparing base (a8087c9) to head (8638b4f).
⚠️ Report is 2 commits behind head on new-navigation.

Files with missing lines Patch % Lines
...e-logs/feature/src/lib/header-logs/header-logs.tsx 36.36% 3 Missing and 4 partials ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           new-navigation    #2591      +/-   ##
==================================================
- Coverage           45.56%   45.26%   -0.31%     
==================================================
  Files                1121      612     -509     
  Lines               22915    14562    -8353     
  Branches             6692     4266    -2426     
==================================================
- Hits                10441     6591    -3850     
+ Misses              10588     6813    -3775     
+ Partials             1886     1158     -728     
Flag Coverage Δ
unittests 45.26% <75.00%> (-0.31%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@acarranoqovery acarranoqovery force-pushed the feat/deployment-live-timer branch 6 times, most recently from 1c70216 to b69e62f Compare April 10, 2026 14:10
Replace static backend-polled timestamps with a local setInterval ticker
on service/environment overview last deployment sections and the deployment
logs header and stage step durations.
@acarranoqovery acarranoqovery force-pushed the feat/deployment-live-timer branch from b69e62f to 8638b4f Compare April 10, 2026 14:14
Copy link
Copy Markdown
Member

@RemiBonnet RemiBonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@RemiBonnet RemiBonnet merged commit 6b73be1 into new-navigation Apr 13, 2026
16 checks passed
@RemiBonnet RemiBonnet deleted the feat/deployment-live-timer branch April 13, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants