aboutsummaryrefslogtreecommitdiffstats
path: root/models/main_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-5/+0
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+4
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-19/+1
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-19/+1
* Fix compiling without sqlite and gcc (#2177)Lauris BH2017-07-261-0/+19
* Run unused testEthan Koenig2017-06-041-0/+8
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+26