Re: Review Board Ticket #4420: Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED', )

2016-06-21 Thread Barret Rennie
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/
--

New update by glob
For Beanbag, Inc. > Review Board > Ticket #4420


Reply:

This has been fixed as b9f5df1b3651393b606c10d865cb09882ca1e30d. Thanks for 
reporting.


Status:
- PendingReview
+ Fixed

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4420: Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED', )

2016-06-20 Thread Barret Rennie
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/
--

New update by glob
For Beanbag, Inc. > Review Board > Ticket #4420


Reply:

A change for this is up at https://reviews.reviewboard.org/r/8253/.

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4420: Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED', )

2016-06-20 Thread Barret Rennie
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/
--

New update by glob
For Beanbag, Inc. > Review Board > Ticket #4420


Reply:

A change for this is up at https://reviews.reviewboard.org/r/8253/.


Status:
- Confirmed
+ PendingReview

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4420: Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED', )

2016-06-07 Thread Christian Hammond
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/
--

New update by glob
For Beanbag, Inc. > Review Board > Ticket #4420


Reply:

Barret, up for taking this on? (Would be nice to have some more eyes on our 
bug tracker integration.) No hurry on this.


Status:
- New
+ Confirmed


Milestones:
+ Release-2.5.x


Tags:
+ Component:HostingServices
+ EasyFix


Assigned to:
+ brennie

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4420: Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED', )

2016-05-31 Thread glob
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/
--

New ticket #4420 by glob
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect


--
Bugzilla info panel contains python unicode objects.  eg. Status: (u'ASSIGNED',)
==

# What version are you running?
2.5.4

# What's the URL of the page containing the problem?
https://reviewboard.mozilla.org/r/6863/

# What steps will reproduce the problem?
1. visit https://reviewboard.mozilla.org/r/6863/ (or any other review request)
2. hover over bug number

# What is broken?

the bug info panel contains:

1153053: (u'Implement command to submit reviews to MozReview using 
git-cinnabar',)
Status: (u'ASSIGNED',)
etc..

# Please provide any additional information below.

the fix for this involves casting the response from bugzilla to a string.  
pretty straight forward.

note: the rest request can be improved by requesting just the fields that 
review board requires (the default is to return all fields, which can be 
expensive).

i have a work around for our instance in 
https://reviewboard.mozilla.org/r/56588/diff/1 most of which i plan on 
providing as a patch for review board itself once i find some time.

--

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.