-
- Downloads
Enable SSL verification for Webhooks
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/hooks_controller.rb 1 addition, 1 deletionapp/controllers/admin/hooks_controller.rb
- app/controllers/projects/hooks_controller.rb 2 additions, 1 deletionapp/controllers/projects/hooks_controller.rb
- app/controllers/projects/services_controller.rb 1 addition, 1 deletionapp/controllers/projects/services_controller.rb
- app/models/hooks/web_hook.rb 3 additions, 2 deletionsapp/models/hooks/web_hook.rb
- app/models/project_services/buildkite_service.rb 7 additions, 2 deletionsapp/models/project_services/buildkite_service.rb
- app/models/project_services/gitlab_ci_service.rb 4 additions, 2 deletionsapp/models/project_services/gitlab_ci_service.rb
- app/views/admin/hooks/index.html.haml 8 additions, 0 deletionsapp/views/admin/hooks/index.html.haml
- app/views/projects/hooks/index.html.haml 8 additions, 0 deletionsapp/views/projects/hooks/index.html.haml
- db/migrate/20150824002011_add_enable_ssl_verification.rb 5 additions, 0 deletionsdb/migrate/20150824002011_add_enable_ssl_verification.rb
- db/schema.rb 8 additions, 7 deletionsdb/schema.rb
- features/admin/hooks.feature 9 additions, 0 deletionsfeatures/admin/hooks.feature
- features/project/hooks.feature 5 additions, 0 deletionsfeatures/project/hooks.feature
- features/steps/admin/hooks.rb 15 additions, 0 deletionsfeatures/steps/admin/hooks.rb
- features/steps/project/hooks.rb 13 additions, 0 deletionsfeatures/steps/project/hooks.rb
features/admin/hooks.feature
0 → 100644
features/steps/admin/hooks.rb
0 → 100644
Please register or sign in to comment