Re: HOW to avoiding publishing a review request if no user present in people/group

2012-06-16 Thread Nilesh Jaiswal
I am talking about UI only. I am still able to publish without assigning people/groups. I used post-review -c This gave me UI link also opened web UI with people/group field empty, when i pressed publish it proceeded with informing user. How to avoid it, is there any Admin setting which i need

Re: post review for a specific mercurial changeset

2012-06-16 Thread Gilles Moris
On Friday 15 June 2012 10:50:07 pm TP wrote: > Hi, > We're using hg postreview extension with RB. How do we submit a review for > a specific changeset if we've multiple outgoing changesets? For example, if > we have local changesets 1, 2, 3 and I want to submit a review for 2. > Running "hg postrev

Re: HOW to avoiding publishing a review request if no user present in people/group

2012-06-16 Thread Christian Hammond
Review Board doesn't allow publishing if there's no user or group, and never has. This sounds like a local modification, if it's allowing it. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Jun 16, 2012

A repository was not found at the specified path CVS Reviewboard 1.6.9 MOD-WSGI

2012-06-16 Thread Augba
Hi, I could successfully install Reviewboard on Ubuntu . I am new to linux,python wsgi etc. even then by following the user guide I could unstall Reviewbord. But while adding the cvs repository getting the 'A repository was not found at the specified path.' The url is given as :pserver::@

Re: Can't seem to connect to pserver CVS repository

2012-06-16 Thread Augba
I too facing the same issue. Please let me know if you have the steps working. On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote: > > Using ReviewBoard version 1.6.5 > > I've tried the following: > > *:pserver::@repo-url:/path/to/repo* > ** > *:pserver:@repo-url:/path/to/repo* > **

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
Hi Christian, I got things mostly up and running again by reconstructing the sql tables in a new 1.5.5 install and then upgrading that. Having some difficulty at the site though. Many different api problems it looks like. I can't publish drafts, getting a 301: OPTIONS /api/review-requests/53

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Christian Hammond
Hi Dan, It looks like it's redirecting to the URL it's already at? Is that right? Do any URLs but that cause a redirect? Was this an existing draft in the database, or a brand new one? And also, did you have to reconfigure the settings/Apache configuration at all, or is that all the same from b

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
Didn't touch the apache config. It's a http -> https redirect (no idea why the browser isn't simply following it, do ajax requests eat the 301 errors? I can't remember). This is a brand new draft. On Saturday, June 16, 2012 9:31:26 PM UTC-4, Christian Hammond wrote: > > Hi Dan, > > It looks like

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
Ahh ok. So a bit more info: http://stackoverflow.com/questions/228225/prevent-redirection-of-xmlhttprequest If the origin of the URL conveyed by the Location header is same origin with the XMLHttpRequest origin and the redirect does not violate infinite loop precautions, transparently follo

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
Request URL: https://reviews.apache.org/api/review-requests/5345/?api_format=json responds: 1. review_request: {status:pending, last_updated:2012-06-17 02:58:20, description:,…} 1. branch: "" 2. bugs_closed: [] 3. changenum: null 4. description: "" 5. id: 53

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
I found https://groups.google.com/forum/?fromgroups#!topic/reviewboard/yIOamU1uvIY But I tried setting > os.environ['HTTPS'] = "on" In the reviewboard.wsgi file, but no dice. I'm pretty sure we have a reverse proxy of some sort in front of us terminating SSL at the the border. Would be nic

Re: Upgraded OS , then ReviewBoard failed upgrade

2012-06-16 Thread Dan Dumont
SetEnv HTTPS on In the apache config worked like a charm though. I did end up filing this issue http://code.google.com/p/reviewboard/issues/detail?id=2639 I'm not sure yet if this will cause problems now that I've solved the redirect https issues. On Sat, Jun 16, 2012 at 11:56 PM, Dan Dumont wro