summaryrefslogtreecommitdiff
path: root/spec/models/notification_setting_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Exclude projects pending delete from notificationsSean McGivern2016-07-071-0/+17
| | | | | | | If the Sidekiq job fails for some reason, a project can be 'stuck' pending deletion. The project can't be viewed, so it shouldn't be available through the notification settings association as this will throw an exception when we try to show the link.
* Implement custom notification level optionsFelipe Artur2016-06-151-0/+25
|
* Remove notification level from user modelFelipe Artur2016-06-101-1/+0
|
* Add spec for user_id uniq in NotificationSetting modelDmitriy Zaporozhets2016-03-301-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small refactoring and cleanup of notification logicDmitriy Zaporozhets2016-03-301-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Introduce NotificationSetting modelDmitriy Zaporozhets2016-03-301-0/+15
It will hold notification setting per group or per project. It will allow get rid of notification level stored in Member model Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>