1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-04 22:48:05 +00:00
gitea/services/mirror
Lunny Xiao a9e8ac0fe0
Don't create duplicated functions for code repositories and wiki repositories ()
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 () 2025-03-15 10:23:18 -07:00
mirror_push.go Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00
mirror_test.go Fix mirror bug () 2025-02-15 18:29:44 +08:00
mirror.go Refactor push mirror find and add check for updating push mirror () 2024-11-18 05:59:04 +00:00
notifier.go Move notification interface to services layer () 2023-09-05 18:37:47 +00:00
queue.go Refactor push mirror find and add check for updating push mirror () 2024-11-18 05:59:04 +00:00