Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Provide to update a repository name by API #419

Merged
merged 4 commits into from
Apr 24, 2022
Merged

Provide to update a repository name by API #419

merged 4 commits into from
Apr 24, 2022

Conversation

noahingh
Copy link
Member

No description provided.

@noahingh noahingh added component: ui This issue or pull request is related to the feature of the UI-side component: server This issue or pull request is related to the feature of the server-side labels Apr 24, 2022
@noahingh noahingh added this to the v0.7 milestone Apr 24, 2022
@noahingh noahingh linked an issue Apr 24, 2022 that may be closed by this pull request
Comment on lines +61 to +65
if p.Name != nil {
s.log.Debug("Set the name field.", zap.String("value", *p.Name))
re.Name = *p.Name
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the repository name if a payload has the value of name.

@noahingh noahingh merged commit 20a60c4 into main Apr 24, 2022
@noahingh noahingh deleted the repo-update-api branch April 24, 2022 05:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: server This issue or pull request is related to the feature of the server-side component: ui This issue or pull request is related to the feature of the UI-side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update a repository name by API
1 participant