-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'reply-by-email-inline-diff' into 'master'
Email on push inline diff Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3087 and https://gitlab.com/gitlab-org/gitlab-ce/issues/12821 I will backport 16745c1bb386443d8ea3395d23048b1d40ea0b56 and 92c2effbb334246bfed15a0fd78a58f1cfc8be34 to CE. In a regular browser:  In Gmail (in Chrome):  Gmail doesn't like monospace fonts, apparently, but that's acceptable. See merge request !151
No related branches found
No related tags found
Showing
- CHANGELOG-EE 1 addition, 0 deletionsCHANGELOG-EE
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 10 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/mailers/repository_push_email.scss 43 additions, 0 deletionsapp/assets/stylesheets/mailers/repository_push_email.scss
- app/assets/stylesheets/notify.scss 24 additions, 0 deletionsapp/assets/stylesheets/notify.scss
- app/helpers/emails_helper.rb 6 additions, 6 deletionsapp/helpers/emails_helper.rb
- app/mailers/notify.rb 2 additions, 0 deletionsapp/mailers/notify.rb
- app/views/layouts/notify.html.haml 4 additions, 27 deletionsapp/views/layouts/notify.html.haml
- app/views/notify/repository_push_email.html.haml 20 additions, 8 deletionsapp/views/notify/repository_push_email.html.haml
- app/views/projects/diffs/_file.html.haml 2 additions, 2 deletionsapp/views/projects/diffs/_file.html.haml
- app/views/projects/diffs/_line.html.haml 26 additions, 0 deletionsapp/views/projects/diffs/_line.html.haml
- app/views/projects/diffs/_text_file.html.haml 2 additions, 19 deletionsapp/views/projects/diffs/_text_file.html.haml
- app/workers/emails_on_push_worker.rb 5 additions, 1 deletionapp/workers/emails_on_push_worker.rb
- config/application.rb 2 additions, 0 deletionsconfig/application.rb
- config/initializers/premailer.rb 7 additions, 0 deletionsconfig/initializers/premailer.rb
- lib/gitlab/email/message/repository_push.rb 4 additions, 0 deletionslib/gitlab/email/message/repository_push.rb
- spec/mailers/notify_spec.rb 9 additions, 7 deletionsspec/mailers/notify_spec.rb
Loading
| Loading
| @@ -229,6 +229,8 @@ gem "gitlab-license", "~> 0.0.4" |
# Sentry integration | ||
gem 'sentry-raven', '~> 0.15' | ||
gem 'premailer-rails', '~> 1.9.0' | ||
# Metrics | ||
group :metrics do | ||
gem 'allocations', '~> 1.0', require: false, platform: :mri | ||
Loading
| Loading
|
app/assets/stylesheets/notify.scss
0 → 100644
app/views/projects/diffs/_line.html.haml
0 → 100644
config/initializers/premailer.rb
0 → 100644
Please register or sign in to comment