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 (Collapse)Author
2016-03-15Improving the original label-subscribing implementationRémy Coutable
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
2016-03-15Ensure "new SSH key" email do not ends up as dead Sidekiq jobsRémy Coutable
Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
2016-02-12Move profile notifications specs to separate fileGrzegorz Bizon
2016-02-12Move build emails specs to separate fileGrzegorz Bizon
This also extracts shared examples for notification emails to separate file.
2016-02-12Fix broken link in CI build notification emailsGrzegorz Bizon
Closes #13199
2016-02-09Add option to include the sender name in body of Notify email. fix #7824Jason Lee
2016-01-19Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov
Fixes #2098
2016-01-09Minor improvements, unsubscribe from email footerZeger-Jan van de Weg
2016-01-09Unsubscribe from thread through link in email footerZeger-Jan van de Weg
2016-01-05Make AbuseReportMailer responsible for knowing if it should deliverRobert Speicher
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-03fix deprecation messages in testsValery Sizov
2015-11-25Remove some repetition in notify spec.Marin Jankovski
2015-11-25Specs for links in email notifications for Gmail Actions.Marin Jankovski
2015-11-03Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-01Merge branch 'stanhu/gitlab-ce-fix-message-id-notify'Dmitriy Zaporozhets
2015-10-01Fix Message-ID field to be RFC 2111-compliant to prevent e-mails from being ↵Stan Hu
dropped Closes #2867
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
2015-09-29WIPKamil Trzcinski
2015-09-20Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher
2015-09-15fix specs. Stage 6Valery Sizov
2015-09-09Refactor CI testsDmitriy Zaporozhets
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Update email_spec gemRobert Speicher
This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used
2015-05-21Update ffaker gemRobert Speicher
Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
2015-05-16Add tests for password reset token changesVinnie Okada
2015-05-16Explain reset token expiration in emailsVinnie Okada
Tell new users when their password reset token expires and provide a link to get a new one.
2015-05-06Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets
2015-05-06Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka
2015-05-02Make Reply-To config apply to change e-mail confirmation and other notificationsStan Hu
sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-14Set EmailsOnPush reply-to address to committer email when enabled.Douwe Maan
2015-04-13Revert "Merge branch 'fix_email_images' into 'master'"Hannes Rosenögger
This reverts commit d66148ef393f1748c669c934eec4e928d92ef36a, reversing changes made to cdb64a81a8ca96961033b8ab06d5191ef5449634. This change needed to be reverted, because not enough email clients support inline images.
2015-04-03Add ability to configure Reply-To address in gitlab.ymlStan Hu
Closes #1305
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-12replace images in emails with inline imagesHannes Rosenögger
This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
2015-03-11Make email display name configurableVyacheslav Slinko
2015-02-25Fix EmailsOnPush comparison link to include first commit.Douwe Maan
2015-02-25Fix EmailsOnPush to allow sending from @company.com for GitLab at ↵Douwe Maan
gitlab.corp.company.com.
2015-02-25Send EmailsOnPush when deleting commits using force push.Douwe Maan
See #1924.
2015-02-25Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan
See #1809.
2015-02-25Remove incorrect footer from EmailsOnPush body.Douwe Maan
See #1754.
2015-02-25Change EmailsOnPush subject to include namespace, repo and branch.Douwe Maan
See #1827.
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-08Merge pull request #8749 from sashkab/b8748-emailheaderDmitriy Zaporozhets
Addex X-GitLab-Project header to GitLab emails.
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.