-
Notifications
You must be signed in to change notification settings - Fork 78
feat(FR-1388): Add deployment detail page #4173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat_FR-1371_/model-deployment-launcher-ui
Are you sure you want to change the base?
feat(FR-1388): Add deployment detail page #4173
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.35% (-0.07% 🔻) |
505/11612 |
| 🔴 | Branches | 3.45% (-0.11% 🔻) |
285/8256 |
| 🔴 | Functions | 2.43% (-0.04% 🔻) |
90/3697 |
| 🔴 | Lines | 4.32% (-0.07% 🔻) |
491/11372 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / AccessTokenList.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentRevisionList.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentTokenGenerationModal.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / ImageDetailNodeSimpleTag.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / ReplicaList.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / RevisionCreationModal.tsx |
0% | 0% | 0% | 0% |
Test suite run success
114 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from e8da4f8
7c515ee to
b2b5dc0
Compare
f9481bc to
acba15e
Compare
3685456 to
539c027
Compare
71a0b39 to
755f215
Compare
6805495 to
be86ec2
Compare
755f215 to
57c46e6
Compare
be86ec2 to
07c635f
Compare
57c46e6 to
960a9ca
Compare
07c635f to
757944c
Compare
757944c to
b1c4141
Compare
2417826 to
db74f15
Compare
27de565 to
73b7d3d
Compare
73b7d3d to
cec5b54
Compare
db74f15 to
49e4647
Compare
cec5b54 to
7c25b49
Compare
7c25b49 to
d4be88c
Compare
49e4647 to
c4bc4b6
Compare
7dd6f03 to
e8da4f8
Compare
c4bc4b6 to
935bf75
Compare
935bf75 to
f7beb49
Compare
e8da4f8 to
9fb9227
Compare
f7beb49 to
8d00321
Compare
9fb9227 to
d5645ed
Compare
8d00321 to
1919880
Compare
d5645ed to
cf9cd11
Compare
cf9cd11 to
812f1ab
Compare
1919880 to
15e93e6
Compare

Resolves #4172 (FR-1388)
Add Deployment Detail Page with Revision Management and Access Token Features
This PR implements a comprehensive deployment detail page with multiple tabs for managing revisions, access tokens, and routes. Key features include:
The implementation includes several new components:
AccessTokenListfor managing deployment access tokensDeploymentRevisionListfor viewing and managing revision historyDeploymentTokenGenerationModalfor creating new access tokensRouteListfor displaying routing informationImageDetailNodeSimpleTagfor displaying image information in a compact formatChecklist: