Skip to content

Draft: Remove free user cap feature flags

Doug Stull requested to merge 415485-remove-free-user-cap-ff into master

What does this MR do and why?

Remove free_user_cap_new_namespaces/free_user_cap feature flag

  • no longer needed as we've completely cut over
  • no other instance of GitLab besides SaaS will run this due to this guard that is false, except on SaaS, for every other instance by default. This guard is in front of the code that ran the code for this feature flag.

MR acceptance checklist

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

Related to #415485

Edited by Doug Stull

Merge request reports