feat(FR-1368): add deployment list — table, DeploymentListPage, and AdminDeploymentListPage#6916
Merged
Conversation
Contributor
Author
|
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. |
5 tasks
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 8.73% (-0.07% 🔻) |
1857/21262 |
| 🔴 | Branches | 7.9% (-0.06% 🔻) |
1187/15017 |
| 🔴 | Functions | 5.14% (-0.04% 🔻) |
295/5742 |
| 🔴 | Lines | 8.48% (-0.07% 🔻) |
1749/20615 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / DeploymentList.tsx |
0% | 0% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / AdminDeploymentListPage.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
| 🔴 | ... / DeploymentListPage.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
Test suite run success
865 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from b42fbaf
4 tasks
01fb484 to
2cf85f0
Compare
This was referenced Apr 22, 2026
Closed
Merged
feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage
#6917
Merged
feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons
#6912
Closed
Closed
2cf85f0 to
910f156
Compare
3c895e4 to
37e9e74
Compare
789b6e9 to
b165af8
Compare
37e9e74 to
14579e1
Compare
b165af8 to
1bc31e2
Compare
5fcde5b to
b42fbaf
Compare
1bc31e2 to
079eeba
Compare
6 tasks
b42fbaf to
41dc530
Compare
079eeba to
09f2791
Compare
41dc530 to
c0a4fd4
Compare
2dadc42 to
79a0052
Compare
8e2beb3 to
66cb905
Compare
79a0052 to
347bed7
Compare
347bed7 to
fe9f8ea
Compare
66cb905 to
7abcebb
Compare
8 tasks
fe9f8ea to
e49213f
Compare
7abcebb to
8309444
Compare
12 tasks
Merge activity
|
…dminDeploymentListPage (#6916) Resolves #6916 ## Summary Consolidates the deployment list view (FR-2670, FR-2671, FR-2672): - **FR-2670**: `DeploymentList` — fragment-receiving table component with server-side filter, sort, and paginate; columns include status, owner, replica count, resource group, and created time - **FR-2671**: `DeploymentListPage` — user-facing `/deployments` page using `myDeployments` query with URL-persisted filter/sort/page state via nuqs - **FR-2672**: `AdminDeploymentListPage` — admin-facing `/admin-deployments` page with extended project/domain filters; gated by the `model-deployment-extended-filter` feature flag
e49213f to
4790132
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.

Resolves #6916
Summary
Consolidates the deployment list view (FR-2670, FR-2671, FR-2672):
DeploymentList— fragment-receiving table component with server-side filter, sort, and paginate; columns include status, owner, replica count, resource group, and created timeDeploymentListPage— user-facing/deploymentspage usingmyDeploymentsquery with URL-persisted filter/sort/page state via nuqsAdminDeploymentListPage— admin-facing/admin-deploymentspage with extended project/domain filters; gated by themodel-deployment-extended-filterfeature flag