diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-27 00:16:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-27 00:16:05 +0000 |
commit | 417ef56d244c6c22016fda7c78e69071d14887c3 (patch) | |
tree | f88c8de13f17687915402d61261b31d8b5b18c97 /config | |
parent | 90e793301a277d8d88be2003c455bcbf9d007f7e (diff) | |
download | gitlab-ce-417ef56d244c6c22016fda7c78e69071d14887c3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/tofa_experimentation.yml | 8 | ||||
-rw-r--r-- | config/feature_flags/ops/search_index_curation_wikis.yml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/config/feature_flags/development/tofa_experimentation.yml b/config/feature_flags/development/tofa_experimentation.yml new file mode 100644 index 00000000000..b00f1679793 --- /dev/null +++ b/config/feature_flags/development/tofa_experimentation.yml @@ -0,0 +1,8 @@ +--- +name: tofa_experimentation +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118754 +rollout_issue_url: +milestone: '16.0' +type: development +group: group::threat insights +default_enabled: false diff --git a/config/feature_flags/ops/search_index_curation_wikis.yml b/config/feature_flags/ops/search_index_curation_wikis.yml new file mode 100644 index 00000000000..67bbef665a5 --- /dev/null +++ b/config/feature_flags/ops/search_index_curation_wikis.yml @@ -0,0 +1,8 @@ +--- +name: search_index_curation_wikis +introduced_by_url: "https://gitlab.com/gitlab-org/gitlab/-/merge_requests/104423" +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/383093 +milestone: '16.0' +type: ops +group: group::global search +default_enabled: false |