-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix upload maven pacakge parallelly #31851
Conversation
Could this be applied to the docker image push too? |
The logic can be similar but the endpoint will not be the same. So, I would like to fix them one by one. |
Wait for #31908? |
Depends on #31813 |
The tests panic because the default lock hasn't been initialized until #31813. |
Hmm, it cannot be backported to v1.22 since it depends on #31813. Or we need to fix it in another way. |
I will use the old lock in backpor PR. |
* giteaofficial/main: [skip ci] Updated licenses and gitignores Fix rename branch permission bug (go-gitea#32066) Fix artifact v4 upload above 8MB (go-gitea#31664) [skip ci] Updated translations via Crowdin Add bin to Composer Metadata (go-gitea#32099) Fix wrong last modify time (go-gitea#32102) Fix upload maven pacakge parallelly (go-gitea#31851) Repo Activity: count new issues that were closed (go-gitea#31776) Count typescript files as frontend for labeling (go-gitea#32088) Use camo.Always instead of camo.Allways (go-gitea#32097)
Use globallock for maven package uploads.
Thanks @tlusser for the test code.
Depends on
#31813