Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Christian Hammond
Hi Bruce, That’s pretty slow. I think I know why. I’m looking into fixes for 2.0.2. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 4, 2014 at 3:37:22 PM, Bruce Cran (bruce.c...@gmail.com)

Git issue in RBTools0.5.7 and RB1.7.7.1

2014-06-05 Thread satish singh
Hi Team, We are migrating to RBtools0.5.7 from RBTools.0.4.3, We got a issue where description of Review request is not getting updated with -g option in some cases: 1) One difference I see now is earlier we used to refer to most recent commit with HEAD~1 and now it's represented by HEAD.

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Kuldeep singh
Hi Christian Hammond, I am already using mod_wsgi. On Thursday, June 5, 2014 12:04:09 PM UTC+5:30, Christian Hammond wrote: This looks like an issue with mod_python, rather than Review Board. I strongly recommend switching your setup to use mod_wsgi instead. mod_python is deprecated and,

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Christian Hammond
Okay. Most of that log is showing mod_python-related output. Perhaps try uninstalling it. Can you provide your Apache configuration for the site? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On

Re: error: Could not find suitable distribution for Requirement.parse('Whoosh')

2014-06-05 Thread Shubha
Hi Christian, Thanks for the response. If I access http://pypi.python.org/simple/Whoosh/ through browser, it displays a list of valid download links. I also tried to download an egg file from http://pypi.python.org/simple/Whoosh/ through Linux terminal using wget command and the download was

Re: rebuild_index destroys reviewboard site

2014-06-05 Thread Bruce Cran
Your search index directory appears to be wrong: it should be something like /var/www/reviews/search-index/ and not the root directory. -- Bruce On Thu, Jun 5, 2014 at 2:04 AM, Stefan Bohne stefan.bo...@sentec-elektronik.de wrote: Hello all, since upgrading to RB2.0 and then RB2.0.1 my

Re: rebuild_index destroys reviewboard site

2014-06-05 Thread Stefan Bohne
That was it. No idea how that happened. Thanks a lot. Stefan Am Donnerstag, 5. Juni 2014 10:55:35 UTC+2 schrieb Bruce Cran: Your search index directory appears to be wrong: it should be something like /var/www/reviews/search-index/ and not the root directory. -- Bruce On Thu, Jun 5,

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Christian Hammond
Hi Bruce, If you would like to hand-apply a patch, I’d love to see how this affects your performance: https://reviews.reviewboard.org/r/5935/ It should make a noticeable difference. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag,

Re: error: Could not find suitable distribution for Requirement.parse('Whoosh')

2014-06-05 Thread Christian Hammond
Did you install the Whoosh egg that you downloaded? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 5, 2014 at 1:14:04 AM, Shubha (shubhapriya.panandi...@gmail.com) wrote: Hi Christian,

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Kuldeep singh
Hi Christian, Please find site configuration file attached here. Thanks Kuldeep On Thursday, June 5, 2014 1:41:22 PM UTC+5:30, Christian Hammond wrote: Okay. Most of that log is showing mod_python-related output. Perhaps try uninstalling it. Can you provide your Apache configuration for

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Christian Hammond
Thanks. Do you have anything else running on that Apache? If you disable mod_python, restart Apache, and try again to connect, do you see any new errors in the error_log? Are there any access attempts in access_log? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - 

Re: Git issue in RBTools0.5.7 and RB1.7.7.1

2014-06-05 Thread Krzysztof Szynter
Is it safe to move on from using rbt 0.5.7 to 0.6 while not upgrading RB 1.7.25 to 2.0RC? Does the former step require the latter one? On Thursday, June 5, 2014 11:30:52 AM UTC+2, Christian Hammond wrote: Hi Satish, Is there a reason you’re moving to 0.5.7 and not 0.6? We changed how all

Re: Git issue in RBTools0.5.7 and RB1.7.7.1

2014-06-05 Thread Christian Hammond
Yep, it’ll be safe. RBTools 0.6 is compatible with Review Board 1.7.x (and in fact was released and being used before 2.0 was released). Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 5,

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Bruce Cran
Hi Christian, It reduced rebuild_index to around 15 minutes and update_index to 20: user@host:~$ sudo time rb-site manage /var/www/reviews rebuild_index ... All documents removed. Indexing 23550 review requests 443.30user 15.45system 8:07.01elapsed 94%CPU (0avgtext+0avgdata 1655104maxresident)k

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Christian Hammond
That’s better, but not good enough. Patch your install with this (on top of the existing patch): https://reviews.reviewboard.org/r/5937/ Then pass —age. Something like —age=10 (hours) will be fine to test with. It should only re-index review requests updated in the past 10 hours. Christian

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Christian Hammond
What Linux distro is this? Something is badly misconfigured or broken somewhere below the Review Board level. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 5, 2014 at 3:08:15 AM, Kuldeep

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Bruce Cran
I don't seem to have access to that review. -- Bruce On Thu, Jun 5, 2014 at 1:54 PM, Christian Hammond christ...@beanbaginc.com wrote: That’s better, but not good enough. Patch your install with this (on top of the existing patch): https://reviews.reviewboard.org/r/5937/ -- Get the

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Christian Hammond
It would probably be helpful if I published it… Try now :) Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 5, 2014 at 1:00:25 PM, Bruce Cran (bruce.c...@gmail.com) wrote: I don't seem to

