-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
API: create repo with invalid label set hangs gitea #14327
Comments
I got the error message
|
When create a repository with labels, |
@noerw I can confirm the bug also affect v1.13 so I changed the milestone. |
could not reporduce it, so #14384 is only a draft ... would be nice if those who can reproduce could test it ... |
Edit: I think this is a sqlite deadlock ... |
The problem is the parameter of |
This is caused by a weak struct field description ... changed this in my pull too Gitea should not freeze anyway ... |
#14384 is ready 🚀 |
[x]
):Description
Using the API to create a repo with a non-existent label-set makes gitea hang, and leaves a partially initialized repo.
On gitea.com the repo is partially created, and an empty error message is returned.
Testing locally with 9659808, Gitea hangs indefinitely instead of finishing the request.
Following requests give
repository files already exist
.To reproduce:
ref: https://gitea.com/gitea/gitea.com/issues/21
The text was updated successfully, but these errors were encountered: