Remove remove_deployments_api_ref_sort
What does this MR do and why?
Related to [Feature flag] Rollout of `remove_deployments_a... (#416305 - closed)
Remove feature flag, remove ref from constant
In the original MR that added this feature flag (!124229 (merged)) it was simpler to handle the logic as the one liner rather than conditionally defining the constant to include or not include 'ref'.
Now that the feature flag is being removed and the behavior has been
rolled out to production, I think it is simpler to remove the one liner
and remove 'ref' from ALLOWED_SORT_VALUES
.
The logic in the affected method build_sort_params
already does the
desired behavior if we remove 'ref' from the method.
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.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.