Gitlab 6.0 : activity feed not updated with commits
Closed
Gitlab 6.0 : activity feed not updated with commits
Created by: gallart
Hi Gitlab,
Since upgrading to Gitlab 6.0, newsfeed is not getting updated with commits. It's updated with issues and comments, but commits are now showing up event if visible on the "commits" page of the project.
I've executed all the upgrade rake commands.
Thanks for your help,
Gaëtan
Created by: gallart
System information System: Ubuntu 12.04 Current User: git Using RVM: no Ruby Version: 1.9.3p392 Gem Version: 1.8.23 Bundler Version:1.3.5 Rake Version: 10.1.0
GitLab information Version: 6.0.2 Revision: 87ee4030 Directory: /var/git/gitlab DB Adapter: mysql2 URL: http://git.nexylan.net HTTP Clone URL: http://git.nexylan.net/some-project.git SSH Clone URL: git@git.nexylan.net:some-project.git Using LDAP: no Using Omniauth: no
GitLab Shell Version: 1.7.0 Repositories: /var/git/repositories/ Hooks: /var/git/gitlab-shell/hooks/ Git: /usr/bin/git
By Administrator on 2013-09-13T16:46:35 (imported from GitLab project)
Created by: gallart
Uhm... Check is suggestion the following :
*** /*** ... missing Try fixing it: sudo -u git ln -sf /var/git/gitlab-shell/hooks/post-receive /var/git/repositories/*****/puppetyaml.git/hooks/post-receive For more information see: /var/git/gitlab-shell/support/rewrite-hooks.sh Please fix the error above and rerun the checks.
By Administrator on 2013-09-13T16:52:28 (imported from GitLab project)
Created by: gallart
Check output :
Checking Environment ... Git configured for git user? ... yes Has python2? ... yes python2 is supported version? ... yes Checking Environment ... Finished Checking GitLab Shell ... GitLab Shell version >= 1.7.0 ? ... OK (1.7.0) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... yes post-receive hook up-to-date? ... yes post-receive hooks in repos are links: ... ...OK Checking GitLab Shell ... Finished Checking Sidekiq ... Running? ... yes Checking Sidekiq ... Finished Checking GitLab ... Database config exists? ... yes Database is SQLite ... no All migrations up? ... yes GitLab config exists? ... yes GitLab config outdated? ... no Log directory writable? ... yes Tmp directory writable? ... yes Init script exists? ... yes Init script up-to-date? ... no Try fixing it: Redownload the init script For more information see: doc/install/installation.md in section "Install Init Script" Please fix the error above and rerun the checks. Projects have satellites? ... ... OK Redis version >= 2.0.0? ... yes Your git bin path is "/usr/bin/git" Git version >= 1.7.10 ? ... yes (1.8.4) Checking GitLab ... Finished
By Administrator on 2013-09-13T17:44:15 (imported from GitLab project)