feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage#6917
Merged
graphite-app[bot] merged 1 commit intoApr 30, 2026
Conversation
Contributor
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 8.61% (-0.11% 🔻) |
1857/21573 |
| 🔴 | Branches | 7.82% (-0.11% 🔻) |
1187/15174 |
| 🔴 | Functions | 5.05% (-0.08% 🔻) |
295/5838 |
| 🔴 | Lines | 8.36% (-0.11% 🔻) |
1749/20914 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / DeploymentAutoScalingTab.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentAccessTokensTab.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentConfigurationSection.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentReplicasTab.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentRevisionHistoryTab.tsx |
0% | 0% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / DeploymentDetailPage.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
Test suite run success
865 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from c5de6cd
3d35731 to
dc4dd0c
Compare
This was referenced Apr 22, 2026
Merged
Closed
Closed
Merged
feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons
#6912
Closed
2cf85f0 to
910f156
Compare
dc4dd0c to
1fbf0ad
Compare
a832aee to
513dc14
Compare
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 81.87% | 429/524 |
| 🟡 | Branches | 70.43% | 362/514 |
| 🟡 | Functions | 76.86% | 93/121 |
| 🟢 | Lines | 83.19% | 391/470 |
Test suite run success
319 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from 2d0a224
8f31ffa to
e402a17
Compare
513dc14 to
0835037
Compare
5 tasks
e402a17 to
ac10ce1
Compare
ed54266 to
f4b6569
Compare
ac10ce1 to
3c895e4
Compare
f4b6569 to
70dddb1
Compare
3c895e4 to
37e9e74
Compare
93b4db6 to
3b2b038
Compare
37e9e74 to
14579e1
Compare
4d45eba to
c5de6cd
Compare
8 tasks
12 tasks
Merge activity
|
… and DeploymentDetailPage (#6917) Resolves #6917 ## Summary Consolidates the deployment detail view (FR-2676, FR-2677, FR-2678, FR-2679, FR-2680, FR-2681): - **FR-2676**: `DeploymentConfigurationSection` — card showing active revision config (image, resource group, replica count) for the detail page overview - **FR-2677**: `DeploymentReplicasTab` — paginated replica table with a side drawer showing per-replica logs and metadata - **FR-2678**: `DeploymentRevisionHistoryTab` — revision list with rollback mutation and confirm dialog - **FR-2679**: `DeploymentAccessTokensTab` — token list with create/delete flows and copy-to-clipboard - **FR-2680**: `DeploymentAutoScalingTab` — wraps `AutoScalingRuleList` for the deployment-scoped autoscaling rules - **FR-2681**: `DeploymentDetailPage` — full detail page at `/deployments/:id` with header (status, actions), Configuration overview, and the 4 tabs above
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.

Resolves #6917
Summary
Consolidates the deployment detail view (FR-2676, FR-2677, FR-2678, FR-2679, FR-2680, FR-2681):
DeploymentConfigurationSection— card showing active revision config (image, resource group, replica count) for the detail page overviewDeploymentReplicasTab— paginated replica table with a side drawer showing per-replica logs and metadataDeploymentRevisionHistoryTab— revision list with rollback mutation and confirm dialogDeploymentAccessTokensTab— token list with create/delete flows and copy-to-clipboardDeploymentAutoScalingTab— wrapsAutoScalingRuleListfor the deployment-scoped autoscaling rulesDeploymentDetailPage— full detail page at/deployments/:idwith header (status, actions), Configuration overview, and the 4 tabs above