Commit db26cdda authored by Felipe Artur's avatar Felipe Artur

Merge branch 'add-commit-signatures-feature-flag' into 'master'

Add GetCommitSignatures feature flag

See merge request gitlab-org/gitlab-ce!29288
parents 8d3920c3 f7a92ff5
......@@ -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