You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/repository
Lunny Xiao 76aa33d884
Move init repository related functions to modules (#19159)
* Move init repository related functions to modules

* Fix lint

* Use ctx but db.DefaultContext

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
archiver Pause queues (#15928) 2 years ago
files Allow API to create file on empty repo (#19224) 2 years ago
adopt.go Move init repository related functions to modules (#19159) 2 years ago
adopt_test.go format with gofumpt (#18184) 2 years ago
avatar.go Some repository refactors (#17950) 3 years ago
avatar_test.go Some repository refactors (#17950) 3 years ago
branch.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
cache.go Move repository model into models/repo (#17933) 3 years ago
check.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
fork.go Fix forked repositories missed tags (#18719) 2 years ago
fork_test.go Some repository refactors (#17950) 3 years ago
hooks.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
push.go Fix compare link in active feeds for new branch (#19149) 2 years ago
repository.go Move init repository related functions to modules (#19159) 2 years ago
template.go Some repository refactors (#17950) 3 years ago
transfer.go Move organization related structs into sub package (#18518) 2 years ago
transfer_test.go Move organization related structs into sub package (#18518) 2 years ago