Skip to content

Make Repository Storage Warning Independent of Feature Flag

On a self-managed instance, when a project repository size limit has been exceeded, the following banner is displayed:

Screen_Shot_2022-05-05_at_5.18.03_PM

This banner currently depends on the :namespace_storage_limit feature flag and the automatic_purchased_storage_allocation application setting. It will be displayed either when the feature flag is enabled or when the automatic_purchased_storage_allocation application setting is disabled.

This MR removes the dependence on the feature flag, because we do not want the banner displayed when this flag is enabled on gitlab.com.

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/354363

Edited by Jason Goodman

Merge request reports

Loading