Skip to content

Use tag_exists? in GitAccess#protected_tag?

yorickpeterse-staging requested to merge tag-exists into master

This will fail until https://gitlab.com/gitlab-org/gitlab_git/merge_requests/81/ is merged. Adding this should speed up checking for tags in Gitlab::GitAccess as it no longer needs to retrieve the entire list of tags.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/14280 for more information.

Merge request reports