gitlab-org--gitlab-foss/app/mailers/emails
Mario de la Ossa 23a20c20f8
Initial work to add notification reason to emails
Adds `#build_notification_recipients` to `NotificationRecipientService`
that returns the `NotificationRecipient` objects in order to be able to
access the new attribute `reason`.

This new attribute is used in the different notifier methods in order to
add the reason as a header: `X-GitLab-NotificationReason`.

Only the reason with the most priority gets sent.
2018-01-16 19:17:55 -06:00
..
issues.rb Initial work to add notification reason to emails 2018-01-16 19:17:55 -06:00
members.rb Speed up Group#user_ids_for_project_authorizations 2017-08-14 12:47:15 +01:00
merge_requests.rb Initial work to add notification reason to emails 2018-01-16 19:17:55 -06:00
notes.rb Make mail notifications of discussion notes In-Reply-To of each other 2017-12-13 21:26:01 +01:00
pipelines.rb extract pipeline mails layout 2017-02-22 12:22:52 +01:00
profile.rb Send a confirmation email when the user adds a secondary email address. Utilizes the Devise `confirmable` capabilities. Issue #37385 2017-09-23 15:23:11 +02:00
projects.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00