feat(FR-2671): add DeploymentListPage with myDeployments query and URL state#6925
Conversation
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 8.32% (-0.02% 🔻) |
1757/21116 |
| 🔴 | Branches | 7.64% (-0.01% 🔻) |
1131/14794 |
| 🔴 | Functions | 4.99% (-0.01% 🔻) |
285/5713 |
| 🔴 | Lines | 8.05% (-0.01% 🔻) |
1649/20487 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / DeploymentListPage.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
Test suite run success
856 tests passing in 39 suites.
Report generated by 🧪jest coverage report action from c35aa63
7613093 to
c35aa63
Compare
This was referenced Apr 22, 2026
feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage
#6917
Merged
Closed
Closed
Merged
Merged
feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons
#6912
Closed
Contributor
Author
Contributor
Author
|
Consolidated into grouped PR stack (Foundation/Components/Launcher/List/Detail). Closing this individual PR. |
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 #FR-2671
Summary
Replaces the placeholder stub at react/src/pages/DeploymentListPage.tsx (introduced by FR-2664) with the real user-facing deployment list page for Flow 1 of the Endpoint → Deployment UI migration.
The page:
Dependencies
Stacks on top of FR-2670 (DeploymentList table). Also depends on FR-2666 (Deployment i18n keys) which is in the same stack, and FR-2664 (route stub) which the new page replaces.
Test plan