Re: Default Reviewers not working

2017-05-01 Thread David Trowbridge
Hmm. That looks correct. One possible point of confusion is that the default reviewers are applied when the review request is created or has a new diff uploaded (and published). It won't affect existing review requests that haven't had any changes made to them. -David On Mon, May 1, 2017 at 7:08

Re: Default Reviewers not working

2017-05-01 Thread Vikash Singh
Hi David, Here is the snapshot.Please have a look. And thanks again. Regards Vikash On Monday, May 1, 2017 at 11:31:16 PM

Re: Default Reviewers not working

2017-05-01 Thread David Trowbridge
Perhaps you could share a screenshot of the default reviewer configuration that's not working? Writing your own script to post changes is going to be a ton of work. On Mon, May 1, 2017 at 10:48 AM Vikash Singh wrote: > Hi David, > > Thanks, I tried that too but no

Re: Default Reviewers not working

2017-05-01 Thread Vikash Singh
Hi David, Thanks, I tried that too but no success at all. Finally i am trying to create script using reviewboard webapi. So that it will do that work. Every thing is working fine except one i.e i am not able to show diff or the changes happen. I have gone through the documentation of

Re: Default Reviewers not working

2017-04-30 Thread David Trowbridge
Are you looking to apply the default reviewer for all files in the given repository? If so, the regex ".*" (without the quotes) will match against all file names. -David On Sun, Apr 30, 2017 at 7:52 AM Vikash Singh wrote: > I really need help here, Review board does not

Re: Default Reviewers not working

2017-04-30 Thread Vikash Singh
I really need help here, Review board does not have good documentation :( On Friday, April 28, 2017 at 1:24:14 PM UTC+5:30, Vikash Singh wrote: > > Hi Nicolas, > > Is there specific regex i need to apply for git as i am using bitbucket > and i am facing same issue with default reviewer. > > On

Re: Default Reviewers not working

2017-04-28 Thread Vikash Singh
Hi Nicolas, Is there specific regex i need to apply for git as i am using bitbucket and i am facing same issue with default reviewer. On Tuesday, May 27, 2014 at 2:52:04 PM UTC+5:30, Nicolas Comet wrote: > > I hope it will help people having the same problem : > > The only way I got default

Re: Default Reviewers no working after upgraded from 1.7.7.1 to 2.5.4

2016-05-10 Thread tiger . peng
For 1.7.7.1, diff file has leading '/'; and for 2.5.4 has none. Removing the leading '/' from 'File Regex', fixed the issue. On Tuesday, May 10, 2016 at 4:15:03 PM UTC-5, tiger...@ahamobile.com wrote: > > Hello > > Copied the data to new server and upgraded it from 1.7.7.1 to 2.5.4, the >

Default Reviewers no working after upgraded from 1.7.7.1 to 2.5.4

2016-05-10 Thread tiger . peng
Hello Copied the data to new server and upgraded it from 1.7.7.1 to 2.5.4, the default reviewer is not loaded into review request. Is there something miss ? (same post-review command creates new request with the default reviewers in the old server but no default reviews on the new server)

Re: Default Reviewers not working

2014-05-27 Thread Nicolas Comet
I hope it will help people having the same problem : The only way I got default reviewers (groups or people) working was by removing the first / character at the beginning of the regexp field. If your repository is svn://urltorepo/Repository/ModuleOrProject You want to type in the field :

Re: Default Reviewers not working

2012-06-06 Thread Ashith
Yes I am one of the default reviewer and I am the poster as well. And when I post a review request I do not get any default reviewer added to my review request. On Jun 5, 2:47 pm, Christian Hammond chip...@chipx86.com wrote: Are you saying it's not adding *anyone* if the poster is one of the

Re: Default Reviewers not working

2012-06-05 Thread Ashith
You were right, there was nothing wrong with the settings. The problem was I was setting myself as one of the default reviewers and trying to post a review request from my name. I tried posting review request as a different user and it added me and the other default reviewers to the reviewers

Re: Default Reviewers not working

2012-06-05 Thread Christian Hammond
Are you saying it's not adding *anyone* if the poster is one of the default reviewers? That's definitely not intended, and I'm seeing nothing in the code that would cause that. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Default Reviewers not working

2012-05-29 Thread Ashith
I have the following settings done for Default Reviewers, Name: ABC File Regular Expression: .* (I have used double quotes in the regexp part. I have also tried without double quotes as well) Default Group: Blank Default People: ABC, XYZ Repositories: Blank Now, I tried posting a review request

Re: Default Reviewers not working

2012-05-29 Thread Christian Hammond
Hi Ashith, You definitely don't want double quotes in the regex. The .* alone should work. I haven't seen this not work before. Can you give me an explicit step-by-step of how you're creating the review request, and at one points you check it? Would you also mind screenshotting the

Re: Default Reviewers not working

2012-05-29 Thread Ashith
I am not able to attach a screenshot to this post. I will email you the screen shot on your ID. We use postreview plugin for TortoiseHG to create review request and post it. We use mercurial as our SCM. -Ashith On May 29, 12:46 pm, Christian Hammond chip...@chipx86.com wrote: Hi Ashith, You

Re: Default Reviewers not working

2012-05-29 Thread Christian Hammond
The only thing that looks wrong in the screenshots are the quotes. Christian On May 29, 2012, at 4:56, Ashith asithraj.she...@gmail.com wrote: I am not able to attach a screenshot to this post. I will email you the screen shot on your ID. We use postreview plugin for TortoiseHG to create