gitlab-org--gitlab-foss/spec/lib
Lin Jen-Shin 6cfd028278 Implement #3243 New Issue by email
So we extend Gitlab::Email::Receiver for this new behaviour,
however we might want to split it into another class for better
testing it.

Another issue is that, currently it's using this to parse project
identifier:

    Gitlab::IncomingEmail.key_from_address

Which is using:

    Gitlab.config.incoming_email.address

for the receiver name. This is probably `reply` because it's used
for replying to a specific issue. We might want to introduce another
config for this, or just use `reply` instead of `incoming`.

I'll prefer to introduce a new config for this, or just change
`reply` to `incoming` because it would make sense for replying to
there, too.

The email template used in tests were copied and modified from:
`emails/valid_reply.eml` which I hope is ok.
2016-05-16 21:27:16 +00:00
..
banzai Implement @rymai's feedback after review. 2016-05-12 07:17:07 +05:30
ci Codestyle: make sure we have space around operators 2016-05-13 04:46:56 -03:00
gitlab Implement #3243 New Issue by email 2016-05-16 21:27:16 +00:00
json_web_token Improve authentication service specs 2016-05-15 08:52:26 -05:00
award_emoji_spec.rb Emoji categories fix 2016-04-14 20:45:55 +03:00
disable_email_interceptor_spec.rb
extracts_path_spec.rb Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
file_size_validator_spec.rb
git_ref_validator_spec.rb
gitlab_spec.rb Add Gitlab.com? method 2016-04-12 17:30:11 -04:00
repository_cache_spec.rb