Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/hacking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/hacking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 5 contributors

Commits on Mar 21, 2014

  1. Set default branch to 0.8.x

    Make gitreview's default branch reflect the branch we are on.
    
    Change-Id: Ib5b6417340a0f7eb5b138385dda723a085dee818
    jogo committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    beb1c15 View commit details
    Browse the repository at this point in the history
  2. Switch over to oslosphinx

    oslosphinx is the new name of oslo.sphinx
    
    Change-Id: I70ac51fcd7148832f94b7aae5049893bc650846d
    Closes-Bug: #1277168
    (cherry picked from commit f487cff)
    dirkmueller authored and jogo committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    de54767 View commit details
    Browse the repository at this point in the history
  3. Add noqa support for H201 (bare except)

    This'll be nice to have in high-level exception handlers that really do want
    to catch *everything*
    
    For example, Swift has some error handling code that is intended to
    prevent exceptions from ever getting back to the user.  Because we
    don't know what exception classes a third-party lib might raise
    (including ones that might not inherit from Exception), it is not
    possible to enumerate all of the possible exceptions so a bare
    except: is the only reasonable option.
    
    Change-Id: I4b44185df6b43316446b37225741523c7c829a3f
    (cherry picked from commit 56c491c)
    clayg authored and jogo committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    7769d97 View commit details
    Browse the repository at this point in the history
  4. Make H202 check honor pep8 #noqa comment

    Several other checks allow for skipping lines with the standard pep8
     #noqa comment. This patch adds this for the H202 rule (don't use
    assertRaises(Exception) as it may be too broad).
    
    Change-Id: I134881298c0a42825764049667aa5b09652935ea
    (cherry picked from commit e7d688c)
    djipko authored and jogo committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    86ef983 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. OpenDev Migration Patch

    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
    OpenDev Sysadmins committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    caa02de View commit details
    Browse the repository at this point in the history
Loading