1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 06:35:53 +00:00
gitea/models/repo
zeripath d2ca021df0
Touch mirrors on even on fail to update (#19217)
* Touch mirrors on even on fail to update

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 15:40:17 +01:00
..
archiver.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
attachment_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
attachment.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
avatar.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
fork_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
fork.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) 2022-03-27 15:40:17 +01:00
pushmirror_test.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
pushmirror.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
redirect_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
redirect.go Some repository refactors (#17950) 2021-12-12 23:48:20 +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 Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
repo.go Avoid database lookups for DescriptionHTML (#18924) 2022-02-27 18:51:34 +01:00
star_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
star.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
topic.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_test.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
wiki_test.go Add separate SSH_USER config option (#17584) 2022-02-07 16:56:45 -05:00
wiki.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00