Skip to content

Clean-up temporary storage increase

What does this MR do and why?

It cleans up the code related to temporary storage increase after we decided that we won't be proceeding with that change ref.

The MR removes namespaceIncreaseStorageTemporarily graphql interface, however, that interface is part of unpublished feature and it wasn't being used. Which is why we're not following the formal procedure of deprecating/removing endpoints.

It also ignores the temporary_storage_increase_ends_on columns on namespace_limit model in preparation of dropping it in the next milestone.

MR description target milestone status
!151386 (merged) Ignoring temporary_storage_increase_ends_on in the model %17.0 👈 this MR
TBD Removing temporary_storage_increase_ends_on column from db schema %"17.6" pending
TBD Removing ignoring temporary_storage_increase_ends_on column in the model %"17.7" pending

Related to #385720.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

There's no UI actions to do that can verify the changes. We can run the tests locally or check the tests results on the pipelines.

Edited by Ammar Alakkad

Merge request reports