The feature flag has been enabled and stable since 18.3
What does this MR do and why?
This change removes a feature flag that was controlling whether time tracking from commit messages was enabled. Previously, the system would only process time tracking information from commit messages if the commit_time_tracking feature flag was turned on. Now, this functionality is permanently enabled and available to all users without any toggle.
The changes include:
- Removing the feature flag check from the code that processes commits
- Deleting the feature flag configuration file entirely
- Updating the documentation to reflect that the feature flag has been removed
- Removing tests that were specifically checking the disabled state of the feature flag
This is a typical "feature graduation" where a new feature that was initially behind a safety flag is now considered stable enough to be always available.
References
!553942
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.
Related to #16543 (closed)