Draft: 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 |
---|---|---|---|
!135220 (closed) | Ignoring temporary_storage_increase_ends_on in the model |
%17.0 |
|
!135602 | Removing temporary_storage_increase_ends_on column from db schema |
%"17.6" |
|
!135604 | Removing ignoring temporary_storage_increase_ends_on column in the model |
%"17.7" |
|
Screenshots or screen recordings
N/A
-
I have evaluated the MR acceptance checklist for this MR.
Related to #385720.
Edited by Ammar Alakkad