Re: Bitnami Windows install update search index

2016-02-18 Thread Jérôme Godbout
ok, got it Open use_reviewboard.bat from application: path to site is the following: C:\Bitnami\reviewboard-2.5.1.1-1\apps\reviewboard\htdocs\rb-sites\reviewboard rb-site manage C:\Bitnami\reviewboard-2.5.1.1-1\apps\reviewboard\htdocs\rb-sites\reviewboard index -- --full Perform the search index

Re: Bitnami Windows install update search index

2016-02-18 Thread Christian Hammond
Hi Jerome, Try putting in the absolute path, not a relative path, and see if that helps. If not, you'll need to reach out to Bitnami support for this. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. -

Bitnami Windows install update search index

2016-02-18 Thread jerome
Hi, Can anybody point me out how I should update the search index under windows bitanami installation of ReviewBoard? I try the following: C:\Bitnami\reviewboard-2.5.1.1-1\apps\reviewboard\scripts>rb-site.bat > manage .. index -- --full But I got a traceback error : > Traceback (most recent

Re: Review Board Installation: Bad Request (400)

2016-02-18 Thread Amith Patil
Hi Christian, I was able set up review board but when i access it using the link localhost/reviews.com , it shows me directory structure and nothing else. How to really access the RB after creating the site. Please guide me. I have set up the site in the same way as Kuldeep did above. Thanks

E-mail Settings & https

2016-02-18 Thread john levin
Hi, Now i'm ended up with smtp errors eventhough we have given the right configurations. Error details below. Also please let me know how to enable https for reviewboard site instead of http. 2016-02-18 11:30:50,809 - ERROR - - Error sending e-mail notification with subject 'Review Request

Re: Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Subodh Konhor
Yes the migration is fast, but wanted to know if there is an option to migrate it on the background just the way condensediffs work so that in the background it keeps on migrating and as well when a user checks a review request. Thanks, Subodh On Thursday, February 18, 2016 at 2:52:55 PM

Connecting Reviewboard DB

2016-02-18 Thread john levin
Hello, I'm pretty new to ReviewBoard. The Motive of us to Create a Pre-commit hook and block users whose review havent approved. So is this possible to connect ReviewBoard DB in backend ? So that we can give query and make a check in pre-commit hooks. Or any other way to achieve this ? /BR

How exclude file from diff with python API

2016-02-18 Thread dducatel
Hi everybody, I'm trying to ignore some file in a diff review (like --exclude from the rb post command) with the python API. Do you known a way to do that ? Thanks in advance for your help -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to

How exlude file from diff from Python API

2016-02-18 Thread dducatel
Hi everybody, I'm trying to do somethings like *rbt post --exclude* (cf documentation ) but with the Python API. I create a review request and I cannot find how update this new request for using a file filter in the diff. (I just

Re: Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Christian Hammond
Hi Subodh, Migration of filediff data is very, very fast, so that's not the problem. You can see in the timestamps how it's near-instantaneous. In fact, that whole log is taking place within the same second. I would check to make sure your memcached server is still being used properly. Given

Huge delay in loading review request after upgrade for the first time

2016-02-18 Thread Subodh Konhor
Hi Chirstan. I have upgrade our reviewboard (1.0.9) which has 17G of mysql database to the latest 2.5.2. We do have some heavy diff review requests. So what happens now is loading of review request takes long time for the first time. When I see the logs it says DiffParser.parse: Finished

Re: abort: The file was not found in the repository. (207)

2016-02-18 Thread Christian Hammond
Can you show me exactly how you're posting the change for review, and any debug information you can provide showing the operations that are happening? Is this using RBTools, or a custom script? Basically, the diff isn't being uploaded when creating the review request. Christian -- Christian