mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
On the @Forgejo instance of Codeberg, we discovered that forking a repo which is already forked now returns a 500 Internal Server Error, which is unexpected. This is an attempt at fixing this. The error message in the log: ~~~ 2023/05/02 08:36:30 .../api/v1/repo/fork.go:147:CreateFork() [E] [6450cb8e-113] ForkRepository: repository is already forked by user [uname: ...., repo path: .../..., fork path: .../...] ~~~ The service that is used for forking returns a custom error message which is not checked against. About the order of options: The case that the fork already exists should be more common, followed by the case that a repo with the same name already exists for other reasons. The case that the global repo limit is hit is probably not the likeliest. Co-authored-by: Otto Richter <otto@codeberg.org> Co-authored-by: Giteabot <teabot@gitea.io> |
2 years ago | |
---|---|---|
.. | ||
activitypub | 2 years ago | |
admin | 2 years ago | |
misc | 2 years ago | |
notify | 2 years ago | |
org | 2 years ago | |
packages | 2 years ago | |
repo | 2 years ago | |
settings | 2 years ago | |
swagger | 2 years ago | |
user | 2 years ago | |
utils | 2 years ago | |
api.go | 2 years ago | |
auth.go | 2 years ago | |
auth_windows.go | 2 years ago |