Skip to content

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

Related to #299056 (closed)

Merge request reports