Fix Bugzilla status and summary in infoboxes

Review Request #8253 — Created June 20, 2016 and submitted

Information

Review Board
release-2.5.x
9e92d10...

Reviewers

For some reason (likely a typo), the summary and status fields from
Bugzilla were being serialized to tuples. This patch fixes that and
also only queries Bugzilla for the summary and status fields to save on
bandwidth and computation server-side.

  • Linked RB to bugzilla.mozilla.org. Saw that the status and summary
    were fixed.
  • Ran unit tests.
Description From Last Updated

Typo in your description: we're -> were

daviddavid
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/hostingsvcs/bugzilla.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/hostingsvcs/bugzilla.py
    
    
  2. 
      
brennie
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/hostingsvcs/bugzilla.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/hostingsvcs/bugzilla.py
    
    
  2. 
      
david
  1. 
      
  2. Show all issues

    Typo in your description: we're -> were

  3. 
      
brennie
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (b9f5df1)
Loading...