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:
Diffstat (limited to 'internal/metadata/featureflag/ff_exact_pagination_token_match.go')
-rw-r--r--internal/metadata/featureflag/ff_exact_pagination_token_match.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_exact_pagination_token_match.go b/internal/metadata/featureflag/ff_exact_pagination_token_match.go
index 607896507..ad9392f80 100644
--- a/internal/metadata/featureflag/ff_exact_pagination_token_match.go
+++ b/internal/metadata/featureflag/ff_exact_pagination_token_match.go
@@ -2,4 +2,9 @@ package featureflag
// ExactPaginationTokenMatch enables exact matching for provided pagination tokens and
// returns an error if the match is not found.
-var ExactPaginationTokenMatch = NewFeatureFlag("exact_pagination_token_match", true)
+var ExactPaginationTokenMatch = NewFeatureFlag(
+ "exact_pagination_token_match",
+ "v14.10.0",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/3817",
+ true,
+)