Commit 2369e488 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 1e56cd0c 5251dec5
......@@ -6,8 +6,10 @@ class Feature
class Gitaly
# Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS =
[
'get_commit_signatures'.freeze
%w[
get_commit_signatures
cache_invalidator
inforef_uploadpack_cache
].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze
......
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