gitea/modules/repository
Lunny Xiao 276500c314
Move AddCollabrator and CreateRepositoryByExample to service layer ()
- [x] Move `CreateRepositoryByExample` to service layer
- [x] Move `AddCollabrator` to service layer
- [x] Add a new parameter for `AddCollabrator` so that changing mode
immediately after that will become unnecessary.
..
branch.go Fix adopt repository has empty object name in database ()
branch_test.go Make "sync branch" also sync object format and add tests ()
commits.go Fix context cache bug & enable context cache for dashabord commits' authors ()
commits_test.go Make offline mode as default to no connect external avatar service by default ()
create.go Move AddCollabrator and CreateRepositoryByExample to service layer ()
create_test.go Move createrepository from module to service layer ()
delete.go Even more `db.DefaultContext` refactor ()
env.go Move database operations of merging a pull request to post receive hook and add a transaction ()
fork.go Reduce usage of `db.DefaultContext` ()
hooks.go Always write proc-receive hook for all git versions ()
init.go Move generate from module to service ()
init_test.go Make label templates have consistent behavior and priority ()
license.go Support repo license ()
license_test.go Move createrepository from module to service layer ()
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer ()
push.go Improve ObjectFormat interface ()
repo.go Make LFS http_client parallel within a batch. ()
repo_test.go Don't remove all mirror repository's releases when mirroring ()
temp.go Enable more `revive` linter rules ()