-
-
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
Add support for HEAD requests in Maven registry #21834
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM. A small question as comment above (not blocker)
I think a lot of statements can be rewritten now that #21833 is merged. |
Linter is moaning ... |
🚀 |
This comment was marked as outdated.
This comment was marked as outdated.
Which statements would you rewrite? |
My bad. |
Related go-gitea#18543 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Backporting this to 1.17 is problematic because there were lots of (type) changes. But as 1.18 should be released in the near future, that should not be a problem. |
* giteaofficial/main: Workaround for container registry push/pull errors (go-gitea#21862) Fix scroll over mermaid frame (go-gitea#21925) Add support for HEAD requests in Maven registry (go-gitea#21834) Fix button in branch list, avoid unexpected page jump before restore branch actually done (go-gitea#21562) Fix typo in sidebar (go-gitea#21922) Fix table misalignments and tweak webhook and githook lists (go-gitea#21917)
Related #18543