forgejo/modules/convert
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
2021-09-24 19:32:56 +08:00
..
convert.go Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
git_commit.go Fix API to return author for author on commits() 2021-06-27 23:15:42 +01:00
git_commit_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
issue.go Calculate label URL on API () 2021-09-10 18:03:16 +02:00
issue_comment.go [refactor] Unify the export of user data via API () 2021-03-27 17:45:26 +01:00
issue_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
main_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
notification.go Introduce NotifySubjectType () 2021-07-01 12:51:24 +02:00
pull.go Add agit flow support in gitea () 2021-07-28 17:42:56 +08:00
pull_review.go Expose resolver via API () 2021-03-28 00:37:51 +01:00
pull_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
release.go [refactor] Unify the export of user data via API () 2021-03-27 17:45:26 +01:00
repository.go Fix some API bugs () 2021-06-18 01:24:55 +02:00
status.go [refactor] Unify the export of user data via API () 2021-03-27 17:45:26 +01:00
user.go Add Visible modes function from Organisation to Users too () 2021-06-26 20:53:14 +01:00
user_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
utils.go Add migrate from OneDev () 2021-08-22 00:47:45 +02:00
utils_test.go Add some Unit-Tests () 2021-01-28 19:08:11 +01:00