summaryrefslogtreecommitdiffstats
path: root/models/notification_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-111/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-13/+13
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* 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-20/+19
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-7/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-25/+26
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-3/+6
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-1/+1
* [API] Add notification endpoint (#9488)65432020-01-091-2/+4
* Improve notification (#8835)Lunny Xiao2019-11-121-1/+1
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-071-4/+24
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-2/+5
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-3/+2
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-3/+4
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-071-0/+1
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-301-0/+77