Re: "[Errno -5] No address associated with hostname" When using ReviewBoard with Atlassian Stash

2014-01-09 Thread Erika Redmark
Paramiko is at version 1.12.0 Also, for reference the version of Stash that we are running is 2.6.4. -Erika On Wednesday, January 8, 2014 6:07:36 PM UTC-5, Christian Hammond wrote: > > Yeah, that was a typo. > > Okay.. Well, this sounds like a compatibility issue between Paramiko and > your SSH

Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
I was having the exact same issue, and believing it to be the fault of an outdated django, I upgraded to 1.6 using easy_install. Now when I try to run I get a similar error, but the cause is from: "ImproperlyConfigured: Error importing module ... "No module name defaults"" The error is traced

See file context in 'view review'

2014-01-09 Thread Sven Sandberg
Hi! When the coder receives a review, there are two ways to view the review: 1. 'view review' 2. 'view diff' In the first view, you only get to see the lines that the reviewer commented on, which is usually not enough context to understand the problem. So you often need the second view.

RB 1.7.20 with mercurial over https

2014-01-09 Thread Simona Avornicesei
Hi all, I'm using RB 1.7.20 and I'm getting the following RB logs when posting any review (newest at top): - HTTP error code 401 when fetching file from https://dummy_hg/hg-history/changeset/file: HTTP Error 401: Unauthorized - Fetching file from https://dummy_hg/hg-history/changeset/file - HT

Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread David Trowbridge
Django 1.6 is not supported. For Review Board 1.7.x, the only supported version is Django 1.4.x -David > On Jan 9, 2014, at 9:05 AM, bAlcox wrote: > > I was having the exact same issue, and believing it to be the fault of an > outdated django, I upgraded to 1.6 using easy_install. Now when I

Re: See file context in 'view review'

2014-01-09 Thread Matthew Woehlke
On 2014-01-09 08:24, Sven Sandberg wrote: When the coder receives a review, there are two ways to view the review: 1. 'view review' 2. 'view diff' In the first view, you only get to see the lines that the reviewer commented on, which is usually not enough context to understand the proble

Re: Table 'rb17.extensions_registeredextension' doesn't exist

2014-01-09 Thread bAlcox
I am having this same issue! The table appears in the database when I "show tables" but I still get this error. How do I fix the table?? On Tuesday, March 12, 2013 11:10:53 AM UTC-4, martin wrote: > > I'm getting this error on a fresh install of 1.7.6. rb-site install didn't > report any proble

Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
Thanks, switching to django 1.4 solved those particular problems On Thursday, January 9, 2014 1:28:59 PM UTC-5, David Trowbridge wrote: > > Django 1.6 is not supported. For Review Board 1.7.x, the only supported > version is Django 1.4.x > > -David > > On Jan 9, 2014, at 9:05 AM, bAlcox > > wrot

Re: Table 'rb17.extensions_registeredextension' doesn't exist

2014-01-09 Thread Christian Hammond
Can you show me the exact output you're seeing, for both commands? Also, what database is this? (Sorry Martin. Never saw the original post.) Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Thu, Jan 9,

Re: See file context in 'view review'

2014-01-09 Thread Christian Hammond
It's something I'd like to add, but I know it won't happen for 2.0. I do plan to add full file view/download in a 2.x. For now, you can get it through the API at least. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.bean

Re: RB 1.7.20 with mercurial over https

2014-01-09 Thread Christian Hammond
Hi Simona, I'd need to see your repository configuration to say more. I do know that the Mercurial support tries a couple different URLs to fetch the file. Ideally we'd cache which one works though. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org B

Re: Table 'rb17.extensions_registeredextension' doesn't exist

2014-01-09 Thread bAlcox
You know what, I actually found that dropping the table before running rb-site upgrade allowed it to create the table properly automatically. Not sure why there was a broken version in the first place in my DB On Thursday, January 9, 2014 3:03:10 PM UTC-5, Christian Hammond wrote: > > Can you s

Re: when install reviewboard on centOS, I get this error

2014-01-09 Thread bAlcox
Are there any new suggestions on how to fix this issue? I only have the extensions media part. I have tried the chown cmd from the page, disabled selinux, and restarted the server a bunch of times throughout the process. My apache logs show no issues, just that it is starting up Any help wou

Re: when install reviewboard on centOS, I get this error

2014-01-09 Thread Christian Hammond
Can you check if SELinux is turned on, and if so, turn it off? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Thu, Jan 9, 2014 at 1:11 PM, bAlcox wrote: > Are there any new suggestions on how to fix