summaryrefslogtreecommitdiff
path: root/spec/mailers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24880-configurable-plaintext-emails' into 'master' Sean McGivern2016-11-291-0/+34
|\
| * Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emailsRuben Davila2016-11-281-0/+34
* | Fix spec styleSean McGivern2016-11-281-0/+1
* | Tidy up text emailsSean McGivern2016-11-281-4/+4
* | Clean up rubocop complainthhoopes2016-11-251-1/+1
* | Add keyword arguments to truncated_diff methodhhoopes2016-11-251-7/+1
* | Change diff highlight/truncate for reusabilityhhoopes2016-11-251-1/+79
* | Add new template to handle both commit & mr noteshhoopes2016-11-251-17/+2
* | Add diff hunks to notification emails on MRhhoopes2016-11-251-2/+17
|/
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-5/+10
* Move spec/mailers/shared/notify.rb to spec/supportJared Ready2016-10-225-204/+0
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-1/+1
* override subject method in devise mailerFu Xu2016-10-031-1/+2
* follow the styleguide: Don't use parentheses around a literalFu Xu2016-10-031-1/+1
* move spec back into shared example `an email sent from GitLab`Fu Xu2016-10-032-7/+10
* 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-032-4/+11
* add configurable email subject suffixFu Xu2016-10-031-0/+4
* 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
* | Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher2016-10-021-2/+2
|\ \ | |/ |/|
| * Fix specs that requires an access requestRémy Coutable2016-09-221-2/+2
* | Wrap List-Unsubscribe link in angle bracketsfix-unsubscribe-headerSean McGivern2016-09-261-1/+2
|/
* Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-202-5/+13
* Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-191-0/+19
|\
| * Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-122-2/+2
| |\
| * | Add specs for system note and email when all discussions are resolvedDouwe Maan2016-08-121-0/+19
* | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-182-6/+8
|\ \ \ | | |/ | |/|
| * | adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-092-2/+2
| |/
| * 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
* Add previews for all customized Devise emailsRobert Speicher2016-06-161-2/+21
* 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
* New confirmation email :fire:Robert Speicher2016-05-251-1/+1
* Customize ActionMailer preview pathRobert Speicher2016-05-251-0/+11
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
* 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
* Merge branch 'mr-formatting' into 'master' Robert Speicher2016-04-191-6/+6
|\