Skip to content

Stop calling PackObjectsHook from gitaly-hooks

Jacob Vosmaer requested to merge jv-remove-pack-objects-hook-client into master

This removes the pack_objects_hook_with_sidechannel feature flag and makes gitaly-hooks always call PackObjectsHookWithSidechannel (introduced by !3758 (merged)) instead of PackObjectsHook. The server implementation of PackObjectsHook will be removed in a later GitLab release.

While we're here, also remove the Git filter spec bug workaround because that got fixed in Git 2.31.0 and the minimum required Git version is now 2.33.0.

Edited by Jacob Vosmaer

Merge request reports