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
path: root/doc
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-15 16:18:13 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-16 11:05:56 +0300
commit677ffa0b12e04f7e6f14861d8476125061eb1546 (patch)
tree904b5fff0d7b77a2961df623d3fcf89ac1c5da78 /doc
parent1c07f376fd1f9798d59f7d6f3c68a7a5a87904f7 (diff)
featureflag: Move into standalone package
The feature flag logic is currently hosted inside of `internal/metadata/featureflag`. And while they do have something to do with metadata, they really are a standalone concept. Move the package to `internal/featureflag` to reflect this.
Diffstat (limited to 'doc')
-rw-r--r--doc/PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index c4e09da5f..ba695920a 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -137,7 +137,7 @@ in detail in the following sections.
/chatops run feature set gitaly_go_find_license true --staging
```
-[gitaly-featureflag-folder]: https://gitlab.com/gitlab-org/gitaly/-/tree/master/internal/metadata/featureflag
+[gitaly-featureflag-folder]: https://gitlab.com/gitlab-org/gitaly/-/tree/master/internal/featureflag
[test-featureset]: https://gitlab.com/gitlab-org/gitaly/blob/c6fb49b9c6e854c0a2803f53106af501d6006cb8/internal/testhelper/featureset.go#L55-55
### Flag management with chatops