summaryrefslogtreecommitdiff
path: root/spec/services/emails
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-203-3/+3
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-2/+4
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+29
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-182-2/+13
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-1/+1
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Freeze strings in email service specsSean McGivern2019-03-222-0/+4
|
* Merge branch 'master' into ↵Douwe Maan2017-10-052-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
| * refactor emails servicerefactor-servicesJames Lopez2017-09-282-3/+3
| |
| * fix specsJames Lopez2017-09-282-2/+2
| |
* | when a primary email is replaced and added to the secondary emails list,Brett Walker2017-09-231-0/+5
| | | | | | | | make sure it stays confirmed
* | optimized the email servicesBrett Walker2017-09-232-6/+5
| |
* | tweaks for rubocopBrett Walker2017-09-231-1/+1
| |
* | add verified/unverified labels to profile emails.Brett Walker2017-09-231-0/+16
|/ | | | added "Resend confirmation email" for unverified emails
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-272-2/+2
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* fix spec failuresJames Lopez2017-06-232-2/+2
|
* more refactoringJames Lopez2017-06-232-22/+0
|
* fixed specsJames Lopez2017-06-232-3/+5
|
* add more spec examplesJames Lopez2017-06-232-3/+23
|
* add emails service specsJames Lopez2017-06-232-0/+35