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:
authorWill Chandler <wchandler@gitlab.com>2022-09-22 21:19:20 +0300
committerWill Chandler <wchandler@gitlab.com>2022-09-22 21:19:20 +0300
commit9498ab9459048cc595d8e2e411b027d080c0ab0f (patch)
tree3748f09df45a1919aafb7e2f895415524516d9dc
parent73b67f40f9418899f26117da808839e13936be7c (diff)
parent0c7be0ba796b4a94befca249df0ce7af95ae0e89 (diff)
Merge branch '4452-feature-flag-roll-out-simplify_find_local_branches_response' into 'master'
ff: set SimplifyFindLocalBranchesResponse to true See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4884 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Karthik Nayak <knayak@gitlab.com>
-rw-r--r--internal/metadata/featureflag/ff_simplify_find_local_branches_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go b/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
index 04dfc9f3b..a324b6db7 100644
--- a/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
+++ b/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
@@ -6,5 +6,5 @@ var SimplifyFindLocalBranchesResponse = NewFeatureFlag(
"simplify_find_local_branches_response",
"v15.4.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/1294",
- false,
+ true,
)