Fix N+1 in checking for registry tags
In namespace#any_project_has_container_registry_tags? we preload container_repositories so we don't need to query registries for each project. Fix for https://gitlab.com/gitlab-org/gitlab/-/issues/21042 Changelog: performance
Showing
Please register or sign in to comment