aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_notification_test.go
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* tests: more integration tests for notifications (#17845)singuliere2021-12-031-0/+67
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-3/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-5/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+5
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-8/+8
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-3/+3
* [Api] Check Notify (always return json) (#10059)65432020-04-101-1/+9
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-0/+8
* [API] Add notification endpoint (#9488)65432020-01-091-0/+106