[CLEAN] Synthetic Benchmark PR #20065 - Add V2 UI packaging and Docker integration#564
Open
tomerqodo wants to merge 1 commit intobase_pr_20065_20260121_6567from
Open
[CLEAN] Synthetic Benchmark PR #20065 - Add V2 UI packaging and Docker integration#564tomerqodo wants to merge 1 commit intobase_pr_20065_20260121_6567from
tomerqodo wants to merge 1 commit intobase_pr_20065_20260121_6567from
Conversation
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.
Benchmark PR PrefectHQ#20065
Type: Clean (correct implementation)
Original PR Title: Add V2 UI packaging and Docker integration
Original PR Description: Related to PrefectHQ#15512
This PR adds support for building and serving the experimental V2 React UI alongside the existing V1 Vue UI in Docker images and Python packages.
The V2 UI can be enabled by setting
PREFECT_SERVER_UI_V2_ENABLED=truewhen starting the server. V1 remains the default.Changes:
PREFECT_SERVER_UI_V2_ENABLEDsetting (default: false) to switch between UIs__ui_v2_static_path__,__ui_v2_static_subpath__)ui-v2as a build artifactcreate_ui_app()to serve the appropriate UI based on setting🤖 Generated with Claude Code
Original PR URL: PrefectHQ#20065