Skip to content

Add GlFilteredSearch to Group EDIT Boards [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Scott Stern requested to merge ss/add-filtered-search-to-swimlanes into master

What does this MR do?

Repro:

  • rails c
  • Feature.enable(:boards_filtered_search)
  • Navigate to group > issue boards

This is the first iteration to add GlFilteredSearch to Issue boards. Currently, this is only going to group boards because there is a dependency on !51423 (closed) for project boards.

What this MR includes

  • Basic text search functionality for group issue boards

What this MR does not include

  • Tokenized search (will be handled in next MR)
  • Recent searches

Epic

Resolves #322948 (closed)

Screenshots (strongly suggested)

2021-02-23_10.15.24

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 Scott Stern

Merge request reports

Loading