Skip to content

ff: Set SimplifyFindLocalBranchesResponse to true

What does this MR do and why?

Since this featureflag has both rails/gitlab and Gitaly counterpart we cannot simply delete it. We need to ensure that both Gitaly and rails have it set to true by default for one release, and then we can delete the feature flag in the next release.

MR in Gitaly: gitaly!4884 (merged) Part of: gitaly#4452 (closed)

Screenshots or screen recordings

Not UI change, no screens required.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable the feature flag

    Feature.enable(:gitaly_simplify_find_local_branches_response)
  2. Go to the branches route for any repo e.g.: http://localhost:3000/gitlab-org/gitlab-shell/-/

  3. Ensure branches are displayed

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Karthik Nayak

Merge request reports