forgejo/services/mirror
wxiaoguang 7a550b3af2
Use ctx instead of db.DefaultContext in some packages(routers/services/modules) ()
* Remove `db.DefaultContext` usage in routers, use `ctx` directly

* Use `ctx` directly if there is one, remove some `db.DefaultContext` in `services`

* Use ctx instead of db.DefaultContext for `cmd` and some `modules` packages

* fix incorrect context usage
2022-03-22 16:22:54 +01:00
..
mirror.go Refactor mirror code & fix StartToMirror () 2022-03-02 15:43:11 +08:00
mirror_pull.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
mirror_push.go Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00