Re: Review Board Ticket #4419: ddp util in java

2016-05-31 Thread David Trowbridge
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4419/
--

New update by AJAYMEHRA
For Beanbag, Inc. > Review Board > Ticket #4419


Reply:

This doesn't appear to be a bug report about Review Board.


Status:
- New
+ Invalid

-- 
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.


Re: Review Board Ticket #4419: ddp util in java

2016-05-31 Thread AJAY MEHRA
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4419/
--

New update by AJAYMEHRA
For Beanbag, Inc. > Review Board > Ticket #4419


Files:
- DdpQuery.java
  

-- 
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 #4419: ddp util in java

2016-05-31 Thread AJAY MEHRA
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4419/
--

New ticket #4419 by AJAYMEHRA
For Beanbag, Inc. > Review Board

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

File attachments:

 * DdpQuery.java
   



--
ddp util in java
==

# What version are you running?


# What's the URL of the page this enhancement relates to, if any?


# Describe the enhancement and the motivation for it.


# What operating system are you using? What browser?


# Please provide any additional information below.

--

-- 
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.