Commit events not showing in Dashboard
Created by: alexanderte
After committing and pushing I expect commits to show up in the Dashboard. It only shows “joined project” events. I have spent time looking at similar issues, but I couldn’t find a solution for this particular case. I have enabled all event types on the left side of the dashboard. It only shows team events.
I’m using 4-2-stable branch, and GitLab is installed on a fresh Debian unstable box with nothing else running. It’s set up using my Ansible playbook that is based on the 4-2-stable installation guide.
This issue might be related to #3203 (closed) because of the chdir
warning.
This is from sidekiq.log after having pushed a commit:
2013-03-14T15:30:11Z 3900 TID-1q4wuw PostReceive JID- INFO: start
2013-03-14T15:30:11Z 3900 TID-1q4wuw PostReceive JID- INFO: fail: 0.042 sec
2013-03-14T15:30:11Z 3900 TID-1q4wuw WARN: {"class"=>"PostReceive", "args"=>["/home/git/repositories/ansible/ansible-playbook-egovmon-database.git", "f31985c824d0f91dd6e32488c917ffbcdb6e8890", "00e7d345cdfdeae48a3638cb92c1f4aa23633a32", "refs/heads/master", "I_edited_out_my_identity"]}
2013-03-14T15:30:11Z 3900 TID-1q4wuw WARN: No such file or directory - chdir
2013-03-14T15:30:11Z 3900 TID-1q4wuw WARN: /usr/local/lib/ruby/1.9.1/open3.rb:202:in `spawn'
/usr/local/lib/ruby/1.9.1/open3.rb:202:in `popen_run'
/usr/local/lib/ruby/1.9.1/open3.rb:90:in `popen3'
/home/gitlab/gitlab/lib/gitlab/popen.rb:9:in `popen'
/home/gitlab/gitlab/lib/gitlab/satellite/satellite.rb:33:in `create'
/home/gitlab/gitlab/app/models/project.rb:303:in `trigger_post_receive'
/home/gitlab/gitlab/app/workers/post_receive.rb:36:in `perform'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/processor.rb:45:in `block (3 levels) in process'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:109:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:109:in `block in invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/server/timeout.rb:14:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:111:in `block in invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/server/active_record.rb:6:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:111:in `block in invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/server/retry_jobs.rb:49:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:111:in `block in invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/server/logging.rb:11:in `block in call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/logging.rb:22:in `with_context'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/server/logging.rb:7:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:111:in `block in invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:114:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/middleware/chain.rb:114:in `invoke'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/processor.rb:44:in `block (2 levels) in process'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/processor.rb:80:in `stats'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/processor.rb:43:in `block in process'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `public_send'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `dispatch'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/future.rb:18:in `block in initialize'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/internal_pool.rb:48:in `call'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/celluloid-0.12.4/lib/celluloid/internal_pool.rb:48:in `block in create'