summaryrefslogtreecommitdiff
path: root/spec/services/emails
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-243-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-211-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