Pushing tags from linux-mainline and linux-stable (~1300) causes a 500 on web-frontend
I uploaded linus mainline tree with tags to gitlab, added tags from stable trees
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
When viewing commits I get a 500:
Started GET "/MyUser/test/tags" for 127.0.0.1 at 2014-11-28 13:43:02 +0100
Processing by Projects::TagsController#index as HTML
Parameters: {"project_id"=>"MyUser/test"}
Completed 500 Internal Server Error in 198ms
ActionView::Template::Error (undefined method `chomp' for nil:NilClass):
12: = nav_link(controller: :tags) do
13: = link_to project_tags_path(@project) do
14: Tags
15: %span.badge.js-totaltags-count= @repository.tags.length
app/models/repository.rb:162:in `method_missing'
app/views/projects/commits/_head.html.haml:15:in `block (2 levels) in _app_views_projects_commits__head_html_haml__1026838096253110021_48833920'
app/helpers/application_helper.rb:260:in `link_to'
app/views/projects/commits/_head.html.haml:13:in `block in _app_views_projects_commits__head_html_haml__1026838096253110021_48833920'
app/helpers/tab_helper.rb:69:in `nav_link'
app/views/projects/commits/_head.html.haml:12:in `_app_views_projects_commits__head_html_haml__1026838096253110021_48833920'
app/views/projects/tags/index.html.haml:1:in `_app_views_projects_tags_index_html_haml__1209213549718092684_49177480'
viewing the branches results in a 500:
Started GET "/MyUser/test/branches" for 127.0.0.1 at 2014-11-28 13:46:18 +0100
Processing by Projects::BranchesController#index as HTML
Parameters: {"project_id"=>"MyUser/test"}
Completed 500 Internal Server Error in 169ms
ActionView::Template::Error (undefined method `chomp' for nil:NilClass):
12: = nav_link(controller: :tags) do
13: = link_to project_tags_path(@project) do
14: Tags
15: %span.badge.js-totaltags-count= @repository.tags.length
app/models/repository.rb:162:in `method_missing'
app/views/projects/commits/_head.html.haml:15:in `block (2 levels) in _app_views_projects_commits__head_html_haml__1026838096253110021_46091920'
app/helpers/application_helper.rb:260:in `link_to'
app/views/projects/commits/_head.html.haml:13:in `block in _app_views_projects_commits__head_html_haml__1026838096253110021_46091920'
app/helpers/tab_helper.rb:69:in `nav_link'
app/views/projects/commits/_head.html.haml:12:in `_app_views_projects_commits__head_html_haml__1026838096253110021_46091920'
app/views/projects/branches/index.html.haml:1:in `_app_views_projects_branches_index_html_haml__4206502846198882691_122956460'
I'm using GitLab CE 7.5.1 36679b57 (deb) gitlab 7.5.1-omnibus.5.2.0.ci-1