Add the 'visible' parameter into the repository API.

Review Request #4378 — Created Aug. 2, 2013 and submitted

Information

Review Board
master

Reviewers

Add the 'visible' parameter into the repository API.

This change exposes the 'visible' field in Repository through the API. This can
be retrieved and updated through the API, and the list URL now has a
show-invisible query parameter which will list all repositories, not just the
visible ones.
Ran unit tests.
Description From Last Updated

Col: 14 E225 missing whitespace around operator

reviewbotreviewbot

Col: 34 E201 whitespace after '{'

reviewbotreviewbot

Col: 57 E202 whitespace before '}'

reviewbotreviewbot
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        reviewboard/webapi/tests.py
        reviewboard/webapi/resources.py
      Ignored Files:
        reviewboard/scmtools/fixtures/test_scmtools.json
    
    
  2. reviewboard/webapi/resources.py (Diff revision 1)
     
     
    Show all issues
    Col: 14
     E225 missing whitespace around operator
    
  3. reviewboard/webapi/tests.py (Diff revision 1)
     
     
    Show all issues
    Col: 34
     E201 whitespace after '{'
    
  4. reviewboard/webapi/tests.py (Diff revision 1)
     
     
    Show all issues
    Col: 57
     E202 whitespace before '}'
    
  5. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        reviewboard/webapi/tests.py
        reviewboard/webapi/resources.py
      Ignored Files:
        reviewboard/scmtools/fixtures/test_scmtools.json
    
    
  2. 
      
david
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        reviewboard/webapi/tests.py
        reviewboard/webapi/resources.py
      Ignored Files:
        reviewboard/scmtools/fixtures/test_scmtools.json
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        reviewboard/webapi/tests.py
        reviewboard/webapi/resources.py
      Ignored Files:
        reviewboard/scmtools/fixtures/test_scmtools.json
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (1988936).
Loading...