Skip to content

Draft: Clean-up temporary storage increase

Ammar Alakkad requested to merge aalakkad/385720 into master

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
!135220 (closed) Ignoring temporary_storage_increase_ends_on in the model %17.0 👈 this MR
!135602 Removing temporary_storage_increase_ends_on column from db schema %"17.6" pending
!135604 Removing ignoring temporary_storage_increase_ends_on column in the model %"17.7" pending

Screenshots or screen recordings

N/A

Related to #385720.

Edited by Ammar Alakkad

Merge request reports