gitlab-org--gitlab-foss/spec/services/issues
Pierre de La Morinerie 466b768bb3 Send notification emails to the "project", and put people in Cc
This fixes email threading in Mail.app, that doesn't like when a thread
doesn't have stable recipients.

For instance, here is a possible sender-recipient combinations before:

From: A
To: Me
New issue

From: B
To: Me
Reply on new issue

From: A
To: Me
Another reply

Mail.app doesn't see B as a participant to the original email thread,
and decides to break the thread: it will group all messages from A
together, and separately all messages from B.

This commit makes the thread look like this:

From: A
To: gitlab/project
Cc: Me
New issue

From: B
To: gitlab/project
Cc: Me
Reply on new issue

From: A
To: gitlab/project
Cc: Me
Another reply

Mail.app sees a common recipient, and group the thread correctly.
2014-06-10 17:09:15 +02:00
..
bulk_update_context_spec.rb Replace context with service in specs 2014-01-16 20:29:18 +02:00
close_service_spec.rb Send notification emails to the "project", and put people in Cc 2014-06-10 17:09:15 +02:00
create_service_spec.rb Move update issue code to separate service 2014-04-02 13:54:41 +03:00
update_service_spec.rb Send notification emails to the "project", and put people in Cc 2014-06-10 17:09:15 +02:00