Move pick_repository_storage logic into Repository
What does this MR do?
In this MR we extract the logic inside the pick_repository_storage
method, stored in each repository container, and moved it to Repository
.
That way we can avoid the containers to include that method and reuse and external one.
Does this MR meet the acceptance criteria?
Conformity
-
Code review guidelines -
Merge request performance guidelines -
Style guides -
Separation of EE specific content
Related to #299056 (closed)
Edited by Francisco Javier López