-
- Downloads
Automatically disable Auto DevOps for project upon first pipeline failure
parent
a286e20d
No related branches found
No related tags found
Showing
- app/mailers/emails/auto_devops.rb 24 additions, 0 deletionsapp/mailers/emails/auto_devops.rb
- app/mailers/notify.rb 1 addition, 0 deletionsapp/mailers/notify.rb
- app/mailers/previews/notify_preview.rb 4 additions, 0 deletionsapp/mailers/previews/notify_preview.rb
- app/models/ci/pipeline.rb 6 additions, 0 deletionsapp/models/ci/pipeline.rb
- app/services/notification_service.rb 6 additions, 0 deletionsapp/services/notification_service.rb
- app/services/projects/auto_devops/disable_service.rb 39 additions, 0 deletionsapp/services/projects/auto_devops/disable_service.rb
- app/views/notify/_failed_builds.html.haml 32 additions, 0 deletionsapp/views/notify/_failed_builds.html.haml
- app/views/notify/autodevops_disabled_email.html.haml 49 additions, 0 deletionsapp/views/notify/autodevops_disabled_email.html.haml
- app/views/notify/autodevops_disabled_email.text.erb 20 additions, 0 deletionsapp/views/notify/autodevops_disabled_email.text.erb
- app/views/notify/pipeline_failed_email.html.haml 2 additions, 33 deletionsapp/views/notify/pipeline_failed_email.html.haml
- app/workers/all_queues.yml 2 additions, 0 deletionsapp/workers/all_queues.yml
- app/workers/auto_devops/disable_worker.rb 35 additions, 0 deletionsapp/workers/auto_devops/disable_worker.rb
- app/workers/concerns/auto_devops_queue.rb 9 additions, 0 deletionsapp/workers/concerns/auto_devops_queue.rb
- changelogs/unreleased/39923-automatically-disable-auto-devops-for-project.yml 5 additions, 0 deletions...d/39923-automatically-disable-auto-devops-for-project.yml
- config/sidekiq_queues.yml 1 addition, 0 deletionsconfig/sidekiq_queues.yml
- db/migrate/20180901171833_add_project_config_source_status_index_to_pipeline.rb 17 additions, 0 deletions...833_add_project_config_source_status_index_to_pipeline.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- spec/factories/ci/pipelines.rb 8 additions, 0 deletionsspec/factories/ci/pipelines.rb
- spec/factories/projects.rb 4 additions, 0 deletionsspec/factories/projects.rb
- spec/mailers/emails/auto_devops_spec.rb 32 additions, 0 deletionsspec/mailers/emails/auto_devops_spec.rb
app/mailers/emails/auto_devops.rb
0 → 100644
app/views/notify/_failed_builds.html.haml
0 → 100644
app/workers/auto_devops/disable_worker.rb
0 → 100644
app/workers/concerns/auto_devops_queue.rb
0 → 100644
spec/mailers/emails/auto_devops_spec.rb
0 → 100644
Please register or sign in to comment