Re: Gitlab email notifications catched in spam folder, why?

2015-03-18 Thread Rodrigo Avila
You need to see if you have any SPF / DKIM configuration in your domain. - If have SPF: you need to add your Droplet IP to SPF conf. - If have DKIM: you need use your DKIM-enabled SMTP server, on your domain, since add DKIM to Postfix in the droplet is a bit difficult. Em quarta-feira, 18 de ma

Re: gitlab_issue_closing_pattern not working

2015-03-22 Thread Rodrigo Avila
feira, 26 de fevereiro de 2015 09:49:40 UTC-3, Rodrigo Avila escreveu: > > Hi! > > Since I install Gitlab via omnibus, I can't made > gitlab_issue_closing_pattern work. > > First, I've added this conf to gitlab.rb in a wrong way ( > issue_closing_pattern instead g

Problem with graphs tab on imported repo

2014-05-23 Thread Rodrigo Avila
I've imported a repository (migrated from Git) with 9,835 commits(313.73 Mb). When I open the Graphs tab, I receive the "Failed to load graph" message after a few moments. No errors found on production.log or sidekiq.log. There's somet

gitlab_issue_closing_pattern not working

2015-02-26 Thread Rodrigo Avila
Hi! Since I install Gitlab via omnibus, I can't made gitlab_issue_closing_pattern work. First, I've added this conf to gitlab.rb in a wrong way ( issue_closing_pattern instead gitlab_issue_closing_pattern). After fix this (with this valuable help

Re: gitlab_issue_closing_pattern not working

2015-03-02 Thread Rodrigo Avila
eally need this working. Thank you! Em quinta-feira, 26 de fevereiro de 2015 09:49:40 UTC-3, Rodrigo Avila escreveu: > > Hi! > > Since I install Gitlab via omnibus, I can't made > gitlab_issue_closing_pattern work. > > First, I've added this conf to gitlab.rb in a