diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 06:08:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 06:08:31 +0000 |
commit | 647e9a6eed1d6cc29b62e432f89ed8260fd773a5 (patch) | |
tree | 156f377413b0a34ba986b6e902aab5859d83ff0f /config | |
parent | b132e99b27865f1e87d640ec538b282e8071ad53 (diff) | |
download | gitlab-ce-647e9a6eed1d6cc29b62e432f89ed8260fd773a5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/wiki_async_load.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/feature_flags/development/wiki_async_load.yml b/config/feature_flags/development/wiki_async_load.yml new file mode 100644 index 00000000000..f5b2c00518e --- /dev/null +++ b/config/feature_flags/development/wiki_async_load.yml @@ -0,0 +1,8 @@ +--- +name: wiki_async_load +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82394 +rollout_issue_url: +milestone: '14.9' +type: development +group: group::editor +default_enabled: false |