Re: Unable to add repository to ReviewBoard

2014-10-07 Thread testing89147
Hi, Any update? On Tuesday, October 7, 2014 11:38:37 AM UTC+5:30, testin...@gmail.com wrote: > > Hi David, > > I am still stuck at above mentioned problem. Please provide me with a > resolution > > Thanks > > On Wednesday, October 1, 2014 12:36:42 PM UTC+5:30, testin...@gmail.com > wrote: >> >

Re: stuck in last step - configuring email

2014-10-07 Thread christ...@beanbaginc.com
Hi Neel, Without knowing more about your setup, I can't say for sure. Out of the box, we support plain text authentication and using TLS. I'd need to know more details on your authentication setup for your mail server to be able to give you a more informed answer. Christian -- Christian Ham

Re: stuck in last step - configuring email

2014-10-07 Thread neel roy
anyone? On Monday, October 6, 2014 10:00:01 PM UTC+5:30, neel roy wrote: > > Hi, > > Probably last step but I am stuck there anyway :) > > So, I configured the email and found that account I am using does not have > privilege of sending mails on behalf of other users. Asked IT guys to fix > it.

Re: certain search string causes "Error 500" -- user.get_full_name() error

2014-10-07 Thread David Carson
I've already put the following information in the new issue 3599, but I thought I'd add it here as well. In order to allow our deployment to begin, I protected the code in question. It will return "Unknown (%s)" % user if 'user' is a string instead of an object with the "get_full_name()" met

querying RB for statistics

2014-10-07 Thread Stefan Seefeld
Hello, is it possible to query a RB instance for summary information, such as * how many open review requests there are * how many review requests were closed in a given timeframe * a list of all open review requests associated with a particular group of users Etc. ? This information would be a

Re: unable to change review request state to submitted

2014-10-07 Thread Jes
Hi David, Thanks for the reply. It is customized for CMVC. what is the correct way to move review request id into submitted state? Could you pls. provide code snippet for that? Thanks, Jes On Tuesday, October 7, 2014 9:05:56 PM UTC+5:30, David Trowbridge wrote: > > It looks like you're using som

Re: unable to change review request state to submitted

2014-10-07 Thread David Trowbridge
It looks like you're using some custom version of rbtools? postreview.py (and the post-review entry point) don't exist anymore in 0.6.2, and there's never been a file called "approvereview.py" You'll need to follow up with whoever made the changes to the package you're using. -David On Tue, Oct

unable to change review request state to submitted

2014-10-07 Thread Jes
Hi, After publishing review and ship, trying to change state into submitted. But it is failing with following ERROR: 10/05/2014 03:36:06 PM You don't have permission for this (HTTP 403, API Error 101) Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/RBTools-0.6.2