-
- Downloads
Make pipeline emails respect group email setting
When a user's notification email is set for a group, we should use that for pipeline emails
Showing
- app/mailers/notify.rb 1 addition, 11 deletionsapp/mailers/notify.rb
- app/models/group.rb 6 additions, 0 deletionsapp/models/group.rb
- app/models/user.rb 5 additions, 0 deletionsapp/models/user.rb
- app/services/notification_service.rb 3 additions, 1 deletionapp/services/notification_service.rb
- changelogs/unreleased/63485-fix-pipeline-emails-to-use-group-setting.yml 5 additions, 0 deletions...leased/63485-fix-pipeline-emails-to-use-group-setting.yml
- spec/models/group_spec.rb 37 additions, 0 deletionsspec/models/group_spec.rb
- spec/models/user_spec.rb 33 additions, 0 deletionsspec/models/user_spec.rb
- spec/services/notification_service_spec.rb 40 additions, 8 deletionsspec/services/notification_service_spec.rb
- spec/support/shared_examples/notify_shared_examples.rb 5 additions, 30 deletionsspec/support/shared_examples/notify_shared_examples.rb
Please register or sign in to comment