Get 500 error after trying to go to CI page (Gitlab 8.1)
I have 500 error on Continius Integration page after update from 8.0.4 to 8.1. I can see builds page for each projects, but i cant retry any build (get 500 error page). Each new commits after update get build status "skipped"
production.log:
Started GET "/ci/admin/projects" for 127.0.0.1 at 2015-10-23 10:50:41 +0300
Processing by Ci::Admin::ProjectsController#index as HTML
Started POST "/ci/api/v1/builds/register.json" for 127.0.0.1 at 2015-10-23 10:50:41 +0300
Completed 500 Internal Server Error in 1999ms (ActiveRecord: 638.3ms)
ActionView::Template::Error (undefined method `ci_commits' for nil:NilClass):
1: - last_commit = project.commits.last
2: %tr
3: %td
4: = project.id
app/models/ci/project.rb:208:in `commits'
app/views/ci/admin/projects/_project.html.haml:1:in `_app_views_ci_admin_projects__project_html_haml___4122213969874733497_42640760'
app/views/ci/admin/projects/index.html.haml:12:in `block in _app_views_ci_admin_projects_index_html_haml__4097100063300920123_25780380'
app/views/ci/admin/projects/index.html.haml:11:in `_app_views_ci_admin_projects_index_html_haml__4097100063300920123_25780380'
Started POST "/ci/api/v1/builds/register.json" for 127.0.0.1 at 2015-10-23 10:50:48 +0300