You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
* Fix the API to update the name of a repository
* Fix the message for the 'repo_unique_name'
* Add the name field to update the repository name.
* Fix lint
fmt.Sprintf("The value of \"%s\" field is invalid.", err.(*ent.ValidationError).Name),
188
-
err)
186
+
returnnil, e.NewErrorWithMessage(e.ErrorCodeEntityUnprocessable, fmt.Sprintf("The value of \"%s\" field is invalid.", err.(*ent.ValidationError).Name), err)
0 commit comments