-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[repository] fixes and enhancements for repository update support (#5763
) ### Description of the change This PR contains changes for two purposes: - improve feature parity between plugins - enable update support in UI Feature parity: - flux: description support - flux: support changing to/from auth provider - carvel: description support - carvel: support changing auth type Bug fixes to support update support in UI: - auth updates were not possible - fixed conditions for fields enablement - form fields data were sent incorrectly as a group, instead of only sending what applied - errors handling 'undefined' values - fixed which auth types are valid per plugin+type combination - fixed issue with helm plugins image pull secrets helm/flux bug fixes: - fixed handling of redacted fields leading to secrets not being updated as expected or secret data being overwritten with 'redacted' as value. (note: the PR has many small changes, but i was fixing issues as i was testing, hence the list) ### Benefits With the changes, users should see more commonality between plugin features, as well as a more robust UI experience regarding repository creation/updates. ### Applicable issues fixes issues #5745, #5746 and #5747 ### Additional information The issue 1 in # 5746 could not be reproduce with the latest bits, so no change were made for it.
- Loading branch information
1 parent
8ae4a75
commit ed020ef
Showing
21 changed files
with
1,898 additions
and
915 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.