Skip to content

Backport ServiceHook#execute from EE

Yorick Peterse requested to merge backport-service-hook-execute-arguments into master

What does this MR do?

In EE this method takes an additional argument that specifies the name of the hook to trigger. There is no particular reason to not backport this to CE, since by default the behaviour remains the same. By backporting this code we remove the need for prepending ServiceHook with a module in EE.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/8244

Does this MR meet the acceptance criteria?

Merge request reports