feat(ui): make name property for repos editable on UI side #20076
Labels
component:git
Interaction with GitHub, Gitlab etc
component:ui
User interfaces bugs and enhancements
enhancement
New feature or request
Summary
Currently, we have a "name" property as part of the connected repositories, which can be added using the CLI command
argocd repo add <url> --type <type> --name <value>.
This name is displayed in the UI panel for connected repositories as an alias. However, on the UI side for connecting a new repository, there is no option for a name attribute for Git repositories, as it is currently optional. Additionally, once repositories are added through the CLI lets say with a name property, they can't be changed on the UI side
Motivation
t would be beneficial to provide an option to add a "name" for Git repo through UI as well and allow editing in case the user wants to change it.
Proposal
add option for name for git and
make name property editable on UI
will add PR for this
The text was updated successfully, but these errors were encountered: