[PCP-15720] update provisioner ui#15
Merged
Merged
Conversation
owen-pengtao
approved these changes
Dec 1, 2025
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.
This pull request introduces several new features, dependency updates, and improvements to both the Helm chart and the documentation for the Platform Provisioner UI. The most significant changes include support for configurable Helm chart URLs, a new autocomplete input type, enhancements for field mutual exclusion, and updates to the development process to improve compatibility with Windows systems. There are also various dependency upgrades and fixes for npm audit issues.
New features and UI enhancements
autocompleteas a newguiTypefor pipeline input options, including documentation and usage examples. [1] [2] [3] [4]Improvements to pipeline input configuration
enableOtherFieldsWhenSet, allowing fields to be enabled when another is set. This is documented and demonstrated in examples. [1] [2] [3] [4]Dependency and development process updates
axios,js-yaml,vite,koa, and@playwright/test. Added new dependencies such asdayjs-plugin-utc,semver,sha256-es,cross-env, and type definitions. [1] [2] [3] [4] [5] [6]cross-envfor setting environment variables, improving compatibility with Windows systems. [1] [2]Helm chart and deployment improvements
/tmpas anemptyDirvolume, supporting temporary file storage and platform compatibility. [1] [2] [3]Documentation updates