Review Board 1.6.12 Issue with view diff

2012-10-12 Thread Peer
*Could someone help with below issue. What version are you running?* Review Board 1.6.12 *What's the URL of the page containing the problem?* http://junose-wxp15.englab/reviews/r/9/diff/#index_header *What steps will reproduce the problem?* 1. Generate diff using diff -c and upload through

RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Steve
I have a user who has a review which has been ongoing for several days with numerous comments. Yesterday when he tried to add another comment he received an error page from review board. The error message in the log is: MultipleObjectsReturned: get() returned more than one Review -- it returned

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Steve
I think I found the offending db entry mysql select * from reviews_review where id=49901 \G snip *** 19. row *** id: 183820 review_request_id: 49901 user_id: 439 timestamp: 2012-10-11

Problem in viewing Review Board Diff

2012-10-12 Thread bincy
Hi All, Please help me to resolve this issue.This is really blocking me. I am facing some issue in viewing DIFF in review board .When I press the view diff button,I am getting the error.I tried to unsinstall install django-storages but it didn't help Also settings-File Storage settings page is

RBTools post-review Perforce on Windows. Diff issues.

2012-10-12 Thread dm
Recently upgraded our Reviewboard server, and had to upgrade our version of RBTools as well. (Tried 0.4.1, and 0.4.2) Diffs were coming out all wrong (diffing against non-existent file), and with some checking found that somebody had made some changes to our older version of postreview.py to

Re: Problem in viewing Review Board Diff

2012-10-12 Thread David Trowbridge
How did you create the diff? What's in the .rej file that it's telling you about? -David On Fri, Oct 12, 2012 at 5:05 AM, bincy bincy_k_phi...@yahoo.co.in wrote: Hi All, Please help me to resolve this issue.This is really blocking me. I am facing some issue in viewing DIFF in review board

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Steve
False alarm. Those aren't duplicate entries, they're unique entries in response to the same comment. Back to square 1. On Friday, October 12, 2012 9:43:38 AM UTC-7, Steve wrote: I think I found the offending db entry mysql select * from reviews_review where id=49901 \G snip

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Christian Hammond
You're close. It's two reviews with different IDs from the same user on the same review request that are both still set to public=false. This really shouldn't be happening. It used to, but the cause was found and fixed long ago. Please let us know if it happens again. Christian On Oct 12,

Re: Review Board 1.6.12 Issue with view diff

2012-10-12 Thread Christian Hammond
Review Board can't work with diffs generated manually with a standard 'diff -c'. You'd need to use our post-review tool for Clear Case diffs. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Oct 12,

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Steve
On Friday, October 12, 2012 10:05:39 AM UTC-7, Christian Hammond wrote: You're close. It's two reviews with different IDs from the same user on the same review request that are both still set to public=false. This really shouldn't be happening. It used to, but the cause was found and

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Christian Hammond
Just delete one of the draft reviews. It should take care of it. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Oct 12, 2012 at 10:15 AM, Steve seide.al...@gmail.com wrote: On Friday, October 12,

Re: RB 1.5.5: User can no longer access his own review - MultipleObjectsReturned error

2012-10-12 Thread Steve
Yes, that fixed the problem. Thanks!! --steve On Friday, October 12, 2012 10:20:52 AM UTC-7, Christian Hammond wrote: Just delete one of the draft reviews. It should take care of it. Christian -- Christian Hammond - chi...@chipx86.com javascript: Review Board -

Re: Issue 2766 in reviewboard: Web api 'review-requests' not returning draft review requests

2012-10-12 Thread reviewboard
Comment #1 on issue 2766 by e...@plaxis.com: Web api 'review-requests' not returning draft review requests http://code.google.com/p/reviewboard/issues/detail?id=2766 I call the web-api from my local Windows 7 x64 machine running python 2.7.1 x32. For the connection I use urllib3, which