Skip to content

Remove FF search_projects_hide_archived

Terri Chu requested to merge 413237-remove-feature-flag-to-release-feature into master

What does this MR do and why?

Related to #413237 (closed)

Remove the feature flag search_projects_hide_archived from frontend and backend code.

FF issue: #413821 (closed)

Feature issue: #413237 (closed)

Screenshots or screen recordings

How to set up and validate locally

  1. Delete any flags from your system in rails console: Feature.remove(:search_projects_hide_archived)
  2. Archive any project
  3. Search for a project using advanced search. Need to setup advanced search for gdk first http://gdk.test:3000/search?search=gitlab+shell
  4. Search for a project using basic search http://gdk.test:3000/search?search=gitlab+shell&basic_search=true
  5. Verify that the project does not show up by default
  6. Enable the "Include archived" filter, or add &include_archived=true to the URL http://gdk.test:3000/search?search=gitlab+shell&basic_search=true&include_archived=true
  7. Verify the project does show up

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 Terri Chu

Merge request reports