-
- Downloads
Implement pipeline hooks, extracted from !5525
Closes #20115
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/concerns/service_params.rb 7 additions, 8 deletionsapp/controllers/concerns/service_params.rb
- app/controllers/projects/hooks_controller.rb 1 addition, 0 deletionsapp/controllers/projects/hooks_controller.rb
- app/models/ci/pipeline.rb 9 additions, 1 deletionapp/models/ci/pipeline.rb
- app/models/hooks/project_hook.rb 1 addition, 0 deletionsapp/models/hooks/project_hook.rb
- app/models/hooks/web_hook.rb 1 addition, 0 deletionsapp/models/hooks/web_hook.rb
- app/models/service.rb 5 additions, 0 deletionsapp/models/service.rb
- app/services/ci/create_pipeline_service.rb 1 addition, 0 deletionsapp/services/ci/create_pipeline_service.rb
- app/views/projects/hooks/_project_hook.html.haml 1 addition, 1 deletionapp/views/projects/hooks/_project_hook.html.haml
- app/views/shared/web_hooks/_form.html.haml 7 additions, 0 deletionsapp/views/shared/web_hooks/_form.html.haml
- db/migrate/20160728081025_add_pipeline_events_to_web_hooks.rb 16 additions, 0 deletions...igrate/20160728081025_add_pipeline_events_to_web_hooks.rb
- db/migrate/20160728103734_add_pipeline_events_to_services.rb 16 additions, 0 deletionsdb/migrate/20160728103734_add_pipeline_events_to_services.rb
- lib/api/entities.rb 4 additions, 2 deletionslib/api/entities.rb
- lib/api/project_hooks.rb 2 additions, 0 deletionslib/api/project_hooks.rb
- lib/gitlab/data_builder/pipeline_data_builder.rb 66 additions, 0 deletionslib/gitlab/data_builder/pipeline_data_builder.rb
- spec/lib/gitlab/data_builder/pipeline_data_builder_spec.rb 32 additions, 0 deletionsspec/lib/gitlab/data_builder/pipeline_data_builder_spec.rb
- spec/models/build_spec.rb 4 additions, 2 deletionsspec/models/build_spec.rb
- spec/models/ci/pipeline_spec.rb 31 additions, 2 deletionsspec/models/ci/pipeline_spec.rb
- spec/requests/api/project_hooks_spec.rb 5 additions, 2 deletionsspec/requests/api/project_hooks_spec.rb
Please register or sign in to comment