Update move ops flag to setting docs
What does this MR do and why?
This MR changes the documented process for moving feature flags to application settings. The guidance to use feature_gates
table will remove the need to no-op the migration AND allow the feature flag to be fully removed in one MR. This cuts down development time to remove FFs by reducing the work.
It introduces the following migration helper:
feature_flag_enabled?(feature_name)
References
Screenshots or screen recordings
How to set up and validate locally
docs only
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Max Orefice