Skip to content

Remove the :new_header_search feature Flag

What does this MR do and why?

We need to remove the old feature flag.

Screenshots or screen recordings

no visual change

How to set up and validate locally

  1. Verify that the flag has been removed
    ls -al config/feature_flags/development | grep new_header_search.yml
  2. verify no traces in the code (I'm using silver searcher but feel free to use any tool)
    ag new_header_search
  3. Verify the header search works as expected http://127.0.0.1:3000

MR acceptance checklist

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

Related to #339348 (closed)

Merge request reports