chore(pve, v1.2): hard-disable the Python Virtual Environment UI#6364
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/v1.2 #6364 +/- ##
==================================================
- Coverage 52.32% 52.32% -0.01%
Complexity 2491 2491
==================================================
Files 1074 1074
Lines 42121 42133 +12
Branches 4535 4538 +3
==================================================
+ Hits 22041 22046 +5
- Misses 18779 18785 +6
- Partials 1301 1302 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aglinxinyuan
approved these changes
Jul 12, 2026
aglinxinyuan
left a comment
Contributor
There was a problem hiding this comment.
LGTM as a temporary solution. Please provide a before-and-after screenshot.
Contributor
Author
Sounds good! I have updated the PR description with screenshots. |
Yicong-Huang
approved these changes
Jul 13, 2026
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.
What changes were proposed in this PR?
This PR hard-disables the PVE UI behind a single constant (
PVE_ENABLED = falseinapp-setting.ts) so the feature can be restored with a one-line flip:defaultEnv/envNamefields are hidden anddefaultEnvis forced totruewhen the property panel opens, so every Python UDF runs on the default environment and the frontend no longer issues any/api/pverequest.The backend (
PveResource,PveManager, routing) is untouched and stays dormant.Any related issues, documentation, discussions?
Related to #6131 and #5963.
How was this PR tested?
Existing auto tests passed.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Fable 5)