Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-21 00:07:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-21 00:07:30 +0300
commit5d7e5a8902382caaffa616e1b496b684ba72d148 (patch)
tree30d755b056cdd521071b0b23ce8c5823ad18e355 /config
parentcc4e1c884cd6b8782fb6a247d840a2d1c7f4603e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/feature_flags/development/allow_release_as_web_access_format.yml8
-rw-r--r--config/feature_flags/development/diffs_batch_cache_with_max_age.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/config/feature_flags/development/allow_release_as_web_access_format.yml b/config/feature_flags/development/allow_release_as_web_access_format.yml
new file mode 100644
index 00000000000..499d554c157
--- /dev/null
+++ b/config/feature_flags/development/allow_release_as_web_access_format.yml
@@ -0,0 +1,8 @@
+---
+name: allow_release_as_web_access_format
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109217
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/388471
+milestone: '15.8'
+type: development
+group: group::release
+default_enabled: false
diff --git a/config/feature_flags/development/diffs_batch_cache_with_max_age.yml b/config/feature_flags/development/diffs_batch_cache_with_max_age.yml
new file mode 100644
index 00000000000..198fe8799c1
--- /dev/null
+++ b/config/feature_flags/development/diffs_batch_cache_with_max_age.yml
@@ -0,0 +1,8 @@
+---
+name: diffs_batch_cache_with_max_age
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109451
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/388778
+milestone: '15.9'
+type: development
+group: group::code review
+default_enabled: false