Skip to content

If the default branch is not present do not report error on stats indexing #15546

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

Conversation

zeripath
Copy link
Contributor

Just debug log instead

Fix #15257

Signed-off-by: Andrew Thornton [email protected]

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Apr 19, 2021
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 19, 2021
@lunny lunny merged commit f719ffc into go-gitea:master Apr 22, 2021
@lunny
Copy link
Member

lunny commented Apr 22, 2021

Please send back port

@zeripath zeripath deleted the fix-15257-stop-reporting-error-on-empty-repository branch April 22, 2021 09:29
@zeripath
Copy link
Contributor Author

This doesn't actually work because the error is not a branch does not exist error - follow-up PR coming up.

zeripath added a commit to zeripath/gitea that referenced this pull request Apr 22, 2021
 go-gitea#15546 doesn't completely fix this problem because the error returned is an ObjectNotExist
error not a BranchNotExist error.

Fix go-gitea#15257

Signed-off-by: Andrew Thornton <[email protected]>
6543 pushed a commit that referenced this pull request Apr 22, 2021
…exing (follow-up of #15546) (#15583)

#15546 doesn't completely fix this problem because the error returned is an ObjectNotExist
error not a BranchNotExist error.

Add test for ErrObjectNotExist too

Fix #15257

Signed-off-by: Andrew Thornton <[email protected]>
zeripath added a commit to zeripath/gitea that referenced this pull request Apr 22, 2021
…exing (follow-up of go-gitea#15546) (go-gitea#15583)

Backport go-gitea#15546
Backport go-gitea#15583

 go-gitea#15546 doesn't completely fix this problem because the error returned is an ObjectNotExist
error not a BranchNotExist error.

Add test for ErrObjectNotExist too

Fix go-gitea#15257

Signed-off-by: Andrew Thornton <[email protected]>
@zeripath zeripath added the backport/done All backports for this PR have been created label Apr 22, 2021
6543 pushed a commit that referenced this pull request Apr 22, 2021
…exing (follow-up of #15546) (#15583) (#15594)

Backport #15546
Backport #15583

 #15546 doesn't completely fix this problem because the error returned is an ObjectNotExist
error not a BranchNotExist error.

Add test for ErrObjectNotExist too

Fix #15257

Signed-off-by: Andrew Thornton <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Jun 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[E] stats queue indexer.Index(145) failed: object does not exist [id: refs/heads/master, rel_path: ]
5 participants