-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Enable deprecation error for v1.17.0 #18341
Conversation
Do we really need these two logs? I prefer to only output one error log. |
Not sure, both messages are important. But I think it can be merged into 1 bigger message. |
Codecov Report
@@ Coverage Diff @@
## main #18341 +/- ##
==========================================
+ Coverage 46.10% 46.11% +0.01%
==========================================
Files 837 837
Lines 92331 92332 +1
==========================================
+ Hits 42566 42579 +13
+ Misses 43004 42993 -11
+ Partials 6761 6760 -1
Continue to review full report at Codecov.
|
we got anymore of these? |
Not that I can find, or they are worded differently. |
yup we got a few... let me add some code. |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Do some more deprecations and add common comment // FIXME: DEPRECATION
* giteaoffical/main: [skip ci] Updated translations via Crowdin Refactor jwt.StandardClaims to RegisteredClaims (go-gitea#18344) format with gofumpt (go-gitea#18184) Enable deprecation error for v1.17.0 (go-gitea#18341) Use correct translation key for errors (go-gitea#18342) Refactor Router Logger (go-gitea#17308) Updated Chroma to v0.10.0 (go-gitea#18270)
Co-authored-by: Andrew Thornton <art27@cantab.net>
Per title
Introduced in #16957 by @6543