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.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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:

> 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.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 message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:

> 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 
> wrote:
>
> 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, say, /usr/local/python27 is totally easy and
> I have no problem doing that. But what I can't find in the documentation is
> whether or not it's possible to change which python binaries/libraries
> reviewboard uses without completely recompiling and installing. And since
> we use easy_install, that seems like it would make it even more complicated.
>
> Is there a known, working method for installing python2.7 side-by-side on
> a CentOS 6 machine, and getting an existing reviewboard installation to
> recognize it?
>
> --
> 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 message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/fyCiYhx41KU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Zachary Gallagher
System Administrator
Remcom, Inc.
315 S. Allen St., Ste 420
State College, PA 16801
Office:  814-861-1299 x298
Mobile:  814-218-3762

-- 
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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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  
> wrote:
> 
> 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, say, /usr/local/python27 is totally easy and I 
> have no problem doing that. But what I can't find in the documentation is 
> whether or not it's possible to change which python binaries/libraries 
> reviewboard uses without completely recompiling and installing. And since we 
> use easy_install, that seems like it would make it even more complicated.
> 
> Is there a known, working method for installing python2.7 side-by-side on a 
> CentOS 6 machine, and getting an existing reviewboard installation to 
> recognize it?
> 
> -- 
> 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 message because you are subscribed to the Google Groups 
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to reviewboard+unsubscr...@googlegroups.com 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 von Campe wrote:
>
> 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  > wrote:
>
> 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, say, /usr/local/python27 is totally easy and 
> I have no problem doing that. But what I can't find in the documentation is 
> whether or not it's possible to change which python binaries/libraries 
> reviewboard uses without completely recompiling and installing. And since 
> we use easy_install, that seems like it would make it even more complicated.
>
> Is there a known, working method for installing python2.7 side-by-side on 
> a CentOS 6 machine, and getting an existing reviewboard installation to 
> recognize it?
>
> -- 
> 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 message because you are subscribed to the Google Groups 
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to reviewboard...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the status for the specific request id? what is 
recommended way to query the request and get specific field?





-- 
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 message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.