-
- 下载
Merge branch 'feature/backport-safewebhooks' into 'master'
Backported minimal safewebhook implementation to GitLab CE This brings a minimal implementation for gitlab-org/gitlab-ce#13478 backported from EE (gitlab-org/gitlab-ee!334). Also added UI to configure Secret Token Fixes #15365. See merge request !3940
显示
- app/controllers/admin/hooks_controller.rb 7 个添加, 1 个删除app/controllers/admin/hooks_controller.rb
- app/controllers/projects/hooks_controller.rb 11 个添加, 3 个删除app/controllers/projects/hooks_controller.rb
- app/models/hooks/project_hook.rb 1 个添加, 0 个删除app/models/hooks/project_hook.rb
- app/models/hooks/service_hook.rb 1 个添加, 0 个删除app/models/hooks/service_hook.rb
- app/models/hooks/system_hook.rb 1 个添加, 0 个删除app/models/hooks/system_hook.rb
- app/models/hooks/web_hook.rb 15 个添加, 9 个删除app/models/hooks/web_hook.rb
- app/views/admin/hooks/index.html.haml 8 个添加, 2 个删除app/views/admin/hooks/index.html.haml
- app/views/projects/hooks/index.html.haml 5 个添加, 0 个删除app/views/projects/hooks/index.html.haml
- db/migrate/20160413115152_add_token_to_web_hooks.rb 5 个添加, 0 个删除db/migrate/20160413115152_add_token_to_web_hooks.rb
- db/schema.rb 1 个添加, 0 个删除db/schema.rb
- spec/factories/project_hooks.rb 4 个添加, 0 个删除spec/factories/project_hooks.rb
- spec/models/hooks/web_hook_spec.rb 30 个添加, 16 个删除spec/models/hooks/web_hook_spec.rb
加载中
想要评论请 注册 或 登录