0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 02:40:00 +01:00
gitea/modules/convert
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093)
* 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
2021-09-24 19:32:56 +08:00
..
convert.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
git_commit_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
git_commit.go
issue_comment.go
issue_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
issue.go
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
notification.go
pull_review.go
pull_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
pull.go
release.go
repository.go
status.go
user_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
user.go
utils_test.go
utils.go