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>2023-05-15 13:53:29 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-15 13:53:29 +0300
commit2ad81a49d72019ff8748595cb7eb50b61c33177e (patch)
treea3ce87ea64390cde364d02d2e8a59c250e95944d
parent57407a97799d899114d706af98c4705c11b4a458 (diff)
parent8480b48f027dd826615ab1304528f653a96f8964 (diff)
Merge branch 'pks-ff-fix-routing-with-addn-repository-fix-missing-issue' into 'master'
featureflag: Fix missing issue for `FixRoutingWithAdditionalRepository` See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5774 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com>
-rw-r--r--internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go b/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
index 4d01587e0..2cd2b63dd 100644
--- a/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
+++ b/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
@@ -8,6 +8,6 @@ package featureflag
var FixRoutingWithAdditionalRepository = NewFeatureFlag(
"fix_routing_with_additional_repository",
"v16.0.0",
- "",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/5134",
false,
)