Commit f7a92ff5 authored by Felipe Artur's avatar Felipe Artur

Add GetCommitSignatures feature flag

Adds feature flag for GetCommitSignatures which
got ported to go.

More info: https://gitlab.com/gitlab-org/gitaly/merge_requests/1283
parent 55af6a19
......@@ -8,7 +8,12 @@ class Feature
# CATFILE_CACHE sets an incorrect example
CATFILE_CACHE = 'catfile-cache'.freeze
SERVER_FEATURE_FLAGS = [CATFILE_CACHE].freeze
SERVER_FEATURE_FLAGS =
[
CATFILE_CACHE,
'get_commit_signatures'.freeze
].freeze
DEFAULT_ON_FLAGS = Set.new([CATFILE_CACHE]).freeze
class << self
......
Markdown is supported
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