Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): make name property for repos editable on UI side #20076

Closed
surajyadav1108 opened this issue Sep 24, 2024 · 0 comments · Fixed by #20077
Closed

feat(ui): make name property for repos editable on UI side #20076

surajyadav1108 opened this issue Sep 24, 2024 · 0 comments · Fixed by #20077
Labels
component:git Interaction with GitHub, Gitlab etc component:ui User interfaces bugs and enhancements enhancement New feature or request

Comments

@surajyadav1108
Copy link
Contributor

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

@surajyadav1108 surajyadav1108 added the enhancement New feature or request label Sep 24, 2024
@surajyadav1108 surajyadav1108 changed the title feat(ui): make name property fore repos editable on UI feat(ui): make name property for repos editable on UI side Sep 24, 2024
@pasha-codefresh pasha-codefresh added component:git Interaction with GitHub, Gitlab etc component:ui User interfaces bugs and enhancements labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:git Interaction with GitHub, Gitlab etc component:ui User interfaces bugs and enhancements enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants