Re: KeyError: 'site' when attempting evolution 1.5.0 > 1.6.1

2011-09-19 Thread Josh
one as far as running the evolution under a debugger to try to figure > out what the heck is going on, but I haven't had much luck with that > so far. > > Can anyone please help? I've spent a great deal of time on this > already and will continue working until I finish it, bu

Re: KeyError: 'site' when attempting evolution 1.5.0 > 1.6.1

2011-09-20 Thread Josh
though. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > > On Mon, Sep 19, 2011 at 3:43 PM, Josh wrote: > >> Turns out if you read the directions life is a lot easier. I

ReviewBoard Hanging on Diff Upload

2008-11-27 Thread Josh
ests' I can see the review was created however there is no file attached. The same problem occurs when I attempt to upload the file from that screen as well. This occurs when I run the server through apache or through ./manage runserver Any i

Re: ReviewBoard Hanging on Diff Upload

2008-11-27 Thread Josh
I think the problem I was having might have been caused by the fact that github is down. I tried with a locally created repo and all is well. On a side note, is there a way of turning off user registration? - Josh On Nov 27, 11:42 am, Josh <[EMAIL PROTECTED]> wrote: > I have recently

how to configure pre commit hooks for subversion

2010-09-03 Thread Josh Joy
/tools/post-review/ Thanks in advance, Josh -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send email

post-review script

2010-09-05 Thread Josh Joy
.fs ImportError: No module named svn.fs http://github.com/reviewboard/reviewboard/raw/master/contrib/tools/svn-hook-postcommit-review Thanks, Josh -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.review

Re: Post review give me ( Error creating review request: One or more fields had errors (HTTP 400, API Error 105)) help needed

2012-04-14 Thread Josh Gold
rors', u'code': 105}} Error uploading diff The generated diff file was empty. This usually means no files were modified in this change. Try running with --output-diff and --debug for more information. Your review request still exists, but the diff is not attached. thanks, josh On

rbt diff -I doesn't restrict files with svn backend

2014-04-18 Thread Josh Kupershmidt
he working copy diff_cmd.extend(['-r', base]) which doesn't seem to do anything with the files list which has been passed in. Adding a call to: +diff_cmd.extend(files) in that block seems to fix this issue for me. Josh -- Get the Review Board Power Pack at http://www.reviewbo

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-02 Thread Josh Joy
I'm not entirely sure what that means? How do I now which Python is running Review Board? I'm just using the one under bin...I have a fresh install of CentOS...so I'm not seeing multiple versions of Python... Thanks, Josh On Tue, Jun 2, 2009 at 12:08 AM, Christian Hammond wro

NameError: global name 'ClientError' is not defined

2009-06-08 Thread Josh Joy
Hi, I'm receiving the below error when trying to view the diff. Not sure what is causing the error... URL - http://host/projectname/r/4/diff/ Python Info Python 2.6.2 (r262:71600, Jun 2 2009, 13:47:05) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2 Type "help", "copyright", "credits" or "

SCMError: URL 'http://svn/trunk/project/somefile.java' is malformed or the scheme or host or path is missing

2009-06-09 Thread Josh Joy
For some reason I receive the following error, though if I go to the URL directly, I can access the file... Traceback (most recent call last): File "/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/views.py", line 152, in view_diff inte

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-14 Thread Josh Joy
packages? > > And did you restart the web server after upgrading this? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.review-board.org > VMware, Inc. - http://www.vmware.com > > > On Tue, Jun 2, 2009 at 5:54 AM, Josh Joy

Error when trying to add a new Github Repository, type field empty

2020-09-21 Thread Josh GCP
[image: Screenshot 2020-09-21 at 14.29.23.png] -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received

Installing on CentOS8 or RHEL8

2022-01-06 Thread Josh Davis
We have upgraded all of our servers to RHEL8 and I am trying to get ReviewBoard installed. In the past (RHEL7) we installed ReviewBoard from an rpm package. I can't find one that works with RHEL8. Is there one I have missed? -- Supercharge your Review Board with Power Pack: https://www.revi

Re: Installing on CentOS8 or RHEL8

2022-01-08 Thread Josh Davis
Thanks, David. I'll head down that road. On Thursday, January 6, 2022 at 12:26:39 PM UTC-6 David Trowbridge wrote: > Josh, > > The RPM hasn't been maintained in a very long time. Installing via the > python toolchain is the best way to get running and stay up to date. >

Re: Installing on CentOS8 or RHEL8

2022-01-18 Thread Josh Davis
my server brings up a 500 error. This is what I find in the error log: [Tue Jan 18 20:47:42.795685 2022] [wsgi:error] [pid 320003:tid 140336662296320] [client 127.0.0.1:46036] Could not load siteconfig: Any ideas? On Saturday, January 8, 2022 at 11:46:31 AM UTC-6 Josh Davis wrote: > Thanks

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Josh Davis
TC-6 Christian Hammond wrote: > Not sure what would be printing that... > > Let's do a quick test: > > $ rb-site manage /path/to/sitedir shell > from reviewboard import initialize > initialize() > > > Let's see if any or all of that passes. If somet

Re: Installing on CentOS8 or RHEL8

2022-01-20 Thread Josh Davis
Subodh, That did the trick! Thanks for the help! I've been banging my head against this one for way too long. Josh On Thursday, January 20, 2022 at 2:19:36 PM UTC-6 subodh...@gmail.com wrote: > Hi Josh, > > I too faced this issue and found latest mysqlclient was not comp

Overwhelmed with Error Message emails

2022-01-24 Thread Josh Davis
Hello, I have ReviewBoard 4.0.4 installed. Our organization has a Nessus vulnerability scanner and every time it scans ReviewBoard, I am bombarded with error emails as the scanner tries every vulnerability it can think of. A single scan might generate 500+ emails that look like this: SUBJECT: [

Re: Overwhelmed with Error Message emails

2022-02-04 Thread Josh Davis
anything non-default about your setup? > > Christian > > > On Mon, Jan 24, 2022 at 08:51 Josh Davis wrote: > >> Hello, >> >> I have ReviewBoard 4.0.4 installed. Our organization has a Nessus >> vulnerability scanner and every time it scans ReviewBo