-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'pipeline-notifications' into 'master'
Integrate CI emails into notification system Closes #21930 See merge request !6342
No related branches found
No related tags found
Showing
- app/helpers/notifications_helper.rb 9 additions, 0 deletionsapp/helpers/notifications_helper.rb
- app/mailers/emails/pipelines.rb 11 additions, 6 deletionsapp/mailers/emails/pipelines.rb
- app/models/ci/pipeline.rb 11 additions, 0 deletionsapp/models/ci/pipeline.rb
- app/models/notification_setting.rb 3 additions, 1 deletionapp/models/notification_setting.rb
- app/models/project_services/pipelines_email_service.rb 4 additions, 16 deletionsapp/models/project_services/pipelines_email_service.rb
- app/policies/ci/build_policy.rb 1 addition, 1 deletionapp/policies/ci/build_policy.rb
- app/policies/ci/pipeline_policy.rb 4 additions, 0 deletionsapp/policies/ci/pipeline_policy.rb
- app/services/ci/send_pipeline_notification_service.rb 0 additions, 19 deletionsapp/services/ci/send_pipeline_notification_service.rb
- app/services/notification_service.rb 24 additions, 3 deletionsapp/services/notification_service.rb
- app/views/shared/notifications/_custom_notifications.html.haml 1 addition, 1 deletion...iews/shared/notifications/_custom_notifications.html.haml
- app/workers/pipeline_notification_worker.rb 12 additions, 0 deletionsapp/workers/pipeline_notification_worker.rb
- changelogs/unreleased/pipeline-notifications.yml 6 additions, 0 deletionschangelogs/unreleased/pipeline-notifications.yml
- doc/api/notification_settings.md 10 additions, 2 deletionsdoc/api/notification_settings.md
- doc/workflow/notifications.md 3 additions, 0 deletionsdoc/workflow/notifications.md
- spec/models/ci/pipeline_spec.rb 74 additions, 0 deletionsspec/models/ci/pipeline_spec.rb
- spec/models/project_services/pipeline_email_service_spec.rb 3 additions, 12 deletionsspec/models/project_services/pipeline_email_service_spec.rb
- spec/services/ci/send_pipeline_notification_service_spec.rb 0 additions, 48 deletionsspec/services/ci/send_pipeline_notification_service_spec.rb
- spec/services/notification_service_spec.rb 14 additions, 14 deletionsspec/services/notification_service_spec.rb
- spec/support/email_helpers.rb 19 additions, 9 deletionsspec/support/email_helpers.rb
- spec/support/notify_shared_examples.rb 1 addition, 1 deletionspec/support/notify_shared_examples.rb
app/policies/ci/pipeline_policy.rb
0 → 100644
app/workers/pipeline_notification_worker.rb
0 → 100644
Please register or sign in to comment