ruby - Commit details not show after upgrade gitlab from 6-7-stable to any other version -
i have gitlab community edition 6-7-stable with. when upgrade other version, cannot see commit details @ -- error 500. can see, gitlab work after upgrade, except "little" trouble above.
production.log;
started "/myproject-ru/myproject_ru_rating/commit/b01d59be5ac7345c2eef984018b9cf6a1c3697e0" 94.190.193.26 @ 2014-12-15 07:36:06 -0500 processing projects::commitcontroller#show html parameters: {"project_id"=>"myproject-ru/myproject_ru_rating", "id"=>"b01d59be5ac7345c2eef984018b9cf6a1c3697e0"} completed 500 internal server error in 190ms nomethoderror (undefined method `system=' #<note:0xacc4548>): app/models/project.rb:269:in `build_commit_note' app/controllers/projects/commit_controller.rb:25:in `show' app/controllers/application_controller.rb:59:in `set_current_user_for_thread'
root@gitlab:/home/git/gitlab# sudo -u git -h bundle exec rake gitlab:env:info rails_env=production
system information system: debian 7.7 current user: git using rvm: no ruby version: 1.9.3p545 gem version: 1.8.23.2 bundler version:1.7.9 rake version: 10.3.1 sidekiq version:2.17.0 gitlab information version: 6.9.2 revision: e46b644 directory: /home/git/gitlab db adapter: mysql2 url: http://my.git.host http clone url: http://my.git.host/some-project.git ssh clone url: git@my.git.host:some-project.git using ldap: no using omniauth: no gitlab shell version: 1.9.4 repositories: /home/git/repositories/ hooks: /home/git/gitlab-shell/hooks/ git: /usr/bin/git
command
sudo -u git -h bundle exec rake gitlab:check rails_env=production
show items green.
- i tried upgrade latest version -- problem persists.
- i tried rebuild bundles , recompile assets -- problem persists.
- i tried upgrade ruby latest version -- problem persists.
- i tried set fresh gitlab 6-7-stable, migrate data , upgrade installation -- problem persists.
any ideas great.
Comments
Post a Comment