What is the best way to get the status of the review request automatically

2015-11-02 Thread Sam
Hello, What is the best way to get the status of the request as if it is marked as "Submitted", "Ship it", "Pending". What I have found is : rbt api-get http://reviewboard.com/api/review-requests/110 --status=submitted But this gives me all the attributes of the request. How do I get just t

Re: Summary column is shoing None after upgrading to RB 2.5

2015-11-02 Thread Christian Hammond
Hi Sam, This will be in 2.5.1. We announce new releases on the mailing list ( https://www.reviewboard.org/mailing-lists/). Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Mon, Nov 2, 2015 at 6:31

Re: Summary column is shoing None after upgrading to RB 2.5

2015-11-02 Thread Sam
Thanks Chris, Will this be new version? 2.6? Do we get notification for this fix? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.rev

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 80769: ordinal not in range(128)

2015-11-02 Thread Sam
Hi Christian, Do you know what am I missing here? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You rece

Re: HTTP 400, API Error 207 when trying to update a review

2015-11-02 Thread Sam
Any input on how to fix this Error? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this mess

Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Zachary Gallagher
That works for installing Python, and that's fine. And it looks easier than using make altinstall or another method. But it doesn't really address the primary issue which is getting reviewboard to *use* the alternative version of python. On Monday, November 2, 2015 at 5:43:36 PM UTC-5, Alfred v

Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Zachary Gallagher
That works for installing Python, and that's fine. And it looks easier than using make altinstall or another method. But it doesn't really address the primary issue which is getting reviewboard to *use* the alternative version of python. On Mon, Nov 2, 2015 at 5:43 PM, Alfred von Campe wrote: >

Re: Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Alfred von Campe
This is what I do on the CentOS 6 systems I mange: # Install repo file and then Python itself rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/i386/ius-release-1.0-14.ius.el6.noarch.rpm yum install -y python27 python27-virtualenv Alfred > On Nov 2, 2015, at 17:31, Zachary Gallagher

Changing Python Version (2.6 -> 2.7) for Existing Reviewboard Installation on CentOS 6

2015-11-02 Thread Zachary Gallagher
Rather than update the entire OS, I'd like to install python 2.7 on CentOS6. Now, so far as I am aware, there's no method for installing python over the system version without breaking at *least* yum. If not more. Maybe there's a way? But I don't know what it is. So installing python 2.7 as, s

Re: Summary column is shoing None after upgrading to RB 2.5

2015-11-02 Thread Christian Hammond
Hi Sam, This was due to an incompatibility issue with Python 2.6. We'll have a fix out tomorrow for this. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Mon, Nov 2, 2015 at 1:06 PM, Sam wrote:

Summary column is shoing None after upgrading to RB 2.5

2015-11-02 Thread Sam
Hello, After upgrading to RB 2.5 seems summary column showing None if I click on the item though I can see that the summary exist. Is there anything that I need to set to show the summary same as what I had on 2.4. -- Supercharge your Review Board with Power Pack: https://www.reviewboard