Skip to content

Adds dashboard storage size calculation method

Vijay Hawoldar requested to merge vij-add-dashboard-limit-helper-method into master

What does this MR do and why?

To support displaying the dashboard size limit including any additional purchased storage, a new method to perform the calculation has been added, with caching.

This new method will be used for multiple upcoming issues, namely: https://gitlab.com/gitlab-org/gitlab/-/issues/432505 and https://gitlab.com/gitlab-org/gitlab/-/issues/431395

The class being modified is behind a feature flag and application settings which are both disabled, hence no changelog

Screenshots or screen recordings

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

Before After

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.

Merge request reports