Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-25Bugfix: Always use the default language when generating emails.Ruben Davila
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-05Address review commentsDouwe Maan
2017-04-05Fix specsDouwe Maan
2017-04-05Add specsDouwe Maan
2017-04-05Better notification emails for notes and (diff) discussionsDouwe Maan
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
2017-03-28Use `:empty_project` where possible in mailer specsRobert Speicher
2017-03-22Combine redundant `it` blocks in Notify specRobert Speicher
2017-03-17Add a new have_html_escaped_body_text that match an HTML-escaped textRémy Coutable
2017-03-14Fix intermittent spec failures in notify_spec.rbNick Thomas
2016-11-29Merge branch '24880-configurable-plaintext-emails' into 'master' Sean McGivern
2016-11-29Add new configuration setting to enable/disable HTML emails.Ruben Davila
2016-11-28Fix spec styleSean McGivern
2016-11-28Tidy up text emailsSean McGivern
2016-11-25Clean up rubocop complainthhoopes
2016-11-25Add keyword arguments to truncated_diff methodhhoopes
2016-11-25Change diff highlight/truncate for reusabilityhhoopes
2016-11-25Add new template to handle both commit & mr noteshhoopes
2016-11-25Add diff hunks to notification emails on MRhhoopes
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-10-23Move spec/mailers/shared/notify.rb to spec/supportJared Ready
2016-10-11refactors tests because of gitlab-test repository changestiagonbotelho
2016-10-03override subject method in devise mailerFu Xu
2016-10-03move spec back into shared example `an email sent from GitLab`Fu Xu
2016-10-03stub config settings in specFu Xu
2016-10-03remove empty line at block body endFu Xu
2016-10-03create new test in `spec/mailers/notify_spec.rb`Fu Xu
2016-10-02Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-22Fix specs that requires an access requestRémy Coutable
2016-09-20Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-02Replace optional parameters with keyword arguments.Adam Niedzielski
2016-07-22Make Notify specs more robust by setting up assignee namesRémy Coutable
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-07-02Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-20Fallback to group's owners/masters when a project has noneRémy Coutable
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Factorize members mails into a new Emails::Members moduleRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-05-28Update tests for the current_application_settings request store changesDJ Mountney
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
2016-05-11Only generate repository push email onceSean McGivern