gitea/models/repo
zeripath 2ec2935f78
Touch mirrors on even on fail to update (#19217) (#19233)
Backport #19217

If a mirror fails to be synchronised it should be pushed to the bottom of the queue
of the awaiting mirrors to be synchronised. At present if there LIMIT number of
broken mirrors they can effectively prevent all other mirrors from being synchronized
as their last_updated time will remain earlier than other mirrors.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-27 23:08:28 +02:00
..
archiver.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
attachment.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
attachment_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
avatar.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
fork.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
fork_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
git.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
issue.go Prevent deadlock in create issue (#17970) 2021-12-13 17:59:39 -05:00
language_stats.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
main_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
mirror.go Touch mirrors on even on fail to update (#19217) (#19233) 2022-03-27 23:08:28 +02:00
pushmirror.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
pushmirror_test.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
redirect.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
redirect_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
repo_indexer.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
repo_list.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
repo_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo_unit.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
star.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
star_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
topic.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
topic_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
update.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
watch.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
watch_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
wiki.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
wiki_test.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00