Skip to content

Support Gitaly feature flags in workhorse

Jacob Vosmaer requested to merge jv-gitaly-workhorse-feature-flags into master

Closes gitaly#1764 (closed)

After this change we will send Gitaly server feature flag data to workhorse along with other Gitaly connection metadata. Workhorse will then pass the feature flag values along to the Gitaly server. This requires workhorse 8.9.0 or newer; older workhorse versions ignore the feature flag data sent by gitlab-rails.

The workhorse side of this was implemented in gitlab-workhorse!410 (merged).

Edited by Jacob Vosmaer

Merge request reports