Delete the `zoekt_random_force_reindexing` feature flag
What does this MR do and why?
Delete the zoekt_random_force_reindexing feature flag
This feature flag was introduced in 16.8, which is more than 4 milestones ago.
As part of our process we want to ensure feature flags don't stay too long in the codebase.
Rollout issue: #435766 (closed)
Remaining mentions of the feature flag (click to expand)
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 groupglobal search to push those changes to this branch.
If they are already removing this feature flag in another merge request then they can just close this merge request.
TODO for the reviewers before merging this MR
-
See the status of the rollout by checking #435766 (closed), https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/?search=zoekt_random_force_reindexing&sort=created_date&state=all&label_name%5B%5D=host%3A%3Agitlab.com and also verify via chatops. -
Search for references to ZoektRandomForceReindexingin frontnd part of code) -
Check if we need to remove any Gem or other related code by looking at the changes in !140136 (merged)
This change was generated by gitlab-housekeeper 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.
Changelog: removed
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.