summaryrefslogtreecommitdiffstats
path: root/models/issue_watch_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-67/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-7/+7
* 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-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+6
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+4
* Fix Issue Unsubscription (#9634)65432020-01-071-2/+3
* Refactor Issues Subscription (#8738)65432019-11-201-8/+15
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-1/+1
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-0/+5
* Improve tests a littleAndrey Nering2017-04-011-0/+9
* Add unit tests for issue_watchAndrey Nering2017-03-301-0/+42