Remove FF search_projects_hide_archived
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
- Delete any flags from your system in rails console:
Feature.remove(:search_projects_hide_archived)
- Archive any project
- Search for a project using advanced search. Need to setup advanced search for gdk first http://gdk.test:3000/search?search=gitlab+shell
- Search for a project using basic search http://gdk.test:3000/search?search=gitlab+shell&basic_search=true
- Verify that the project does not show up by default
- 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 - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Terri Chu