summaryrefslogtreecommitdiff
path: root/spec/mailers/emails/profile_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+23
|
* Add latest changes from gitlab-org/security/gitlab@14-9-stable-eeGitLab Bot2022-03-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+33
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eeGitLab Bot2021-06-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+100
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+7
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+22
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+50
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-11/+21
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+40
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-0/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-0/+2
|
* 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-261-74/+72
| | | | | | - 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`.
* 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-221-1/+0
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
|
* 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