Skip to content

Add search to user settings

Enrique Alcántara requested to merge add-search-to-user-settings into master

What does this MR do?

It adds the search settings feature to all the User settings’ pages.

Screenshots (strongly suggested)

profile

How to test?

  1. Enable the search_settings_in_page feature flag by executing rails c && Feature.enable(:search_settings_in_page)
  2. Visit http://localhost:3000/-/profile

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 Paul Slaughter

Merge request reports