summaryrefslogtreecommitdiff
path: root/spec/mailers
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-9/+9
* notification email on add new gpg keyAlexis Reigel2017-07-271-0/+30
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-22/+21
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-8/+29
* Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-251-0/+9
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-5/+5
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-41/+41
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-262-75/+73
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-0/+10
|\
| * Make it possible to preview pipeline success/failed emailsToon Claes2017-04-061-0/+11
* | Remove unused codeDouwe Maan2017-04-051-18/+0
* | Address review commentsDouwe Maan2017-04-052-6/+121
* | Fix specsDouwe Maan2017-04-051-1/+1
* | Add specsDouwe Maan2017-04-051-19/+123
* | Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-051-0/+2
|/
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-2/+2
* Use `:empty_project` where possible in mailer specsRobert Speicher2017-03-271-5/+10
* Combine redundant `it` blocks in Notify specRobert Speicher2017-03-211-231/+149
* Move the `a new user email` shared example to the Emails::Profile specRobert Speicher2017-03-211-0/+10
* All CI offline migrationsKamil Trzciński2017-03-171-64/+0
* Add a new have_html_escaped_body_text that match an HTML-escaped text20121-add-a-new-have_html_escaped_body_text-matcherRémy Coutable2017-03-171-31/+32
* Fix intermittent spec failures in notify_spec.rbNick Thomas2017-03-141-111/+120
* Merge branch '24880-configurable-plaintext-emails' into 'master' Sean McGivern2016-11-291-0/+34
|\
| * Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emailsRuben Davila2016-11-281-0/+34
* | Fix spec styleSean McGivern2016-11-281-0/+1
* | Tidy up text emailsSean McGivern2016-11-281-4/+4
* | Clean up rubocop complainthhoopes2016-11-251-1/+1
* | Add keyword arguments to truncated_diff methodhhoopes2016-11-251-7/+1
* | Change diff highlight/truncate for reusabilityhhoopes2016-11-251-1/+79
* | Add new template to handle both commit & mr noteshhoopes2016-11-251-17/+2
* | Add diff hunks to notification emails on MRhhoopes2016-11-251-2/+17
|/
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-5/+10
* Move spec/mailers/shared/notify.rb to spec/supportJared Ready2016-10-225-204/+0
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-1/+1
* override subject method in devise mailerFu Xu2016-10-031-1/+2
* follow the styleguide: Don't use parentheses around a literalFu Xu2016-10-031-1/+1
* move spec back into shared example `an email sent from GitLab`Fu Xu2016-10-032-7/+10
* stub config settings in specFu Xu2016-10-031-5/+2
* remove empty line at block body endFu Xu2016-10-031-1/+0
* create new test in `spec/mailers/notify_spec.rb`Fu Xu2016-10-032-4/+11
* add configurable email subject suffixFu Xu2016-10-031-0/+4
* Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher2016-10-021-24/+26
|\
| * Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-24/+26
* | Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher2016-10-021-2/+2
|\ \ | |/ |/|
| * Fix specs that requires an access requestRémy Coutable2016-09-221-2/+2
* | Wrap List-Unsubscribe link in angle bracketsfix-unsubscribe-headerSean McGivern2016-09-261-1/+2
|/
* Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-202-5/+13
* Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-191-0/+19
|\