-
- 下载
Merge branch 'ajk-disable-broken-webhooks' into 'master'
Add columns and indices on web hooks [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60837
显示
- app/models/concerns/triggerable_hooks.rb 2 个添加, 2 个删除app/models/concerns/triggerable_hooks.rb
- app/models/hooks/project_hook.rb 4 个添加, 0 个删除app/models/hooks/project_hook.rb
- app/models/hooks/service_hook.rb 1 个添加, 3 个删除app/models/hooks/service_hook.rb
- app/models/hooks/web_hook.rb 41 个添加, 2 个删除app/models/hooks/web_hook.rb
- app/services/system_hooks_service.rb 1 个添加, 1 个删除app/services/system_hooks_service.rb
- app/services/web_hook_service.rb 27 个添加, 0 个删除app/services/web_hook_service.rb
- changelogs/unreleased/ajk-disable-broken-webhooks.yml 5 个添加, 0 个删除changelogs/unreleased/ajk-disable-broken-webhooks.yml
- config/feature_flags/development/web_hooks_disable_failed.yml 8 个添加, 0 个删除...ig/feature_flags/development/web_hooks_disable_failed.yml
- db/migrate/20210429181325_add_failure_tracking_to_web_hooks.rb 11 个添加, 0 个删除...grate/20210429181325_add_failure_tracking_to_web_hooks.rb
- db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb 17 个添加, 0 个删除...85144_add_index_on_web_hook_project_id_recent_failures.rb
- db/schema_migrations/20210429181325 1 个添加, 0 个删除db/schema_migrations/20210429181325
- db/schema_migrations/20210504085144 1 个添加, 0 个删除db/schema_migrations/20210504085144
- db/structure.sql 6 个添加, 1 个删除db/structure.sql
- ee/app/models/hooks/group_hook.rb 4 个添加, 0 个删除ee/app/models/hooks/group_hook.rb
- ee/spec/models/ee/group_spec.rb 13 个添加, 0 个删除ee/spec/models/ee/group_spec.rb
- spec/models/hooks/web_hook_spec.rb 192 个添加, 6 个删除spec/models/hooks/web_hook_spec.rb
- spec/services/web_hook_service_spec.rb 107 个添加, 3 个删除spec/services/web_hook_service_spec.rb
加载中
想要评论请 注册 或 登录