diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-06 03:08:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-06 03:08:18 +0000 |
commit | 53a3791717e8925078f074b976a561c7a72b1b22 (patch) | |
tree | 826aea342691595c3d3cdc716019a81e09c05873 /config | |
parent | a807e50ade2a78add0c13b75575203d7d99e8a4c (diff) | |
download | gitlab-ce-53a3791717e8925078f074b976a561c7a72b1b22.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/wiki_list_pages_with_normal_repository_rpcs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/feature_flags/development/wiki_list_pages_with_normal_repository_rpcs.yml b/config/feature_flags/development/wiki_list_pages_with_normal_repository_rpcs.yml new file mode 100644 index 00000000000..4be550b5046 --- /dev/null +++ b/config/feature_flags/development/wiki_list_pages_with_normal_repository_rpcs.yml @@ -0,0 +1,8 @@ +--- +name: wiki_list_pages_with_normal_repository_rpcs +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96461 +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/372259 +milestone: '15.4' +type: development +group: group::gitaly +default_enabled: false |