feat(FR-1368): add deployment infrastructure — feature flag, i18n keys, routes, and sidebar#6904
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
There was a problem hiding this comment.
Pull request overview
Adds a new manager-version-gated feature flag to the Backend.AI WebUI client capability map, so UI code can safely toggle “model deployment extended filter” behavior only when supported by the connected Manager.
Changes:
- Enable
model-deployment-extended-filterin the client feature set when the Manager version is compatible with26.4.3or later.
This was referenced Apr 22, 2026
Closed
feat(FR-1368): add deployment launcher — multi-step form, hook, page, and deploy split buttons
#6912
Closed
Merged
feat(FR-1368): add deployment detail — configuration section, 4 tabs, and DeploymentDetailPage
#6917
Merged
Closed
def39e1 to
337a87e
Compare
5 tasks
nowgnuesLee
requested changes
Apr 26, 2026
337a87e to
0ee9e23
Compare
5 tasks
9c8b924 to
9f6ffbb
Compare
9f6ffbb to
37d8de1
Compare
37d8de1 to
006f347
Compare
6 tasks
006f347 to
8ea52f9
Compare
8ea52f9 to
ba0746f
Compare
ba0746f to
c425503
Compare
8 tasks
c425503 to
0065751
Compare
12 tasks
Merge activity
|
…s, routes, and sidebar (#6904) Resolves #6904 ## Summary Consolidates the infrastructure foundation for the deployment UI (FR-2663, FR-2666, FR-2664, FR-2665): - **FR-2663**: Add `model-deployment-extended-filter` feature flag gating manager 26.4.3+ deployment lifecycle APIs - **FR-2666**: Add deployment i18n keys to `en.json` covering all new deployment UI strings - **FR-2664**: Add `/deployments` and `/admin-deployments` routes with legacy `/serving` fallback redirects - **FR-2665**: Rename sidebar menu entry from Serving → Deployments This PR is the base of the FR-1368 stack and must merge before any downstream PRs.
0065751 to
e730270
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 #6904
Summary
Consolidates the infrastructure foundation for the deployment UI (FR-2663, FR-2666, FR-2664, FR-2665):
model-deployment-extended-filterfeature flag gating manager 26.4.3+ deployment lifecycle APIsen.jsoncovering all new deployment UI strings/deploymentsand/admin-deploymentsroutes with legacy/servingfallback redirectsThis PR is the base of the FR-1368 stack and must merge before any downstream PRs.