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_find_tag_structured_error.go')
-rw-r--r--internal/metadata/featureflag/ff_find_tag_structured_error.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/metadata/featureflag/ff_find_tag_structured_error.go b/internal/metadata/featureflag/ff_find_tag_structured_error.go
new file mode 100644
index 000000000..900f1eefc
--- /dev/null
+++ b/internal/metadata/featureflag/ff_find_tag_structured_error.go
@@ -0,0 +1,10 @@
+package featureflag
+
+// FindTagStructuredError enables the use of structured errors for the FindTag RPC in case the tag
+// could not be found.
+var FindTagStructuredError = NewFeatureFlag(
+ "find_tag_structured_error",
+ "v15.3.0",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/4398",
+ false,
+)