-
-
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
if a repo does not exist, show a 404 not a 500 #5900
if a repo does not exist, show a 404 not a 500 #5900
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.
Is that really the OPs issue? Great catch!
I believe so
But then again maybe we can wait till he replies to #5892 (comment). But I sincerely believe this is the fix. |
Codecov Report
@@ Coverage Diff @@
## master #5900 +/- ##
==========================================
+ Coverage 38% 38.01% +<.01%
==========================================
Files 328 328
Lines 48331 48334 +3
==========================================
+ Hits 18370 18375 +5
+ Misses 27323 27321 -2
Partials 2638 2638
Continue to review full report at Codecov.
|
It's certainly a fix! |
Can someone with the correct rights restart the build? The failure seem unrelated as it passed at https://drone.gitea.io/go-gitea/gitea/5598
|
Fixes #5892