• 
      

    Switch all references to reviewboard.org to use https.

    Review Request #6128 — Created July 21, 2014 and submitted

    Information

    Review Board
    release-1.7.x
    10cbcdc...

    Reviewers

    This updates all the references to reviewboard.org to use https:// and
    not http://. Most of these aren't very important, but some (such as
    release.py) are necessary.

    Went through the diff and verified the links.

    Description From Last Updated

    'DNS' imported but unused

    reviewbot reviewbot

    'S3BotoStorage' imported but unused

    reviewbot reviewbot

    'CouchDBStorage' imported but unused

    reviewbot reviewbot

    local variable 'e' is assigned to but never used

    reviewbot reviewbot

    import 'choice' from line 16 shadowed by loop variable

    reviewbot reviewbot

    import 'choice' from line 16 shadowed by loop variable

    reviewbot reviewbot

    'from settings_local import *' used; unable to detect undefined names

    reviewbot reviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/admin/checks.py
          reviewboard/settings.py
          contrib/internal/release.py
          docs/releasenotes/conf.py
          reviewboard/admin/widgets.py
          reviewboard/admin/urls.py
          reviewboard/cmdline/rbsite.py
          setup.py
      
      Ignored Files:
          reviewboard/static/rb/js/datastore.js
          reviewboard/templates/reviews/new_review_request.html
          reviewboard/templates/base.html
      
      
    2. reviewboard/admin/checks.py (Diff revision 1)
       
       
      Show all issues
       'DNS' imported but unused
      
    3. reviewboard/admin/checks.py (Diff revision 1)
       
       
      Show all issues
       'S3BotoStorage' imported but unused
      
    4. reviewboard/admin/checks.py (Diff revision 1)
       
       
      Show all issues
       'CouchDBStorage' imported but unused
      
    5. reviewboard/cmdline/rbsite.py (Diff revision 1)
       
       
      Show all issues
       local variable 'e' is assigned to but never used
      
    6. reviewboard/cmdline/rbsite.py (Diff revision 1)
       
       
      Show all issues
       import 'choice' from line 16 shadowed by loop variable
      
    7. reviewboard/cmdline/rbsite.py (Diff revision 1)
       
       
      Show all issues
       import 'choice' from line 16 shadowed by loop variable
      
    8. reviewboard/settings.py (Diff revision 1)
       
       
      Show all issues
       'from settings_local import *' used; unable to detect undefined names
      
    9. 
        
    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/admin/checks.py
          reviewboard/settings.py
          contrib/internal/release.py
          docs/releasenotes/conf.py
          reviewboard/admin/widgets.py
          reviewboard/admin/urls.py
          reviewboard/cmdline/rbsite.py
          setup.py
      
      Ignored Files:
          reviewboard/static/rb/js/datastore.js
          reviewboard/templates/reviews/new_review_request.html
          reviewboard/templates/base.html
      
      
    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (ea83655)