1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/modules/indexer/stats
techknowlogick 6015d30dd6
Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
* Fix incorrect logging in oauth2.go

Fix #11945

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Handle ErrAlreadyInQueue in stats indexer

Fix #12380

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Fixes type in error message of indexer

Add the missing character in the error message.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lieven Hollevoet <hollie@lika.be>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lieven Hollevoet <hollie@lika.be>
2020-08-04 16:27:43 +08:00
..
db.go Fix queue pop error and stat empty repository error (#10248) 2020-02-12 18:12:27 +08:00
indexer_test.go Change language statistics to save size instead of percentage (#11681) (#11690) 2020-06-02 20:55:21 +03:00
indexer.go Language statistics bar for repositories (#8037) 2020-02-11 11:34:17 +02:00
queue.go Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422) 2020-08-04 16:27:43 +08:00