summaryrefslogtreecommitdiff
path: root/app/models/notification_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify notification check for participatingsimplify-pipeline-notification-checkHeinrich Lee Yu2019-06-061-6/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* reorder notification settings by noisy-nessC.J. Jameson2018-11-301-1/+1
* Move N_ calls into separate filesMark Chao2018-08-141-0/+1
* Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-0/+8
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Allow to toggle notifications for issues due soonFelipe Artur2018-07-121-0/+1
* Only send issue due emails to participants and custom subscribersSean McGivern2018-03-301-1/+2
* Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-1/+6
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-29/+5
* Fix current feature related specsTiago Botelho2017-06-281-1/+1
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-2/+24
* Add columns for custom notification settingsSean McGivern2017-06-151-18/+7
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-4/+13
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
* Introduce EXCLUDED_WATCHER_EVENTS to exclude eventsremove-successful-pipeline-emails-for-nowLin Jen-Shin2017-01-051-0/+4
* Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-1/+3
* Split notification integration into another branchLin Jen-Shin2016-09-141-3/+1
* Try to integrate the email into notification systemLin Jen-Shin2016-09-131-1/+3
* Exclude projects pending delete from notificationsSean McGivern2016-07-071-1/+8
* Implement custom notification level optionsFelipe Artur2016-06-151-1/+36
* Remove notification level from user modelFelipe Artur2016-06-101-1/+0
* Notifications dropdown on project page now has descriptionsPhil Hughes2016-06-071-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-13/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-0/+13
* Use Hash instead of Array on NotificationSetting#level enumDouglas Barbosa Alexandre2016-04-111-3/+1
* Use default_value_for to set default NotificationSetting#levelDouglas Barbosa Alexandre2016-04-081-8/+6
* Refactor creating notification setting with defaultsDmitriy Zaporozhets2016-03-301-0/+11
* Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-0/+7
* Introduce NotificationSetting modelDmitriy Zaporozhets2016-03-301-0/+14