gitea/modules/repository
wxiaoguang 9f8d59858a
Refactor system setting ()
This PR reduces the complexity of the system setting system.

It only needs one line to introduce a new option, and the option can be
used anywhere out-of-box.

It is still high-performant (and more performant) because the config
values are cached in the config system.
..
branch.go Fix bug for ctx usage ()
collaborator.go Always reuse transaction ()
collaborator_test.go Even more `db.DefaultContext` refactor ()
commits.go Fix context cache bug & enable context cache for dashabord commits' authors ()
commits_test.go Refactor system setting ()
create.go Move createrepository from module to service layer ()
create_test.go Move createrepository from module to service layer ()
delete.go Even more `db.DefaultContext` refactor ()
env.go Implement actions ()
fork.go Reduce usage of `db.DefaultContext` ()
generate.go Move createrepository from module to service layer ()
generate_test.go Substitute variables in path names of template repos too ()
hooks.go Move createrepository from module to service layer ()
init.go Move createrepository from module to service layer ()
init_test.go Make label templates have consistent behavior and priority ()
license.go Move createrepository from module to service layer ()
license_test.go Move createrepository from module to service layer ()
main_test.go make writing main test easier ()
push.go Use the type RefName for all the needed places and fix pull mirror sync bugs ()
repo.go Another round of `db.DefaultContext` refactor ()
temp.go Implement FSFE REUSE for golang files ()