gitlab-org--gitlab-foss/spec
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
..
controllers Need txt file in test. 2014-05-26 15:58:03 +02:00
factories Re-annotate models 2014-04-09 15:05:03 +03:00
features Test for milestone changed comment 2014-06-10 12:39:48 +03:00
finders Serialize last_fetched_at as a string with seconds 2014-04-28 12:42:01 +02:00
fixtures Implements drag and drop upload in creating issues 2014-05-23 16:22:42 +08:00
helpers Fixed some broken specs 2014-06-08 23:27:57 +02:00
javascripts Update jasmine gem to work with rails4 2013-12-10 16:03:24 +02:00
lib Improve ad_disabled method name 2014-05-14 19:13:06 +02:00
mailers Send notification emails to the "project", and put people in Cc 2014-06-10 17:09:15 +02:00
models Fixed the project team specs 2014-06-08 23:36:09 +02:00
observers Fix user_project observer test. 2014-04-03 16:35:33 +02:00
requests/api Merge pull request #7014 from asedge/api_create_tag 2014-05-29 15:37:42 +03:00
routing Fix for the broken routing specs 2014-06-08 23:42:09 +02:00
services Send notification emails to the "project", and put people in Cc 2014-06-10 17:09:15 +02:00
support DB cleaner reverted to a known working version 2014-06-07 10:09:56 +02:00
tasks/gitlab Make backup version blocker test more robust 2014-02-28 12:11:43 +01:00
workers Merge branch 'improve/mr_diff' 2014-01-23 14:38:23 +02:00
factories.rb Implements drag and drop upload in creating issues 2014-05-23 16:22:42 +08:00
factories_spec.rb
seed_project.tar.gz Speed up features/notes_on_merge_requests_spec 2014-03-19 03:57:37 -04:00
spec_helper.rb Disable fixtures 2014-06-06 19:55:49 +02:00