summaryrefslogtreecommitdiffstats
path: root/models/star_test.go
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-54/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-48/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-9/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-7/+8
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-16/+17
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-7/+10
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-2/+2
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-4/+17
* refactor: set default order by recently star.Bo-Yi Wu2017-02-031-2/+2
* Unit tests for models/star (#752)Ethan Koenig2017-01-251-0/+80