Error 500 on one branch merge commit
Created by: jasperla
The repository I'm using has various branches, and off those, all the "Merge branch '5.0' of ssh://gitlab.etc" commits are displayed properly in the commit view. Except for one which triggers an Error 500.
From the production log:
Started GET "/project/commit/384449e4975e98f25e4ca329758d39ac381ba3b7" for 127.0.0.1 at 2012-11-20 14:26:54 +0100 Processing by CommitController#show as HTML Parameters: {"project_id"=>"project", "id"=>"384449e4975e98f25e4ca329758d39ac381ba3b7"} Completed 500 Internal Server Error in 10143ms
ActionView::MissingTemplate (Missing template commit/huge_commit, project_resource/huge_commit, application/huge_commit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in:
- "/home/gitlab/gitlab/app/views"
- "/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/kaminari-0.14.0/app/views"
- "/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/devise-2.1.2/app/views"
):
app/controllers/commit_controller.rb:25:in
block (2 levels) in show' app/controllers/commit_controller.rb:22:in
show
This is GitLab 3.0.