1. 04 Oct, 2021 3 commits
    • Andrew Fontaine's avatar
      Link to a search for feature flag name in project · 8d1c153c
      Andrew Fontaine authored
      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.
      
      Changelog: added
      EE: true
      8d1c153c
    • Andrew Fontaine's avatar
      Refactor Edit Feature Flags Data Set · ced6a706
      Andrew Fontaine authored
      Instead of adding several methods to the feature flags helper that then
      need to be overridden in the EE version, we can create one method that
      returns the entire hash of values and then append to that map with the
      EE only properties by overriding that single method.
      ced6a706
    • Andrew Fontaine's avatar
      Refactor Internationalization on Edit Feature Flag · 46026b23
      Andrew Fontaine authored
      Just moving some translations to an i18n object in the options for some
      better organization in preparation for more features coming.
      46026b23
  2. 14 Sep, 2021 37 commits