Skip to content

Moves EE::Gitlab::Namespaces::Storage::Enforcement

Vijay Hawoldar requested to merge vij-move-enforcement-class into master

What does this MR do and why?

Moves EE::Gitlab::Namespaces::Storage::Enforcement

Relocates the EE::Gitlab::Namespaces::Storage::Enforcement class to live alongside it's counterparts in ee/app/models/namespaces/storage.

We have been discussing this move in #408811 (closed), as although it seems non-standard to put it in app/models, this standard seems to have been set already e.g. RootSize and also similar features such as the FreeUserCap classes (example).

This class is behind disabled feature flags.

Refs https://gitlab.com/gitlab-org/gitlab/-/issues/385728 and #408811 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

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.

Edited by Vijay Hawoldar

Merge request reports

Loading