feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons#6912
Closed
agatha197 wants to merge 1 commit into
Closed
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. |
5 tasks
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 8.82% (-0.15% 🔻) |
1857/21060 |
| 🔴 | Branches | 7.97% (-0.2% 🔻) |
1187/14896 |
| 🔴 | Functions | 5.18% (-0.09% 🔻) |
295/5696 |
| 🔴 | Lines | 8.56% (-0.14% 🔻) |
1749/20422 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / useDeploymentLauncher.ts |
0% | 0% | 0% | 0% |
| 🔴 | ... / DeploymentLauncherPageContent.tsx |
0% | 0% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / ResourcePresetSelect.tsx |
3.23% (-0.77% 🔻) |
0% | 0% | 3.23% (-0.77% 🔻) |
| 🔴 | ... / DeploymentLauncherPage.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
Test suite run success
865 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from 079eeba
f3e0367 to
c96a9b0
Compare
60e1d51 to
2041084
Compare
This was referenced Apr 22, 2026
Merged
Closed
Merged
feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage
#6917
Merged
Closed
b165af8 to
1bc31e2
Compare
b167216 to
d799826
Compare
1bc31e2 to
079eeba
Compare
6 tasks
d799826 to
6fed5e2
Compare
079eeba to
09f2791
Compare
6fed5e2 to
906f3f2
Compare
09f2791 to
2dadc42
Compare
906f3f2 to
e9bdb82
Compare
79a0052 to
347bed7
Compare
e9bdb82 to
0b3dd46
Compare
347bed7 to
fe9f8ea
Compare
0b3dd46 to
ec6c5e1
Compare
8 tasks
fe9f8ea to
e49213f
Compare
ec6c5e1 to
3da6268
Compare
12 tasks
Merge activity
|
… and deploy split buttons (#6912) Resolves #6912 ## Summary Consolidates the full deployment launcher UX (FR-2674, FR-2683, FR-2675, FR-2684): - **FR-2674**: `DeploymentLauncherPageContent` — multi-step form (Basic → Resources → Review) with nuqs URL state, pre-fill support, and per-step validation - **FR-2683**: `useDeploymentLauncher` hook — encapsulates Quick Deploy (`deployInstantly`) and launcher navigation (`openLauncher`) using `createModelDeployment`; gated behind `model-deployment-extended-filter` flag - **FR-2675**: `DeploymentLauncherPage` — page-level orchestrator for `/deployments/new` (create) and `/deployments/:id/edit` routes; owns the `createModelDeployment` / `addModelRevision` mutations - **FR-2684**: Migrate Deploy buttons in `ModelCardDrawer` and `VFolderDeployModal` to `[Deploy | ▼]` split button using `useDeploymentLauncher`; dropdown opens pre-filled launcher at the review step
3da6268 to
11e3cc1
Compare
e49213f to
4790132
Compare
Base automatically changed from
04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story
to
main
April 30, 2026 07:10
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 #6912
Summary
Consolidates the full deployment launcher UX (FR-2674, FR-2683, FR-2675, FR-2684):
DeploymentLauncherPageContent— multi-step form (Basic → Resources → Review) with nuqs URL state, pre-fill support, and per-step validationuseDeploymentLauncherhook — encapsulates Quick Deploy (deployInstantly) and launcher navigation (openLauncher) usingcreateModelDeployment; gated behindmodel-deployment-extended-filterflagDeploymentLauncherPage— page-level orchestrator for/deployments/new(create) and/deployments/:id/editroutes; owns thecreateModelDeployment/addModelRevisionmutationsModelCardDrawerandVFolderDeployModalto[Deploy | ▼]split button usinguseDeploymentLauncher; dropdown opens pre-filled launcher at the review step