-
Notifications
You must be signed in to change notification settings - Fork 168
Comparing changes
Open a pull request
base repository: googleapis/python-storage
base: 3d072f6
head repository: googleapis/python-storage
compare: 22eeb2f
- 19 commits
- 21 files changed
- 7 contributors
Commits on Jul 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4ed5666 - Browse repository at this point
Copy the full SHA 4ed5666View commit details -
tests: fix system tests (#219)
Co-authored-by: Tres Seaver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e089b28 - Browse repository at this point
Copy the full SHA e089b28View commit details
Commits on Aug 5, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9895bdf - Browse repository at this point
Copy the full SHA 9895bdfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c5adfa - Browse repository at this point
Copy the full SHA 4c5adfaView commit details -
feat: pass 'client_options' to base class ctor (#225)
packaging: pin 'google-cloud-core >= 1.4.0' Closes #210
Configuration menu - View commit details
-
Copy full SHA for e1f91fc - Browse repository at this point
Copy the full SHA e1f91fcView commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e8a8638 - Browse repository at this point
Copy the full SHA e8a8638View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 73107c3 - Browse repository at this point
Copy the full SHA 73107c3View commit details
Commits on Aug 11, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3514132 - Browse repository at this point
Copy the full SHA 3514132View commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for acea15b - Browse repository at this point
Copy the full SHA acea15bView commit details
Commits on Aug 14, 2020
-
fix: extract hashes correctly during download (#238)
Co-authored-by: Tres Seaver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23cfb65 - Browse repository at this point
Copy the full SHA 23cfb65View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd95200 - Browse repository at this point
Copy the full SHA cd95200View commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 413f7b5 - Browse repository at this point
Copy the full SHA 413f7b5View commit details
Commits on Aug 25, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 136c097 - Browse repository at this point
Copy the full SHA 136c097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3465d08 - Browse repository at this point
Copy the full SHA 3465d08View commit details
Commits on Aug 26, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a8de586 - Browse repository at this point
Copy the full SHA a8de586View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 180873d - Browse repository at this point
Copy the full SHA 180873dView commit details -
feat: add configurable checksumming for blob uploads and downloads (#246
) Co-authored-by: Tres Seaver <[email protected]> Co-authored-by: Frank Natividad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23b7d1c - Browse repository at this point
Copy the full SHA 23b7d1cView commit details -
fix: repair mal-formed docstring (#255)
Co-authored-by: Frank Natividad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e722376 - Browse repository at this point
Copy the full SHA e722376View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 22eeb2f - Browse repository at this point
Copy the full SHA 22eeb2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3d072f6...22eeb2f