No Email Notification on Code Push to origin master
Created by: demisx
Hi, we have a new Gitlab 5.2 server set up on Ubuntu 12.04. I have set my notification level to "Participating", however, there are no emails sent when someone else is pushing his changes to the project I am in. Nothing is being written to the mail.log either - just blank. However, I do get email notifications when someone joins the project or makes any project related setting updates. I am pretty new to Gitlab, so not sure if this is an expected default behavior and how to go about enabling email notifications every time someone pushes new changes to the remote master repository. Please advise.
Here is the outcome of env:info:
> sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
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.0.4
GitLab information Version: 5.2.1 Revision: 26ed59f1 Directory: /home/git/gitlab DB Adapter: mysql2 URL: http://git.colddata.com HTTP Clone URL: http://git.colddata.com/some-project.git SSH Clone URL: [email protected]:some-project.git Using LDAP: no Using Omniauth: no
GitLab Shell Version: 1.4.0 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git
Thank you.