aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification
Commit message (Collapse)AuthorAgeFilesLines
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-172-0/+64
| | | | | | * notification for indexer * use NullNotifier as parent struct
* Refactor mail notification (#5110)Lunny Xiao2019-01-135-46/+185
| | | | | | | | * mail notification implement interface * fix file comment year * use NullNotifier as parent struct of notifiers
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-183-28/+330
| | | | | | | | * add notification interface and refactor UI notifications * add missing methods on notification interface and notifiy only issue status really changed * implement NotifyPullRequestReview for ui notification
* Notification - Step 1 (#523)Andrey Nering2016-12-311-0/+50
* Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model