Delete the board_grouped_by_epic_performance feature flag
This feature flag was introduced in 15.6, which is more than 12 milestones ago.
As part of our process we want to ensure feature flags don't stay too long in the codebase.
Rollout issue: #381664 (closed)
Remaining mentions of the feature flag (click to expand)
ee/spec/graphql/resolvers/board_groupings/epics_resolvers_spec.rb
140: stub_feature_flags(board_grouped_by_epic_performance: true)
179: stub_feature_flags(board_grouped_by_epic_performance: false)
config/feature_flags/development/board_grouped_by_epic_performance.yml
2:name: board_grouped_by_epic_performance
ee/app/graphql/resolvers/board_groupings/epics_resolver.rb
24: if empty_issue_params?(issue_params) && Feature.enabled?(:board_grouped_by_epic_performance, group)
ee/spec/graphql/resolvers/board_groupings/epics_resolvers_spec.rb
138: context 'when board_grouped_by_epic_performance is turned on' do
140: stub_feature_flags(board_grouped_by_epic_performance: true)
177: context 'when board_grouped_by_epic_performance is turned off' do
179: stub_feature_flags(board_grouped_by_epic_performance: false)
Currently the feature flag is disabled on production
It is possible that this MR will still need some changes to remove references to the feature flag in the code.
At the moment the gitlab-housekeeper is not always capable of removing all references so you must check the diff and pipeline failures to confirm if there are any issues.
It is the responsibility of groupproduct planning to push those changes to this branch.
Note: If you do not want to remove this feature flag at this time, you can add an intended_to_rollout_by_date attribute in the feature flag YAML file to prevent automated removal.
TODO for the reviewers before merging this MR
-
See the status of the rollout by checking #381664 (closed), https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/?search=board_grouped_by_epic_performance&sort=created_date&state=all&label_name%5B%5D=host%3A%3Agitlab.com -
Verify the feature flag status via chatops by running /chatops run feature get board_grouped_by_epic_performance. -
Search for references to BoardGroupedByEpicPerformancein frontend part of code -
Search for references to board_grouped_by_epic_performancein code -
Check if we need to remove any Gem or other related code by looking at the changes in !101640 (merged)
This change was generated by
gitlab-housekeeper
in CI using the Keeps::DeleteOldFeatureFlags keep.
To provide feedback on your experience with gitlab-housekeeper please create an issue with the
label GitLab Housekeeper and consider pinging the author of this keep.