Skip to content

Add search box to settings project page

Enrique Alcántara requested to merge 292941-poc-search-box-view into master

What does this MR do?

This merge request adds a search box to the top of the Project’s general settings page. It is part of the effort to implement in-page search as described in #292941 (closed).

The search box is hidden behind a feature flag and does not provide any functionality yet. If you want to test the whole functionality locally, you can do it in this MR: !50166 (merged).

If you just want to see how it looks in the Settings page, enable the feature flag following the next steps:

cd path_to_gitlab_project
bin/rails console
Feature.enable(:search_settings_in_page)

Screenshots (strongly suggested)

Screen_Shot_2020-12-16_at_3.58.06_PM

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

Related to #292941 (closed)

Merge request reports