[Feature flag] Remove `skip_validations_during_transitions`"
What does this MR do and why?
This MR removes the skip_validations_during_transitions
feature flag. This flag was introduced to allow us to skip validations during transitions. It's been enable by default for a while so it's safe to remove.
The transitioning?
method now simply returns the value of the transitioning
attribute. This means that validations will always be skipped during transitions, regardless of the value of the feature flag.
How to set up and validate locally
- Clone the repository and checkout this branch.
- Confirm changing merge request states (closed, merged, etc) doesn't break anything
- Confirm pipeline is passing
MR acceptance checklist
-
I have evaluated the MR acceptance checklist for this MR.
Related to #423092 (closed)
This description was generated for revision dbc81528 using AI
Edited by Gary Holtz