Skip to content

Fix commit/branch view 500 error for lots of tags (#859 part1)

username-removed-56454 requested to merge HelmutT/gitlab-ce:fix-859-part1 into master

First part of a fix for issue #859 (closed). Using @repository.tag_names.count instead of @repository.tags.length. Now branch and commit view no longer result in a 500 if @repository.tags has problems with size or encoding.

This does not fix the tag-view because tag informations are requried. (Help needed)

Merge request reports