Skip to content
Snippets Groups Projects
Commit a1dc3af2 authored by Sami Hiltunen's avatar Sami Hiltunen
Browse files

Propagate feature flags through gitaly-hooks

Hooks currently do not receive nor propagate the feature flags. This
is due to hooks being called through git, which breaks the context
chain and thus the propagation. This commits propagate the feature
flags through the hooks to Gitaly's HookService. The feature flags
are added to the hook payload in order to pass them to the hooks.
The provided feature flags are then propagated via the outgoing context
to the HookService.
parent 3a306478
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment