Skip to content

Move namespace storage_counter to new usage_quotas folder

Sheldon Led requested to merge led/fe-usage-quotas-refactor-2 into master

What does this MR do and why?

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/346530

This is a continuation of https://gitlab.com/gitlab-org/gitlab/-/issues/346506 | !75351 (merged)

Now we're moving Namespace Storage Components to the newly created directory: ee/app/assets/javascripts/usage_quotas/storage.

Screenshots or screen recordings

No UI changes here. All the UI changes have been done in !75351 (merged). The pages affected by this change are Group and Profile Usage Quotas

Group Storage Profile Storage
group_usage_quotas_storage-quota-tab_after personal_usage_quotas_storage-quota-tab_after

How to set up and validate locally

  1. Check out this branch and visit each page:
  2. Group: /groups/my_group/-/usage_quotas#storage-quota-tab
  3. Profile: /-/profile/usage_quotas#storage-quota-tab

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sheldon Led

Merge request reports