Skip to content

Code Review: Add feature flags to replace search with GlFilteredSearch

Martin Wortschack requested to merge mw-cr-filtered-search-refactor into master

What does this MR do?

This is the first MR of many for #212682 (closed).

It introduces the :code_review_analytics_has_new_search feature flag to prepare for replacing the legacy filtered search with our new GlFilteredSearch component from gitlab-ui in follow-up MRs.

Screenshots

Before (feature disabled) After (feature enabled)
code_review_analytics_feature_disabled code_review_analytics_feature_enabled

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 Martin Wortschack

Merge request reports