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:
authorPavlo Strokov <pstrokov@gitlab.com>2020-11-18 11:14:01 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-11-18 11:14:01 +0300
commit6373f0f90637d752a50a56c94edc57cc6e8a8566 (patch)
tree71ba02a0bb6d4aa5b3f444baddeb13dd49d3e8ca
parent09d2802ca32fa75633d13155f44649054bc811d6 (diff)
Revert: featureflag: Enable Go implementation of UserSquash
Revert push to a master branch. Feature flag 'gitaly_go_user_squash' is enabled by default. Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/3258
-rw-r--r--internal/metadata/featureflag/feature_flags.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/metadata/featureflag/feature_flags.go b/internal/metadata/featureflag/feature_flags.go
index 5b7367ae1..3878bc805 100644
--- a/internal/metadata/featureflag/feature_flags.go
+++ b/internal/metadata/featureflag/feature_flags.go
@@ -28,8 +28,8 @@ var (
GoUserCreateBranch = FeatureFlag{Name: "go_user_create_branch", OnByDefault: false}
// GoUserDeleteBranch enables the Go implementation of UserDeleteBranch
GoUserDeleteBranch = FeatureFlag{Name: "go_user_delete_branch", OnByDefault: false}
- // GoUserSquash enables the Go implementation of UserSquash
- GoUserSquash = FeatureFlag{Name: "go_user_squash", OnByDefault: true}
+ // GoUserSquash enable the Go implementation of UserSquash
+ GoUserSquash = FeatureFlag{Name: "go_user_squash", OnByDefault: false}
// GoListConflictFiles enables the Go implementation of ListConflictFiles
GoListConflictFiles = FeatureFlag{Name: "go_list_conflict_files", OnByDefault: true}
// GoUserCommitFiles enables the Go implementation of UserCommitFiles