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

Commits on May 17, 2017

  1. perf(storage): blob downloads gzipped content.

    GET requests now contain the header accept-encoding:gzip
    This improves performance of compressible strings which
    were uploaded as gzips.
    
    The caller is not required to do any decompression
    because decompressiong is handle by the library.
    
    Confusing `IOError: CRC check failed` exceptions will be
    risen in the case of mid-download connection breaks.
    tartavull committed May 17, 2017
    Configuration menu
    Copy the full SHA
    a7a8390 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Merge branch 'master' into master

    Ignacio Tartavull
    Ignacio Tartavull authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9bee63f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Merge branch 'public-master' into tartavull-master

    Luke Sneeringer
    Luke Sneeringer committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    3894ee4 View commit details
    Browse the repository at this point in the history
  2. Fix the syntax error caused by merge.

    Luke Sneeringer
    Luke Sneeringer committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    b4deea1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Fix merge conflict

    The `_make_transport` method is now spelled `_get_transport`.
    tseaver authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    12687da View commit details
    Browse the repository at this point in the history
  2. Ugh, whitespace via in-browser editor

    [ci skip]
    tseaver authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    bb94f95 View commit details
    Browse the repository at this point in the history
Loading