Skip to content

Draft: Remove search_add_fork_filter_to_zoekt FF

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

What does this MR do and why?

Related to #470418

This feature removes the search_add_fork_filter_to_zoekt feature flag and adds a few tests I saw were missing

The flag is fully enabled in production as of 18:20 UTC 2024-07-11

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

How to set up and validate locally

  1. enable zoekt for gdk
  2. ensure the user preferences for Exact code search is enabled for your gdk user
  3. pick a group to index into zoekt
  4. create a forked project into that group
  5. run a group search for the group indexed into zoekt
  6. verify that the forks filter is available, it defaults to on, so the forked project should not show up in code results
  7. select the include forks filter
  8. verify that the forked project results do show up
Edited by Terri Chu

Merge request reports