Skip to content

Prevent errors from non-functional notify_post_receive endpoint

Alejandro Rodríguez 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 gitlab-shell!130 (comment 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