Skip to content

Add temporary storage increase modal

Nicolas Dular requested to merge nicolasdular/temporary-storage-increase-ui into master

What does this MR do?

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/220371

It's possible to increase the storage for a certain number of days. This MR only adds the button and a modal that pops up for confirming this temporary increase. There is no functionality yet, this will be part of a later MR. The code is behind a feature flag.

How to test locally

  1. Enable feature flag
$ bin/rails c

> Feature.enable(:temporary_storage_increase)
  1. Go to http://localhost:3000/groups/gitlab-org/-/usage_quotas#storage-quota-tab by being logged in as root

Screenshots

Usage Quota page When Modal is open
Screenshot_2020-07-08_at_22.49.21 Screenshot_2020-07-09_at_21.54.39

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nicolas Dular

Merge request reports