Skip to content

Remove search_project_query_builder feature flag

What does this MR do and why?

Remove search_project_query_builder feature flag

References

Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

Related to #477610 (closed) and #462680 (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

N/A

How to set up and validate locally

  1. setup gdk for elasticsearch
  2. setup a non-admin user (or pick one)
  3. setup a hierarchy Group A (public) - Group B (internal) - Group C (private) and a project within each group
  4. give the user access to group C
  5. perform project searches and verify using the table below
user type search type what should you see
admin global Project A, B, C
admin group A Project A, B, C
admin group B Project B, C
admin group C Project C
user global Project A, B, C
user group A Project A, B, C
user group B Project B, C
user group C Project C
anonymous global Project A
anonymous group A Project A
Edited by Terri Chu

Merge request reports

Loading