Skip to content

Link to a search for feature flag name in project

Andrew Fontaine requested to merge afontaine/search-for-feature-flags into master

What does this MR do and why?

We can utilize the power of search to find references to the feature flag name in the code base to help make cleaning up the feature flag easier.

The simple search for the name can be expanded on later by checking if advanced search is enabled and utilizing some of the powers of elastic search to refine our searching of the codebase.

Refactor Internationalization on Edit Feature Flag

Just moving some translations to an i18n object in the options for some better organization in preparation for more features coming.

For #300299 (closed)

Screenshots or screen recordings

image

How to set up and validate locally

  1. Go to edit a feature flag under Deployments > Feature Flags
  2. Select "Search for code references" under the dropdown.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrew Fontaine

Merge request reports