Move storage helper methods into EE namespace
What does this MR do and why?
This MR refactors some StorageHelper
methods into an EE module as they're only relevant for EE (Gitlab.com).
Refs https://gitlab.com/gitlab-org/gitlab/-/issues/364523
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
No functional changes, pipeline coverage should be sufficient.
Otherwise, enable the feature flag and view the relevant screen for a free group (i.e. usage quotas)
Feature.enable(:namespace_storage_limit_bypass_date_check)
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.