gitea/services/mirror
Lunny Xiao a9e8ac0fe0
Don't create duplicated functions for code repositories and wiki repositories (#33924)
Fix
https://github.com/go-gitea/gitea/pull/33910#pullrequestreview-2688913865

This PR changed the Repositroy interface in `gitrepo` package which
makes it only focus the relative path in the disk and abstract whether
it's a wiki repository or not.
2025-03-19 11:17:19 -07:00
..
mirror_pull.go Add lock for a repository pull mirror (#33876) 2025-03-15 10:23:18 -07:00
mirror_push.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2025-03-19 11:17:19 -07:00
mirror_test.go Fix mirror bug (#33597) 2025-02-15 18:29:44 +08:00
mirror.go Refactor push mirror find and add check for updating push mirror (#32539) 2024-11-18 05:59:04 +00:00
notifier.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
queue.go Refactor push mirror find and add check for updating push mirror (#32539) 2024-11-18 05:59:04 +00:00