summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/notify_shared_examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add List-Id to notification emailsOlivier Crête2018-12-131-1/+3
|
* Add IID headers to E-Mail notificationsLukas Eipert2018-10-161-0/+17
| | | | | These headers can be used to build URLs for API requests. Good examples would be Issues and Merge Requests
* Ensure links in notifications footer are not escapedRémy Coutable2018-08-031-0/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Put fallback reply-key address first in the References headerToon Claes2018-07-271-1/+1
| | | | | | | | | | | | The References header is an ordered list of mails, and some clients only look at the last mail in the list to determine to which mail the mail is in reply to. Therefore, to be a less obtrusive as possible, put the fallback address first. Some info about the reply key lookup in the References header: https://docs.gitlab.com/ee/administration/reply_by_email.html#how-it-works
* Replace have_html_espaced_body_text after 517598baTakuya Noguchi2018-06-031-2/+2
|
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-0/+32
|
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+199
Signed-off-by: Rémy Coutable <remy@rymai.me>