Skip to content

Cleanup project_storage_ui feature flag

What does this MR do and why?

It cleans up project_storage_ui feature flag, making the code permanent.

The retained code will add a new page to project settings showing the storage usage chart as been described in https://gitlab.com/groups/gitlab-org/-/epics/6264.

Screenshots or screen recordings

No visual changes are expected, here's the page that will be available without the feature flag enabled

Screen_Shot_2021-09-28_at_1.59.16_PM

How to set up and validate locally

  1. Make sure the feature flag is deleted, from rails console: Feature.remove(:project_storage_ui)
  2. Navigate to a project (where you've maintainer+ permission)
  3. From the left sidebar go to Settings > Usage Quotas

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 #341921.

Edited by Ammar Alakkad

Merge request reports