Uh oh!
There was an error while loading. Please reload this page.
Decouple connection from Blob - #823
Conversation
coveralls
commented
Apr 14, 2015
5cf9023 to
a54b630Comparedhermes
commented
Apr 15, 2015
@tseaver I imagine this being a transient issue since at some point I'm not sure what would need to be checked either. |
tseaver
commented
Apr 16, 2015
@dhermes in the tests, we should pass |
dhermes
commented
Apr 16, 2015
The heisenbug that @jgeewax fixed in #834 raised it's head here too. Only the 2nd time I had seen (build failure was first). Will rebase. @tseaver All the They are moving towards no connection anywhere, so falling back is a no-no. |
a54b630 to
ca34a4aComparecoveralls
commented
Apr 16, 2015
tseaver
commented
Apr 16, 2015
That's why having the bucket initialized with an invalid connection is the Right Thing (TM): it ensures that fallback cannot cause the test to succeed. |
dhermes
commented
Apr 16, 2015
Gotcher. Current plan is to cherry-pick each of the 5 commits and then replace LMK if this is a bad idea. |
This is to blob and bucket can use it without import cycles.
tseaver
commented
Apr 16, 2015
SGTM |
Allowing the default connection to be used or direct use of a credentials object.
Allowing the default connection to be used.
Allowing the default connection to be used as fallback or takes an explicit connection argument.
Allowing the default connection to be used as fallback or takes an explicit connection argument.
ca34a4a to
60d43acComparedhermes
commented
Apr 16, 2015
@tseaver PTAL |
coveralls
commented
Apr 16, 2015
tseaver
commented
Apr 16, 2015
LGTM |
dhermes
commented
Apr 16, 2015
tseaver
commented
Apr 16, 2015
How do you see the split? |
dhermes
commented
Apr 16, 2015
Can you handle the methods in Then we "converge" and remove the |
tseaver
commented
Apr 16, 2015
OK. I just inventoried those methods in #825. |
dhermes
commented
Apr 16, 2015
Awesome! Thanks |
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@0da1658 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5cddfe2fb5019bbf78335bc55f15bc13e18354a56b3ff46e1834f8e540807f05 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
🤖 I have created a release \*beep\* \*boop\* --- ### [0.43.2](https://www.github.com/googleapis/gapic-generator-python/compare/v0.43.1...v0.43.2) (2021-03-24) ### Bug Fixes * add certain raw imports to RESERVED_NAMES ([#824](https://www.github.com/googleapis/gapic-generator-python/issues/824)) ([04bd8aa](https://www.github.com/googleapis/gapic-generator-python/commit/04bd8aaf0fc2c2c0615105cab39dc33266b66775)) * Update module alias to resolve naming conflict ([#820](https://www.github.com/googleapis/gapic-generator-python/issues/820)) ([f5e9f36](https://www.github.com/googleapis/gapic-generator-python/commit/f5e9f367ec6a72b4272f559a93f6fbb3d7e54b8b)), closes [#819](https://www.github.com/googleapis/gapic-generator-python/issues/819) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Source-Link: googleapis/synthtool@cb96037 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
NOTE: Has #822 as diffbase.Towards #728
@tseaver I made a separate commit for each method with used
Blob.connectionbut can combine them if you like.I wanted to get rid of the
Blob.connectionproperty, but_PropertyMixin.reload()and_PropertyMixin.patch()use it as well asObjectACL.reload()andObjectACL.save().