Re: Incremental index bug after upgrade from 1.7 to 2.0?

2014-06-05 Thread Bruce Cran
That's much better! With rb-site manage /var/www/reviews update_index -- --age=1 it just takes a few seconds to run. -- Bruce On Thu, Jun 5, 2014 at 2:02 PM, Christian Hammond christ...@beanbaginc.com wrote: It would probably be helpful if I published it… Try now :) Christian --

Using rbt post to review topmost patch of mq series

2014-06-05 Thread Bruce Cran
In 1.7, it was possible to generate a review request of the topmost changeset patch1 - e.g.: hg qapplied patch1 patch2 patch3 patch4 ... by creating a diff of patch2-patch4 and uploading it via the web interface as the parent diff. How do I do the same in 2.x using 'rbt post'? Uploading the

Re: Using rbt post to review topmost patch of mq series

2014-06-05 Thread Christian Hammond
I don’t know of anything on the RB side that would have changed here. It should just accept what’s given by the client. Were you able to do it before with RBTools? If you’re just trying to post the top-most commit, then (at least with Git) you’d do:     $ rbt post HEAD Replace HEAD with

Re: Using rbt post to review topmost patch of mq series

2014-06-05 Thread Bruce Cran
I don't know if it used to work with RBTools, but people have said it used to work with 'hg postreview -m qparent'. Running 'rbt post tip' or 'rbt post --parent=qparent tip' results in Review Board saying it can't display the diff where there are changes in a file which also has changes in other

Re: Extensions with Custom Fields

2014-06-05 Thread Alan Ray
Thanks Christian! I appreciate it! On Wednesday, June 4, 2014 10:47:20 PM UTC-4, Christian Hammond wrote: Hi Alan, Looks like you set ‘fieldset_id’ and not ‘field_id’, which would cause this problem. Christian -- Christian Hammond - chri...@beanbaginc.com javascript: Review Board -

Re: CRITICAL: tuple index out of range error with RBTools 0.6 and Mercurial

2014-06-05 Thread OPL X
Hello again, I tried: rbt post --tracking-branch=default and came up with the same error. I will try to take a bit of a deeper look as to what may be going on with Mercurial. On the same test machine that I am using, Subversion works without any problems. If I discover the reason, I will

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Kuldeep singh
Hi Christian, First I want to say thanks for taking much interest in my problem. I am providing all the things i did for reviewboard installation. *Os: Ubuntu 12.04.4 LTS (GNU/Linux 3.5.0-23-generic x86_64)* This was a fresh machine when I started installation. I installed following things;

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Christian Hammond
When you ran ‘rb-site install’, you specified a site root as ‘/‘, but you’re attempting to access as ‘/reviews.com’. It needs to be one or the other, or it wouldn’t work. I’m also wondering if you should just leave out the ‘.com’ from any subdirectory, in case Apache’s being overly protective

Re: Review Board Installation: Bad Request (400)

2014-06-05 Thread Kuldeep singh
I reinstalled, with Root Path = /reviews/ and dropped .com form directory. But still same problem. *http://192.168.206.24/reviews http://192.168.206.24/reviews.com* Kuldeep On Friday, June 6, 2014 10:16:54 AM UTC+5:30, Christian Hammond wrote: When you ran ‘rb-site install’, you specified a

Issue 3401 in reviewboard: Repository listing shows commits not belonging to the chosen branch

2014-06-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3401 by richard@gmail.com: Repository listing shows commits not belonging to the chosen branch http://code.google.com/p/reviewboard/issues/detail?id=3401 *** READ THIS BEFORE POSTING! *** *** You must complete this

Issue 3402 in reviewboard: Include revision of the commits shown in the repository listing of a branch

2014-06-05 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3402 by richard@gmail.com: Include revision of the commits shown in the repository listing of a branch http://code.google.com/p/reviewboard/issues/detail?id=3402 *** For customer support, please post to

Re: Issue 3401 in reviewboard: Repository listing shows commits not belonging to the chosen branch

