Re: Page not found (404) when using post-review after upgrade to V1.6 Beta1

2013-03-04 Thread Nachiketh G
Hi, Was anyone able to solve this issue? I upgraded my RB Server from 1.0 to 1.7.6, the server has come up fine, however the post-review.py which is used to post the review is giving me the same 404 error. So if anyone was able to solve this issue.. do let me know! Thanks & Regards, Nachiketh

Re: error when click 'create new request' for bazaar

2013-03-04 Thread WW Li
Could someone help on this error please? On Friday, March 1, 2013 3:09:40 PM UTC-8, WW Li wrote: > > [Fri Mar 01 23:06:58 2013] [warn] File > "/usr/lib/python2.7/dist-packages/bzrlib/smart/client.py", line 72, in > call_expecting_body > [Fri Mar 01 23:06:58 2013] [warn] method, args, > ex

Re: Database upgrade issues - Possible fix

2013-03-04 Thread Steve
I'm happy to report the patch you provided seems to have worked. I'm able to log on to my 1.7.6 site and browse reviews. I'll test it more today, but so far it looks good. Thanks Chris! --Steve On Friday, March 1, 2013 2:48:22 PM UTC-8, Steve wrote: > > Well, sometimes procrastination pays o

Re: error when click 'create new request' for bazaar

2013-03-04 Thread Christian Hammond
Hi, Sorry, I don't know what the cause is of that. Given your other posts, it feels like something is set up wrong on your system, but I wouldn't be able to do anything but guess (and have already done so) without access to the system. Hopefully someone else has hit this issue with bzr. You ca

Re: "You are not logged in"

2013-03-04 Thread fishgills
Hey, just a bump since I added the log. Sorry to be annoying! On Tuesday, February 26, 2013 12:13:29 PM UTC-8, Charlie Davis wrote: > > Hey all... > > I've been a RB user for quite some time and recently upgraded my RB to > 1.7.whatever-the-newest-is. > > I haven't been able to post a review tho

Re: "You are not logged in"

2013-03-04 Thread Christian Hammond
Hey, Sorry, I didn't see your log before. So one of a few things looks to be happening: 1) Your credentials aren't being accepted or aren't what you think they are. 2) The cookie isn't being set for the proper domain (you can look at your ~/.post-review-cookies.txt to see) 2) You may have somet

Integration of gitlab with RB

2013-03-04 Thread Chalpat Rauth
Hi All, I want to integrate gitlab with RB that can be used in my office. Please note my office has some proxies set up. I would be thankful if any one can post the steps. Thanks, Chalpat -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user?

example extension adding field to review request?

2013-03-04 Thread Matthew Woehlke
Does anyone have an RB extension that adds a custom field to a review request, that they would be willing to share as an example of how to do this? (On a related note, am I missing something, or is the extra_data field still not in 1.7.x?) -- Matthew -- Want to help the Review Board project

Re: example extension adding field to review request?

2013-03-04 Thread Christian Hammond
Hi, There's sort or a way, but it's terrible and will be fully replaced in 1.8. Extra_data will also be in 1.8 most likely, though it hasn't been written yet. I'd be open to backporting to 1.7. 1.7's extension code was never meant to be complete, just an early dev preview. Out expectation is t

Failure during rb-install

2013-03-04 Thread arunkurse
Hi All I am new to Review Board and trying to setup up internally in our Environment . I have installed reviewBoard successfully with "easy_install ReviewBoard". easy_install failed to install Django and hence i had to install it manually . I have successfully created the Postgres S

Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
Hi, Sounds like there's some oddness on your system with locating the Django package, perhaps. Can you look in the output from your easy_install and make sure it's showing that it's getting Python 2.6 packages? Also, can you try typing this and see what happens? $ python >>> import dj

Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
We don't support Django 1.5. You will need to remove it from your site-packages directory and get 1.4.5. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mar 4, 2013, at 10:47 PM, arunku...@gmail.com wrote:

Re: Failure during rb-install

2013-03-04 Thread arunkurse
Hi christian Many thanks for the info . The version of python i am using is python-2.6.6-20.el6.i686 Please find output from my system [root@test /]# python Python 2.6.6 (r266:84292, Apr 11 2011, 15:52:27) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2 Type "help", "copyright", "

Re: Failure during rb-install

2013-03-04 Thread arunkurse
Hi Christian Finally i could able to make some progress . I have chosen postgres SQL database . I have created a user called 'db1' and granted some privileges for that user . Now rb-install tell me that 'db1' role does not exist . [root@test Packages]# rb-site install /var/www/reviews.n

Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
Hi, At this point, it's a PostgreSQL configuration issue. You'll need to get that set up and working first. Sorry, I can't help too much there. Make sure you have a working database you can create tables on first (using the user you'll give rb-site), then nuke your site directory and try again.