-
- Downloads
WIP, initial work to implement pipeline hooks:
I might be squashing this commit in the future.
Showing
- app/controllers/projects/hooks_controller.rb 1 addition, 0 deletionsapp/controllers/projects/hooks_controller.rb
- app/models/ci/pipeline.rb 6 additions, 0 deletionsapp/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 1 addition, 0 deletionsapp/models/service.rb
- 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/gitlab/data_builder/pipeline_data_builder.rb 65 additions, 0 deletionslib/gitlab/data_builder/pipeline_data_builder.rb
Please register or sign in to comment