Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-03-30 02:07:04 +0300
committerJohn Cai <jcai@gitlab.com>2022-03-30 02:07:04 +0300
commitf319294b959b4cb8e9a35a330d3831c1216029f7 (patch)
treece26b0760fa49b3375f75f1395348729daa1ecc7
parent0597f7800f6678e3eb84f9848295ac2cb62dc986 (diff)
parentfd081d5f6c931176eabe891b766588190833d2a7 (diff)
Merge branch 'pks-user-squash-quarantined-voting-default-enable-ff' into 'master'
operations: Default-enable quarantined voting for UserSquash See merge request gitlab-org/gitaly!4445
-rw-r--r--internal/metadata/featureflag/ff_user_squash_quarantined_voting.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_user_squash_quarantined_voting.go b/internal/metadata/featureflag/ff_user_squash_quarantined_voting.go
index 0f3f8e50b..baf41ebf0 100644
--- a/internal/metadata/featureflag/ff_user_squash_quarantined_voting.go
+++ b/internal/metadata/featureflag/ff_user_squash_quarantined_voting.go
@@ -4,4 +4,4 @@ package featureflag
// created by UserSquash into a temporary directory. This quarantine directory will only be migrated
// into the final repository when the RPC is successful, including a new transactional vote on the
// object ID of the resulting squashed commit.
-var UserSquashQuarantinedVoting = NewFeatureFlag("user_squash_quarantined_voting", false)
+var UserSquashQuarantinedVoting = NewFeatureFlag("user_squash_quarantined_voting", true)