Fix usage of _api_get in GitLab.

Review Request #6210 — Created Aug. 8, 2014 and submitted

Information

Review Board
master
17361d3...

Reviewers

A change to the GitLab implementation to add support for more than 100 repos
ended up breaking things, because it changed the return signature of _api_get
without fixing up all the call sites. With the addition of the headers, we now
need to extract the first part of the tuple instead of just using the return
value directly.

Ran unit tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/hostingsvcs/gitlab.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/hostingsvcs/gitlab.py
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (9f42418)
Loading...