Skip to content

Prevent errors from non-functional notify_post_receive endpoint

username-removed-367626 requested to merge fix-notify-post-receive into master

What does this MR do?

Update Gitlab-Shell to follow with the gl_repository migration plan, but disable the notify_post_receive endpoint for the moment, because is currently a no-op in Gitaly

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

Follow with the migration plan to introduce the gl_repository variable https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/130#note_29135923 and prevent future errors from notify_post_receive until it makes sense to re-enable it.

Does this MR meet the acceptance criteria?

/cc @jacobvosmaer-gitlab

Merge request reports