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/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d072f6
Choose a base ref
...
head repository: googleapis/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22eeb2f
Choose a head ref
  • 19 commits
  • 21 files changed
  • 7 contributors

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    4ed5666 View commit details
    Browse the repository at this point in the history
  2. tests: fix system tests (#219)

    Co-authored-by: Tres Seaver <[email protected]>
    HemangChothani and tseaver authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e089b28 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. testing: fix / skip systests broken by dependency releases (#227)

    See #226.  This PR doesn't *fix* the issue, because the KMS breakage
    still exists:  it just skips the KMS systests under Python3, until we have
    dropped support for Python2.
    tseaver authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    9895bdf View commit details
    Browse the repository at this point in the history
  2. docs: update docs build (via synth) (#222)

    * migrate to Trampoline V2
    * add docs-presubmit job
    * create docfx yaml files and upload them to another bucket
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Thu Jul 30 18:26:35 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 39b527a39f5cd56d4882b3874fc08eed4756cebe
    Source-Link: googleapis/synthtool@39b527a
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Fri Jul 31 16:17:13 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669
    Source-Link: googleapis/synthtool@bfcdbe0
    
    Co-authored-by: Tres Seaver <[email protected]>
    yoshi-automation and tseaver authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    4c5adfa View commit details
    Browse the repository at this point in the history
  3. feat: pass 'client_options' to base class ctor (#225)

    packaging: pin 'google-cloud-core >= 1.4.0'
    
    Closes #210
    tseaver authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e1f91fc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    e8a8638 View commit details
    Browse the repository at this point in the history
  2. feat: rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as…

    …_text' (#182)
    
    Leave 'Blob.download_as_string' as a deprecated alias for 'download_as_bytes'.
    
    Co-authored-by: Tres Seaver <[email protected]>
    HemangChothani and tseaver authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    73107c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. chore(py_library): add some excludes in docs/conf.py (#233)

    This should fix build failures in python-bigquery.
    Example:
    googleapis/python-bigquery#205
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Mon Aug 3 15:08:00 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 4f8f5dc24af79694887385015294e4dbb214c352
    Source-Link: googleapis/synthtool@4f8f5dc
    
    Co-authored-by: Tres Seaver <[email protected]>
    yoshi-automation and tseaver authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    3514132 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    acea15b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. fix: extract hashes correctly during download (#238)

    Co-authored-by: Tres Seaver <[email protected]>
    HemangChothani and tseaver authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    23cfb65 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    cd95200 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    413f7b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. feat(storage): add support of daysSinceNoncurrentTime and noncurrentT…

    …imeBefore (#162)
    
    * feat(storage): add support of daysSinceNoncurrentTime and noncurrentTimeBefore
    
    * feat(storage): fix code coverage
    
    * feat(storage): add custom method to convert datetime to string
    
    * feat(storage): remove custom method as server support microsec
    
    * feat(storage): change the return type of noncurrent_time_before
    
    * feat(storage): change non_current_time type from datetime to date
    
    * feat: nit
    
    Co-authored-by: Jonathan Lui <[email protected]>
    Co-authored-by: Frank Natividad <[email protected]>
    3 people authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    136c097 View commit details
    Browse the repository at this point in the history
  2. fix: change datetime.now to utcnow (#251)

    Fixes #228  🦕
    
    I think it's related to #244 issue so changed datetime.now() to datetime.utcnow()
    HemangChothani authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3465d08 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. feat: error message return from api (#235)

    * feat(storage): error message retyrn from api
    
    * feat: add comment for clarification
    
    * fix: remove unknown error
    
    Co-authored-by: Tres Seaver <[email protected]>
    Co-authored-by: Frank Natividad <[email protected]>
    3 people authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a8de586 View commit details
    Browse the repository at this point in the history
  2. feat: add support for 'Blob.custom_time' and lifecycle rules (#199)

    * feat(storage): add support of custom time metadata and timestamp
    
    * feat(storage): change the return type of custom_time_before
    
    * feat(storage): add setter method
    
    * feat(storage): add test for None value
    
    * feat(storage): changes in unittest
    
    * feat(storage): change custom_time type to date
    
    * feat: change custom_time to datetime
    
    * feat: nit
    
    Co-authored-by: Jonathan Lui <[email protected]>
    Co-authored-by: Tres Seaver <[email protected]>
    Co-authored-by: Frank Natividad <[email protected]>
    4 people authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    180873d View commit details
    Browse the repository at this point in the history
  3. feat: add configurable checksumming for blob uploads and downloads (#246

    )
    
    Co-authored-by: Tres Seaver <[email protected]>
    Co-authored-by: Frank Natividad <[email protected]>
    3 people authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    23b7d1c View commit details
    Browse the repository at this point in the history
  4. fix: repair mal-formed docstring (#255)

    Co-authored-by: Frank Natividad <[email protected]>
    tseaver and frankyn authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e722376 View commit details
    Browse the repository at this point in the history
  5. chore: release 1.31.0 (#231)

    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated setup.cfg [ci skip]
    
    * chore: updated setup.py
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    22eeb2f View commit details
    Browse the repository at this point in the history
Loading