gitea/modules/repository
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login ()
* Move login related structs and functions to models/login

* Fix test

* Fix lint

* Fix lint

* Fix lint of windows

* Fix lint

* Fix test

* Fix test

* Only load necessary fixtures when preparing unit tests envs

* Fix lint

* Fix test

* Fix test

* Fix error log

* Fix error log

* Fix error log

* remove unnecessary change

* fix error log

* merge main branch
..
adopt.go Move login related structs and functions to models/login ()
archive.go Fix archive error when rename repo or user ()
branch.go [API] Add pagination to ListBranches ()
cache.go Make commit info cancelable ()
check.go DBContext is just a Context ()
commits.go Report the correct number of pushes on the feeds ()
commits_test.go Move db related basic functions to models/db ()
create.go DBContext is just a Context ()
create_test.go Move db related basic functions to models/db ()
fork.go DBContext is just a Context ()
fork_test.go Move db related basic functions to models/db ()
generate.go DBContext is just a Context ()
hooks.go DBContext is just a Context ()
init.go DBContext is just a Context ()
main_test.go Move db related basic functions to models/db ()
push.go Fix a bug on refactoring ()
repo.go Move login related structs and functions to models/login ()
update.go DBContext is just a Context ()