diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-28 03:07:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-28 03:07:31 +0000 |
commit | b1c5e886f37f8123584a8d7a04d7cd32349b6094 (patch) | |
tree | 9a3f06f8500d13ac3b3f2f545d0c34cb2f5493f1 /config | |
parent | 63895155f203b6af2df0689474059c1c7dfcfac8 (diff) | |
download | gitlab-ce-b1c5e886f37f8123584a8d7a04d7cd32349b6094.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/use_primary_and_secondary_stores_for_rate_limiting.yml | 8 | ||||
-rw-r--r-- | config/feature_flags/development/use_primary_store_as_default_for_rate_limiting.yml | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/config/feature_flags/development/use_primary_and_secondary_stores_for_rate_limiting.yml b/config/feature_flags/development/use_primary_and_secondary_stores_for_rate_limiting.yml deleted file mode 100644 index f6679a52ff2..00000000000 --- a/config/feature_flags/development/use_primary_and_secondary_stores_for_rate_limiting.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: use_primary_and_secondary_stores_for_rate_limiting -introduced_by_url: "https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106123" -rollout_issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/385681" -milestone: '15.9' -type: development -group: group::scalability -default_enabled: false diff --git a/config/feature_flags/development/use_primary_store_as_default_for_rate_limiting.yml b/config/feature_flags/development/use_primary_store_as_default_for_rate_limiting.yml deleted file mode 100644 index a958c1c3247..00000000000 --- a/config/feature_flags/development/use_primary_store_as_default_for_rate_limiting.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: use_primary_store_as_default_for_rate_limiting -introduced_by_url: "https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106123" -rollout_issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/385681" -milestone: '15.9' -type: development -group: group::scalability -default_enabled: false |