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/python-glanceclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eayunstack/python-glanceclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 30, 2015

  1. Fix Requests breaking download progress bar

    The move to the requests library (dbb242b) broke the progress bar during
    downloading an image with --progress enabled, due to requests returning
    a generator, which has no __len__ function. This patch adds an iterable
    wrapper which provides the length, sourced from Content-Length headers.
    
    Closes-Bug: #1384664
    
    Change-Id: I48598a824396bc6e7cba69eb3ce32e7c8f30a18a
    
    Signed-off-by: blkart <[email protected]>
    kragniz authored and blkart committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    ab21265 View commit details
    Browse the repository at this point in the history
  2. Remove runtime dependency on python-pbr.

    Signed-off-by: blkart <[email protected]>
    Jakub Ruzicka authored and blkart committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    49dd24a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from blkart/bugfix2

    [RDO package patch]Remove runtime dependency on python-pbr.
    mathslinux committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    a545e71 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from blkart/eayunstack-1.0

    [Fix readmin #4331]Fix Requests breaking download progress bar
    mathslinux committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    49c6e4f View commit details
    Browse the repository at this point in the history
Loading