mirror of https://github.com/go-gitea/gitea.git
* 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 |
||
|---|---|---|
| .. | ||
| archiver | ||
| files | ||
| adopt.go | ||
| adopt_test.go | ||
| avatar.go | ||
| avatar_test.go | ||
| branch.go | ||
| cache.go | ||
| check.go | ||
| fork.go | ||
| fork_test.go | ||
| hooks.go | ||
| main_test.go | ||
| push.go | ||
| repository.go | ||
| template.go | ||
| transfer.go | ||
| transfer_test.go | ||