Re: Email notifications not sent when review comments are added.

2014-02-11 Thread Christian Hammond
It looks like one or more users has an empty string or something set for their e-mail address. For the users who don't get the initial e-mails, I'd have them check the spam filter or their other filters first. We've seen that happen elsewhere, and sometimes it's just a filter thing. Christian --

Re: Email notifications not sent when review comments are added.

2014-02-11 Thread shravanthi s
Also, the emails are not sent occasionally. Sometimes, users dont get email notification on first review comment but they get notified for the second one. So the issue is very intermittent as of now. On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: > > Hi, > > Some of our user

Re: Email notifications not sent when review comments are added.

2014-02-11 Thread shravanthi s
Hi Mark, I checked our maillog and there as been no connection refused error since Feb 4th. However users are still complaining that emails are not sent for a few reviews. So i checked reviewboard.log and found this error. 2014-02-11 18:56:39,425 - ERROR - Error sending e-mail notification with

Re: Ideas needed regarding to RB bug tracker integration

2014-02-11 Thread markdbeyer
I have integrated RB with our bug tracker, a heavily customized version of GNATS. I modified the RBBugTracker extension published by a student, I believe, a few years back. That extension was built for google code, though the extension has a plug-in architecture so I added one for GNATS. It wa

Re: Ideas needed regarding to RB bug tracker integration

2014-02-11 Thread Gong Zhang
Hi Tomi, Our team is using ReviewBoard + Jira + Jenkins right now, and although we can link the Jira ticket to a code review manually, it will be great if the review board can automatically create a Jira ticket for us when we submit a code review and automatically close that ticket once the cod

Re: Failure authenticating with BASIC 'Web API'@reviewboard.example.com

2014-02-11 Thread Andrew Hills (anhills)
Hi, I don't know anything about ReviewBot or Jenkins, but BASIC is a type of HTTP authentication, and those errors are indicating that whichever process is attempting to access the web API does not have any credentials provided (i.e., you forgot to give it a username/password to access the web

Failure authenticating with BASIC 'Web API'@reviewboard.example.com

2014-02-11 Thread Gong Zhang
I am using a extension "reviewbot" on Jenkins to send comment back to ReviewBoard. For somehow, I am getting these errors: Failure authenticating with BASIC 'Web API'@10.50.12.159:81 Feb 11, 2014 10:57:29 AM WARNING org.apache.commons.httpclient.HttpMethodDirector authenticateHost Required cre

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
Hi I am getting this errors now, any idea why? I did follow every step in the instruction. Preemptive authentication requested but no default credentials available Feb 11, 2014 9:51:13 AM INFO org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme basic authentication schem

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
Are you running ReviewBot from the command line? If so, the logs should be printed onto the terminal window. On Tue, Feb 11, 2014 at 8:08 PM, Gong Zhang wrote: > Do you know if there`s a logger for reviewbot? I want to get the running > logs of reviewbot. Thanks! > > On Tuesday, February 11, 20

Re: Error while using rbt post

2014-02-11 Thread Kapil Anand
Sorry for a late reply, I somehow missed this email. My hg version is 2.0.2 --Kapil On Thursday, February 6, 2014 3:39:50 PM UTC-5, David Trowbridge wrote: > > Kapil, > > What version of hg is installed? > > -David > > > On Thu, Feb 6, 2014 at 12:36 PM, Kapil Anand > > wrote: > >> Hi, >> >> I a

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
Do you know if there`s a logger for reviewbot? I want to get the running logs of reviewbot. Thanks! On Tuesday, February 11, 2014 9:29:44 AM UTC-5, Raja wrote: > > On Tue, Feb 11, 2014 at 7:43 PM, Gong Zhang > > wrote: > >> Hi Raja, >> >> I tried with ReviewBot, it did work with the build part,

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
On Tue, Feb 11, 2014 at 7:43 PM, Gong Zhang wrote: > Hi Raja, > > I tried with ReviewBot, it did work with the build part, and it also > should notify the ReviewBoard after a build is done which did not work > well. Any idea about that? Should I change some privileges on ReviewBoard? > Thanks! >

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
I tired with it, although there may little problems, it indeed works. On Tuesday, February 11, 2014 2:52:08 AM UTC-5, pprkut wrote: > > There is such a plugin for Jenkins that uses ReviewBot, but I haven't > tested > it myself so not sure how well it works: > https://github.com/vmware/jenkins-r

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
That`s more than helpful! Thank you! On Monday, February 10, 2014 10:10:36 PM UTC-5, MoonWalker wrote: > > I use JIRA and the only stuff that I am a aware of, is that you can link > your Bug # ( Reviewboard) with your JIRA issue #. You will be able to click > on the reviewboard Bug # and a we

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
Hi Raja, I tried with ReviewBot, it did work with the build part, and it also should notify the ReviewBoard after a build is done which did not work well. Any idea about that? Should I change some privileges on ReviewBoard? Thanks! On Tuesday, February 11, 2014 3:49:48 AM UTC-5, Raja wrote: > >

Re: Integration with Jenkins and Jira

2014-02-11 Thread Raja
On Tue, Feb 11, 2014 at 10:33 AM, David Trowbridge wrote: > > What I think most people want from "Jenkins integration" is something that > would use Jenkins to run automated builds and tests on prospective changes. > That doesn't currently exist, afaik. > I did something couple months ago that in