-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'ajk-better-wh-failure-cache' into 'master'
Improve web-hook failure state cache See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111097 Merged-by:Andy Soiron <asoiron@gitlab.com> Approved-by:
Tianwen Chen <tchen@gitlab.com> Approved-by:
Andy Soiron <asoiron@gitlab.com> Reviewed-by:
Andy Soiron <asoiron@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Alex Kalderimis <alex.kalderimis@gmail.com>
No related branches found
No related tags found
Showing
- app/helpers/web_hooks/web_hooks_helper.rb 1 addition, 9 deletionsapp/helpers/web_hooks/web_hooks_helper.rb
- app/models/concerns/web_hooks/has_web_hooks.rb 46 additions, 0 deletionsapp/models/concerns/web_hooks/has_web_hooks.rb
- app/models/hooks/project_hook.rb 10 additions, 6 deletionsapp/models/hooks/project_hook.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- spec/helpers/web_hooks/web_hooks_helper_spec.rb 5 additions, 13 deletionsspec/helpers/web_hooks/web_hooks_helper_spec.rb
- spec/models/hooks/project_hook_spec.rb 93 additions, 13 deletionsspec/models/hooks/project_hook_spec.rb
- spec/models/hooks/web_hook_spec.rb 1 addition, 1 deletionspec/models/hooks/web_hook_spec.rb
- spec/models/project_spec.rb 8 additions, 0 deletionsspec/models/project_spec.rb
- spec/support/shared_examples/models/concerns/web_hooks/has_web_hooks_shared_examples.rb 107 additions, 0 deletions...odels/concerns/web_hooks/has_web_hooks_shared_examples.rb
Please register or sign in to comment