From d7ae3efb87873425bce19dfa3ff1cce9e6acc8c0 Mon Sep 17 00:00:00 2001 From: Paul Okstad Date: Thu, 22 Aug 2019 06:53:14 +0000 Subject: Add Gitaly info-ref cache feature flags --- lib/feature/gitaly.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/feature/gitaly.rb b/lib/feature/gitaly.rb index edfd2fb17f3..be397a478cd 100644 --- a/lib/feature/gitaly.rb +++ b/lib/feature/gitaly.rb @@ -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 -- cgit v1.2.1