Skip to content

Remove dynamic check for feature flag

Alina Mihaila requested to merge am-remove-redis-dynamic-ff-check into master

Related #350713 (closed)

Remove dynamic check for feature flag in Ordinary Redis Counter API.

We could remove the check, as we did not see until now any issues.

All Usage Data API requests are available for admin users and are behind the generic feature flag usage_data_api

  • Remove dynamic check for feature flag in Ordinary Redis counter API
  • Remove related unused feature flags
  • Remove the logic from Rubocop for marking feature flags as used

With this changes we will not require a feature flag for using Ordinary Redis Counter API tracking

Edited by Alina Mihaila

Merge request reports