Commit 41f8575f authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'remove_minimal_access_feature_flag' into 'master'

Remove minimal access feature flag

See merge request gitlab-org/gitlab!46918
parents d14f9d9f 30112652
---
name: minimal_access_role
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40942
rollout_issue_url:
group: group::access
type: licensed
default_enabled: true
...@@ -16,7 +16,6 @@ if Gitlab.ee? && Gitlab.dev_or_test_env? ...@@ -16,7 +16,6 @@ if Gitlab.ee? && Gitlab.dev_or_test_env?
IGNORED_FEATURE_FLAGS = %i[ IGNORED_FEATURE_FLAGS = %i[
group_wikis group_wikis
swimlanes swimlanes
minimal_access_role
].to_set ].to_set
# First, we validate a list of overrides to ensure that these overrides # First, we validate a list of overrides to ensure that these overrides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment