Skip to content

Add glfilteredsearch to epic boards [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Scott Stern requested to merge ss/mv-filtered-search-to-epics into master

What does this MR do?

After !54641 (merged) was merged we decided to change gears and start the gl-filtered search refactor to Epic Boards

Repro

  1. rails c
  2. Feature.enable(:epic_boards) && Feature.enable(:boards_filtered_search)
  3. Go to Groups -> Epics -> Boards

What to look for

image

Whats included in this MR

  • Just the GlFilteredSearch Skeleton

Whats not included in this MR

  • Search functionality
  • Tokens
  • Recent search

Whats Next

  • Token
  • Search (Blocked by backend currently)
  • Token Search (Blocked by backend currently)
  • Moving epic info to a module

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Olena Horal-Koretska

Merge request reports