Remove container_registry_tags_list_default_page_size feature flag
☎ Context
In Use a fixed page size when getting tags of a co... (!98215 - merged), we changed how we get tags from the Container Registry. We basically added a default page size.
For more context around this change, please have a look at !98215 (merged)
Given that we changed how we request tags (and this is a quite essential endpoint used by several features), we deployed the change behind a feature flag.
This change has been deployed on gitlab.com for a week now and everything is working as expected. We can consider the change as stable.
Time to remove the feature flag and the old code path.
The related rollout issue is [Feature flag] Rollout of `container_registry_t... (#374073 - closed).
🔬 What does this MR do and why?
- Remove feature flag
container_registry_tags_list_default_page_size
- Update the related specs.
🖥 Screenshots or screen recordings
n / a
⚙ How to set up and validate locally
You can follow the instructions in !98215 (merged).
🚥 MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.