Skip to content

Fix import webhooks performance issue

James Lopez requested to merge fix/import-hooks into master

Somehow we were creating webhooks the most inefficient way - going through all repo storage paths and trying to create the webhooks if they do not exist 😔

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27958

Merge request reports