Resolve "[Feature flag] Rollout of `branch_names_sorting`"

What does this MR do and why?

This MR remove the branch_names_sorting to finish its rollout

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.

How to set up and validate locally

This feature flag ensured that branch_names on repository objects in GraphQL responses are sorted alphabetically with the default branch first. There are multiple locations where this can be tested in the UI. Here's two:

  1. With a Jira Cloud integration: enable the jira cloud integration and find a branches dropdown in the integration configuration. The branch names in the dropdown should be ordered alphabetically with the default branch first.
  2. Within the pipeline editor on a project. There's a branch dropdown at the top that should also sort branch names alphabetically with the default branch first.

Related to #452455 (closed)

Merge request reports

Loading