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
How to set up and validate locally
- Make sure the feature flag is deleted, from
rails console
:Feature.remove(:project_storage_ui)
- Navigate to a project (where you've maintainer+ permission)
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #341921.
Edited by Ammar Alakkad