feat(FR-1368): add shared deployment UI components — ReplicaStatusTag, DeploymentStatusTag, DeploymentOwnerInfo#6910
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.62% (-0.01% 🔻) |
1859/21560 |
| 🔴 | Branches | 7.82% (-0.01% 🔻) |
1187/15170 |
| 🔴 | Functions | 5.1% (+0.01% 🔼) |
297/5823 |
| 🔴 | Lines | 8.36% (-0.01% 🔻) |
1750/20929 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / DeploymentOwnerInfo.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentStatusTag.tsx |
0% | 100% | 0% | 0% |
| 🔴 | ... / ReplicaStatusTag.tsx |
0% | 0% | 0% | 0% |
Test suite run success
865 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from 11e3cc1
5 tasks
8f03001 to
2f6e29b
Compare
This was referenced Apr 22, 2026
feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons
#6912
Closed
Merged
Closed
Merged
feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage
#6917
Merged
Closed
37d8de1 to
006f347
Compare
6 tasks
d799826 to
6fed5e2
Compare
006f347 to
8ea52f9
Compare
906f3f2 to
e9bdb82
Compare
8ea52f9 to
ba0746f
Compare
e9bdb82 to
0b3dd46
Compare
ba0746f to
c425503
Compare
0b3dd46 to
ec6c5e1
Compare
8 tasks
ec6c5e1 to
3da6268
Compare
c425503 to
0065751
Compare
12 tasks
Merge activity
|
…, DeploymentStatusTag, DeploymentOwnerInfo (#6910) Resolves #6910 ## Summary Consolidates shared display components used across the deployment list, detail, and launcher UIs (FR-2667, FR-2668, FR-2669): - **FR-2667**: `ReplicaStatusTag` — color-coded badge for replica health status with tooltip; includes Storybook story - **FR-2668**: `DeploymentStatusTag` — antd Tag with semantic color mapping for deployment lifecycle states - **FR-2669**: `DeploymentOwnerInfo` — Relay-fragment component showing owner avatar and name for a deployment All three components are purely presentational and carry no side effects.
0065751 to
e730270
Compare
3da6268 to
11e3cc1
Compare
Base automatically changed from
04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag
to
main
April 30, 2026 07:09
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 #6910
Summary
Consolidates shared display components used across the deployment list, detail, and launcher UIs (FR-2667, FR-2668, FR-2669):
ReplicaStatusTag— color-coded badge for replica health status with tooltip; includes Storybook storyDeploymentStatusTag— antd Tag with semantic color mapping for deployment lifecycle statesDeploymentOwnerInfo— Relay-fragment component showing owner avatar and name for a deploymentAll three components are purely presentational and carry no side effects.