Skip to content

Application Settings: Remove repository_storages methods

John Cai requested to merge jc/remove-repository-storages into master

What does this MR do and why?

Application Settings: Remove repository_storages methods

We are no longer using repository_storages, as its replaced by repository_storages_weighted. We can remove all validation and methods that use this field.

86a500c4 is the commit that removed usage of repository_storages to instead use repository_storages_weighted

ed266170 is the commit that removed accessors to repository_storages

fixes: #429675

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 John Cai

Merge request reports