Re: Git repository setting

2013-05-20 Thread Yang Fan
Hi Christian, I noticed this issue was discovered last year. Have you solved the bitbucket git integration issue? Thank you! Yang. On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote: You'd need to upload the private key to Review Board. Review Board needs a key it can use

Re: Git repository setting

2013-05-20 Thread David Trowbridge
Unfortunately not. We've repeatedly asked BitBucket if they can implement the relatively trivial API that ReviewBoard needs, and as of yet they haven't. -David On Sun, May 19, 2013 at 11:07 PM, Yang Fan bunnyc1...@gmail.com wrote: Hi Christian, I noticed this issue was discovered last year.

Re: Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-20 Thread Michael Zhu
Dear Christian, Version of Django Evolution is 0.6.9. Michael On Mon, May 20, 2013 at 3:07 AM, Christian Hammond chip...@gmail.comwrote: Hi Michael, Can you check what version of Django Evolution you have installed? You should try to upgrade that if it's below 0.6.9. Christian On May

Re: Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-20 Thread Christian Hammond
Hi Michael, Can you run the following for me and show me the output: $ rb-site manage /path/to/site list-evolutions It sounds like it's trying to apply an evolution due to thinking your database has something (based on a previous evolution-stored signature showing you had it), but it's not

Re: Instant Messaging (XMPP) extension

2013-05-20 Thread adam.coll...@gmail.com
Hi, I just tried installing this (easy_install) and ran into some problems after configuration: 1. I noticed it added a new (broken) link to the dashboard which (when clicked) gives a traceback ending with TemplateDoesNotExist: rbxmppnotification/dashboard.html Is this link supposed to exist?

Creating a review with Python API

2013-05-20 Thread Dave Johnston
Hi, I've been trying to following the documentation here: http://www.reviewboard.org/docs/rbtools/0.5/api/tutorial/ To create a review for a existing review request, and then add a comment to the review. Unfortunately I'm not getting far. I've tried the following: root = client.get_root()

Re: Creating a review with Python API

2013-05-20 Thread Steven MacLeod
Hi, 'root.get_review_requests().get_self(id='15583', repository=repository)' will result in a GET http://.../api/review_requests/?id=15583repository=id What you're looking for is 'root.get_review_requests().get_item(15583)', or alternatively 'root.get_review_request(review_request_id=15583). The

Issue 2981 in reviewboard: Delete a draft from submitted review.

2013-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2981 by philippe...@gmail.com: Delete a draft from submitted review. http://code.google.com/p/reviewboard/issues/detail?id=2981 What version are you running? 1.7.7.1 What's the URL of the page this enhancement

Issue 2982 in reviewboard: Allow reviewer to drop issue from summary view

2013-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2982 by rad...@gmail.com: Allow reviewer to drop issue from summary view http://code.google.com/p/reviewboard/issues/detail?id=2982 What version are you running? Review Board 1.7.7.1 What's the URL of the page this

Re: Issue 1874 in reviewboard: post-review does not properly parse diffs between commits in a branch on a git-svn repository

2013-05-20 Thread reviewboard
Comment #7 on issue 1874 by fr...@thefoundry.co.uk: post-review does not properly parse diffs between commits in a branch on a git-svn repository http://code.google.com/p/reviewboard/issues/detail?id=1874 kognate's patch fixes my issues (exactly as described by Jordan) when trying to