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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-13 10:47:35 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-13 10:47:35 +0300
commit9aa8e36d420402b19210dcf861f7bf619ff39089 (patch)
tree2e28e609bb500c5cf6165055f84947da9bf155f4
parent3e8831389d6c15793b6f640af4572531af37ca53 (diff)
parentc90b1df094bb2e2371e164b0e8d9a1d6b9280646 (diff)
Merge branch 'pks-ff-tx-atomic-repository-creation-default-enable' into 'master'
featureflag: Enable atomic repository creation by default See merge request gitlab-org/gitaly!4181
-rw-r--r--internal/metadata/featureflag/ff_tx_atomic_repository_creation.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_tx_atomic_repository_creation.go b/internal/metadata/featureflag/ff_tx_atomic_repository_creation.go
index 456f7da0e..81dd1b94b 100644
--- a/internal/metadata/featureflag/ff_tx_atomic_repository_creation.go
+++ b/internal/metadata/featureflag/ff_tx_atomic_repository_creation.go
@@ -5,4 +5,4 @@ package featureflag
// This changes behaviour such the target repository must not exist previous to the call, creation
// and seeding of the repository is done in a temporary staging area and then moved into place only
// if no other RPC call created it concurrently.
-var TxAtomicRepositoryCreation = NewFeatureFlag("tx_atomic_repository_creation", false)
+var TxAtomicRepositoryCreation = NewFeatureFlag("tx_atomic_repository_creation", true)