feat(deployment): live elapsed time counter for ongoing deployments#2591
Merged
RemiBonnet merged 1 commit intonew-navigationfrom Apr 13, 2026
Merged
feat(deployment): live elapsed time counter for ongoing deployments#2591RemiBonnet merged 1 commit intonew-navigationfrom
RemiBonnet merged 1 commit intonew-navigationfrom
Conversation
6d206ae to
2f2f4e3
Compare
f7cacc0 to
a8087c9
Compare
4a4d8fc to
c809a92
Compare
Codecov Report❌ Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1c70216 to
b69e62f
Compare
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.
b69e62f to
8638b4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
XX seconds agocounter (ticking every second) when a deployment is ongoing, instead of relying on backend pollingXXm : XXsstopwatch) uses a local ticker seeded fromlast_deployment_datewhen the deployment is ongoingScreenshots / Recordings
N/A
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
feat(service): add new Terraform service) - required for semantic-release