summaryrefslogtreecommitdiff
path: root/spec/mailers/emails
Commit message (Collapse)AuthorAgeFilesLines
* Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera2018-09-061-0/+32
|
* Add DNS verification to Pages custom domainsNick Thomas2018-02-231-0/+71
|
* Send a confirmation email when the user adds a secondary email address. ↵Brett Walker2017-09-231-25/+0
| | | | Utilizes the Devise `confirmable` capabilities. Issue #37385
* notification email on add new gpg keyAlexis Reigel2017-07-271-0/+30
|
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-262-75/+73
| | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* Move the `a new user email` shared example to the Emails::Profile specRobert Speicher2017-03-211-0/+10
| | | | | | | This shared example was only used by this spec so having it in a separate file provided no benefit, at the cost of clarity. This also reduces the three `it` blocks into a single test with `aggregate_failures`.
* All CI offline migrationsKamil Trzciński2017-03-171-64/+0
|
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
| | | | | | | | This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
* Move spec/mailers/shared/notify.rb to spec/supportJared Ready2016-10-223-3/+0
|
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-121-1/+1
|\
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
| |
* | Add specs for system note and email when all discussions are resolvedDouwe Maan2016-08-121-0/+19
|/
* Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+5
| | | | | | | | Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
* Move profile notifications specs to separate filefix/ci-emails-broken-linkGrzegorz Bizon2016-02-121-0/+107
|
* Move build emails specs to separate fileGrzegorz Bizon2016-02-121-0/+65
This also extracts shared examples for notification emails to separate file.