Skip to content

Remove FF for search_add_archived_filter_to_zoekt

Terri Chu requested to merge 451096-remove-ff into master

What does this MR do and why?

Remove all FF code for search_add_archived_filter_to_zoekt which is fully enabled on GitLab.com

Related: #451096 (closed)

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.

Screenshots or screen recordings

default view

image

checkbox checked

image

How to set up and validate locally

  1. enable and configure zoekt for a namespace
  2. make sure the namespace has at least one archived project with searchable text. Since i created new projects with the default README, I searched for "To make it easy for you to get started with GitLab"
  3. do a group code search (ensure that Zoekt code search is enabled in your user preferences)
  4. verify the include archived checkbox shows up and by default is unchecked
  5. verify archived results not returned
  6. select include archived and re-run the search
  7. verify archived results are returned
Edited by Terri Chu

Merge request reports