summaryrefslogtreecommitdiff
path: root/spec/mailers/notify_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* override subject method in devise mailerFu Xu2016-10-031-1/+2
* move spec back into shared example `an email sent from GitLab`Fu Xu2016-10-031-7/+0
* 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-031-0/+11
* 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
* | Fix specs that requires an access requestRémy Coutable2016-09-221-2/+2
|/
* Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-201-5/+5
* Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-5/+7
|\
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
| * Introduce Compare model in the codebase.Paco Guzman2016-08-031-4/+6
* | Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-021-2/+12
|/
* Make Notify specs more robust by setting up assignee namesRémy Coutable2016-07-221-1/+1
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-2/+2
* Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan2016-07-011-5/+5
|\
| * Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-5/+5
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-5/+0
|/
* Fallback to group's owners/masters when a project has none18757-fixRémy Coutable2016-06-201-14/+47
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-54/+78
* Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-141-77/+179
* Add request access for groupsRémy Coutable2016-06-141-2/+98
* Update tests for the current_application_settings request store changesDJ Mountney2016-05-271-3/+3
* Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-7/+9
* Only generate repository push email onceSean McGivern2016-05-111-30/+6
* format merge request references properlyBen Bodenmiller2016-04-181-6/+6
* Improve and finish the fallback to the In-Reply-To and References header for ...2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-26/+44
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-251-1/+5
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-0/+27
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+56
* Move profile notifications specs to separate filefix/ci-emails-broken-linkGrzegorz Bizon2016-02-121-98/+0
* Move build emails specs to separate fileGrzegorz Bizon2016-02-121-177/+4
* Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-121-38/+40
* Add option to include the sender name in body of Notify email. fix #7824huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mailJason Lee2016-02-091-0/+37
* Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov2016-01-191-2/+55
* Minor improvements, unsubscribe from email footerZeger-Jan van de Weg2016-01-091-16/+16
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-1/+33
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+29
* fix deprecation messages in testsValery Sizov2015-12-031-5/+7
* Remove some repetition in notify spec.gmail_actions_links_on_set_of_emailsMarin Jankovski2015-11-251-61/+32
* Specs for links in email notifications for Gmail Actions.Marin Jankovski2015-11-251-1/+93
* Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets2015-11-031-1/+1
* Merge branch 'stanhu/gitlab-ce-fix-message-id-notify'Dmitriy Zaporozhets2015-10-011-0/+1
|\
| * Fix Message-ID field to be RFC 2111-compliant to prevent e-mails from being d...Stan Hu2015-10-011-0/+1
* | Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-1/+1
|/
* Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher2015-09-191-3/+3
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-0/+1
|\
| * Update email_spec gemRobert Speicher2015-06-221-0/+1
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+1
|/
* Update ffaker gemRobert Speicher2015-05-201-2/+2