2014-06-05 Thread reviewboard
Updates: Status: Confirmed Labels: Milestone-Release2.0.x Component-PostCommitUI Comment #1 on issue 3401 by chip...@gmail.com: Repository listing shows commits not belonging to the chosen branch http://code.google.com/p/reviewboard/issues/detail?id=3401 (No comment was

Re: Issue 3402 in reviewboard: Include revision of the commits shown in the repository listing of a branch

2014-06-05 Thread reviewboard
Updates: Status: Confirmed Labels: Milestone-Release2.0.x Component-PostCommitUI Comment #1 on issue 3402 by chip...@gmail.com: Include revision of the commits shown in the repository listing of a branch http://code.google.com/p/reviewboard/issues/detail?id=3402 Seems like a

Issue 3403 in reviewboard: Getting Something Broke error from the server Active Directory authentication with correct password.

2014-06-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3403 by shivai...@gmail.com: Getting Something Broke error from the server Active Directory authentication with correct password. http://code.google.com/p/reviewboard/issues/detail?id=3403 *** READ THIS BEFORE POSTING! ***

Re: Issue 3403 in reviewboard: Getting Something Broke error from the server Active Directory authentication with correct password.

2014-06-05 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3403 by chip...@gmail.com: Getting Something Broke error from the server Active Directory authentication with correct password. http://code.google.com/p/reviewboard/issues/detail?id=3403 This sounds like a local problem in your company's

Re: Issue 3403 in reviewboard: Getting Something Broke error from the server Active Directory authentication with correct password.

2014-06-05 Thread reviewboard
Comment #2 on issue 3403 by shivai...@gmail.com: Getting Something Broke error from the server Active Directory authentication with correct password. http://code.google.com/p/reviewboard/issues/detail?id=3403 Yeah I'm the admin of both ad and reviewboard. When I use wrong password it work

Re: Issue 3403 in reviewboard: Getting Something Broke error from the server Active Directory authentication with correct password.

2014-06-05 Thread reviewboard
Comment #3 on issue 3403 by chip...@gmail.com: Getting Something Broke error from the server Active Directory authentication with correct password. http://code.google.com/p/reviewboard/issues/detail?id=3403 Anything in the reviewboard.log file? If there's a Something Broke message, you

Issue 3404 in reviewboard: A list of users should be presented when choosing reviewers

2014-06-05 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3404 by richard@gmail.com: A list of users should be presented when choosing reviewers http://code.google.com/p/reviewboard/issues/detail?id=3404 *** For customer support, please post to

Re: Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-06-05 Thread reviewboard
Updates: Status: Fixed Comment #6 on issue 3352 by chip...@gmail.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 (No comment was entered for this change.) -- You received this message because this

Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-06-05 Thread reviewboard
Updates: Status: PendingReview Owner: chip...@gmail.com Labels: -Priority-Medium Priority-Critical Milestone-Release2.0.x Component-SCMTools Comment #4 on issue 3317 by chip...@gmail.com: Can't add SVN repositories with untrusted certificate

Issue 3405 in reviewboard: The Next link in API response is wrong for non-standard queries for review requests

2014-06-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3405 by rafal.wo...@gmail.com: The Next link in API response is wrong for non-standard queries for review requests http://code.google.com/p/reviewboard/issues/detail?id=3405 *** READ THIS BEFORE POSTING! *** *** You must

Re: Issue 3405 in reviewboard: The Next link in API response is wrong for non-standard queries for review requests

2014-06-05 Thread reviewboard
Comment #1 on issue 3405 by rafal.wo...@gmail.com: The Next link in API response is wrong for non-standard queries for review requests http://code.google.com/p/reviewboard/issues/detail?id=3405 Would you be so kind to remove our RB address from XML code above? It looks like I am not able

Re: Issue 3405 in reviewboard: The Next link in API response is wrong for non-standard queries for review requests

2014-06-05 Thread reviewboard
Updates: Status: NeedInfo Comment #2 on issue 3405 by trowb...@gmail.com: The Next link in API response is wrong for non-standard queries for review requests http://code.google.com/p/reviewboard/issues/detail?id=3405 I'm also not able to edit it--I can only delete the entire thing.

Re: Issue 3405 in reviewboard: The Next link in API response is wrong for non-standard queries for review requests

2014-06-05 Thread reviewboard
Comment #3 on issue 3405 by rafal.wo...@gmail.com: The Next link in API response is wrong for non-standard queries for review requests http://code.google.com/p/reviewboard/issues/detail?id=3405 Yes, please delete this issue in that case and sorry for posting duplicated bug. -- You

Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-06-05 Thread reviewboard
Updates: Status: Fixed Comment #5 on issue 3317 by chip...@gmail.com: Can't add SVN repositories with untrusted certificate http://code.google.com/p/reviewboard/issues/detail?id=3317 Fixed on release-2.0.x (da8ea22) -- You received this message because this project is configured to