Search by filename

2015-02-12 Thread Stefan Seeger
Hi guys, I'm wondering if it is possible to enable searching for the filename of the sources. Is there already something like this? Thanks best regards, Stefan -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you?

Draft not showing in UI

2015-02-12 Thread Akshay Agarwal
When I post something in draft mode through API ,draft is not displayed in UI. Means it does not ask whether you I want to publish the changes or not. It is not working in 2.0.11 but it is working in 1.7.26. Please respond to this quickly. -- Supercharge your Review Board with Power Pack:

Issue 3769 in reviewboard: Cannot publish review request draft that only removes backslashes from description.

2015-02-12 Thread reviewboard
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 3769 by bar...@beanbaginc.com: Cannot publish review request draft that only removes backslashes from description. https://code.google.com/p/reviewboard/issues/detail?id=3769 What version are you running?

Re: rbt post command not working

2015-02-12 Thread Panikera Raj
Hi David, My setup is working fine with 0.7.1. thanks Now I am facing some new issue like: For the first time When I ran rbt post command it worked fine. But later on I have checked out code from different branch, I set setup-repo path and generated .reviewboardrc file, after that I have

Re: rbt post command not working

2015-02-12 Thread Panikera Raj
Hi David, You can see debug info below: rbt post --debug [kodiak@reviews Android_POC_Client]$ rbt post --debug RBTools 0.7.1 Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] Running on Linux-2.6.32-358.el6.x86_64-x86_64-with-redhat-6.4-Santiago Home =

Re: Issue 3769 in reviewboard: Cannot publish review request draft that only removes backslashes from description.

2015-02-12 Thread reviewboard
Comment #1 on issue 3769 by chip...@gmail.com: Cannot publish review request draft that only removes backslashes from description. https://code.google.com/p/reviewboard/issues/detail?id=3769 The reason is that the escaping is a client-side aid to keep your plain text Markdown-safe when

Re: The specified diff file could not be parsed.

2015-02-12 Thread David Trowbridge
Would it be possible for you to test with the just-released 2.0.13? We've improved several aspects of parsing git diffs. -David On Thu Feb 12 2015 at 4:11:53 PM Liam Reimers liam.reim...@gmail.com wrote: I'm having this exact issue as well. Is there any additional information I can post to

Re: The specified diff file could not be parsed.

2015-02-12 Thread Liam Reimers
I'm having this exact issue as well. Is there any additional information I can post to help troubleshoot? RBTools 0.7.1 Python 2.6.9 (unknown, Sep 9 2014, 15:05:12) -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for

Issue 3768 in reviewboard: On the same line I see 2 comments added and I am unable to remove the same. Done.

2015-02-12 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3768 by shiwakan...@gmail.com: On the same line I see 2 comments added and I am unable to remove the same. Done. https://code.google.com/p/reviewboard/issues/detail?id=3768 *** READ THIS BEFORE POSTING! *** *** You must

Re: rbt post command not working

2015-02-12 Thread Panikera Raj
Hi David, Any updated on this. Regards, Panikera On Thursday, February 12, 2015 at 4:19:39 PM UTC+5:30, Panikera Raj wrote: Hi David, You can see debug info below: rbt post --debug [kodiak@reviews Android_POC_Client]$ rbt post --debug RBTools 0.7.1 Python 2.6.6 (r266:84292, Oct 12

Re: Cannot show diff

2015-02-12 Thread Christian Hammond
Hi Anish, That error doesn't sound like something we're generating. Can you show a screenshot of the error? How is the patch being generated? Also 1.5.5 is now 4 years old (well... 3 years, 11 months), and there have been over 70 releases since. I'd have to recommend upgrading, if possible.

Re: rbt post command not working

2015-02-12 Thread Christian Hammond
Hi, It sounds like there aren't any changes to any files in your tree. What does 'svn diff' say? Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Panikera Raj

Re: Draft not showing in UI

2015-02-12 Thread Christian Hammond
Hi, Can you show me exactly how you're posting the changes? Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Akshay Agarwal akshay.agarwal2...@gmail.com Reply: 

Re: Search by filename

2015-02-12 Thread Christian Hammond
Hi, You mean in the search field? You should be able to use file:your-filename to find all matching review requests touching that file. You can see a full list of the supported keywords at  https://www.reviewboard.org/docs/manual/2.0/users/searching/full-text-search/ Christian -- Christian

Cannot show diff

2015-02-12 Thread anish . 84
Hi, I am facing a problem with Review Board (v1.5.5). I am quite new to Review Board. I have used Gerrit before. I have created a review request. In web based UI, when we see View Diff and click on any file, it says This file was skipped. The content cannot be displayed. This is happening

Re: Crazy difficulties trying to upgrade from 1.7.7.1 - any tool for finding/correcting DB problems?

2015-02-12 Thread Christian Hammond
Hi Eric, Glad it works! One suggestion I'd have is to let easy_install do its job with dependencies, rather than trying to manage them all in Ansible. Otherwise you're going to spend a lot of time trying to match up the dependencies. We've seen some users do this and end up with things

Review Board 2.0.13 is out!

2015-02-12 Thread Christian Hammond
Hey everyone, We just put out a release of Review Board 2.0.13. This features several bug fixes, some new features for Subversion and administrators, and API performance improvements when using RBTools 0.7.1+. See the announcement for more info:

Re: Cannot show diff

2015-02-12 Thread anish . 84
Hi Christian, Thanks a for a quick reply. Pointer about patch generation method helped to resolve the issue. Patch wasn't getting generated properly by the wrapper script. That lead to Review Board showing that message. Thanks, Anish On Friday, February 13, 2015 at 9:54:19 AM UTC+5:30,

Re: Crazy difficulties trying to upgrade from 1.7.7.1 - any tool for finding/correcting DB problems?

2015-02-12 Thread Eric Johnson
Hi Christian, Yes, excellent advice to avoid the dependency craziness. For the moment, where my Linux distribution has a package, I favor that over the one from easy install, which simplifies questions like upgrades, security patches, solves a whole bunch of potential issues related to

Re: Issue 3768 in reviewboard: On the same line I see 2 comments added and I am unable to remove the same. Done.

2015-02-12 Thread reviewboard
Updates: Status: Invalid Comment #1 on issue 3768 by trowb...@gmail.com: On the same line I see 2 comments added and I am unable to remove the same. Done. https://code.google.com/p/reviewboard/issues/detail?id=3768 We need you to fill out the entire form with as much detail as you

Re: Crazy difficulties trying to upgrade from 1.7.7.1 - any tool for finding/correcting DB problems?

2015-02-12 Thread Eric Johnson
Hi David, Christian, Thanks for your help so far! Yesterday, I was able to find the time between meetings to try the conversion approach that Christian suggested, and it appeared to work. I have to test it again today, to make sure I didn't somehow trick myself. As for jumping to the later