-
- Downloads
Send notifications to group-specific email address
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
Showing
- app/assets/javascripts/profile/profile.js 1 addition, 0 deletionsapp/assets/javascripts/profile/profile.js
- app/assets/stylesheets/pages/notifications.scss 28 additions, 0 deletionsapp/assets/stylesheets/pages/notifications.scss
- app/controllers/profiles/groups_controller.rb 24 additions, 0 deletionsapp/controllers/profiles/groups_controller.rb
- app/mailers/emails/issues.rb 2 additions, 2 deletionsapp/mailers/emails/issues.rb
- app/mailers/emails/members.rb 1 addition, 2 deletionsapp/mailers/emails/members.rb
- app/mailers/emails/merge_requests.rb 1 addition, 1 deletionapp/mailers/emails/merge_requests.rb
- app/mailers/emails/notes.rb 1 addition, 1 deletionapp/mailers/emails/notes.rb
- app/mailers/emails/pages_domains.rb 4 additions, 4 deletionsapp/mailers/emails/pages_domains.rb
- app/mailers/emails/projects.rb 5 additions, 5 deletionsapp/mailers/emails/projects.rb
- app/mailers/emails/remote_mirrors.rb 1 addition, 1 deletionapp/mailers/emails/remote_mirrors.rb
- app/mailers/notify.rb 22 additions, 3 deletionsapp/mailers/notify.rb
- app/views/profiles/emails/index.html.haml 4 additions, 2 deletionsapp/views/profiles/emails/index.html.haml
- app/views/profiles/notifications/_group_settings.html.haml 14 additions, 9 deletionsapp/views/profiles/notifications/_group_settings.html.haml
- app/views/profiles/notifications/show.html.haml 2 additions, 3 deletionsapp/views/profiles/notifications/show.html.haml
- app/views/shared/notifications/_button.html.haml 7 additions, 5 deletionsapp/views/shared/notifications/_button.html.haml
- changelogs/unreleased/weimeng-email-routing.yml 5 additions, 0 deletionschangelogs/unreleased/weimeng-email-routing.yml
- config/routes/profile.rb 5 additions, 1 deletionconfig/routes/profile.rb
- spec/mailers/emails/pages_domains_spec.rb 4 additions, 2 deletionsspec/mailers/emails/pages_domains_spec.rb
- spec/mailers/notify_spec.rb 6 additions, 2 deletionsspec/mailers/notify_spec.rb
- spec/support/shared_examples/notify_shared_examples.rb 45 additions, 1 deletionspec/support/shared_examples/notify_shared_examples.rb
Please register or sign in to comment