Skip to content

Making regression3 pass - #756

Merged
dhermes merged 4 commits into
googleapis:masterfrom
dhermes:oauth2client-use-master
Mar 27, 2015
Merged

Making regression3 pass#756
dhermes merged 4 commits into
googleapis:masterfrom
dhermes:oauth2client-use-master

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

NOTE: As in googleapis/oauth2client#126, using %s for a Py2 and Py3 codebase caused us issues in _unpack_batch_response

- Incorporates changes from googleapis#724.
- Also requires httplib2 from HEAD since the bytes/unicode
header issues have not been released on PyPI yet.
@dhermesdhermes added the api: storage Issues related to the Cloud Storage API. label Mar 24, 2015
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 24, 2015
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 1b94f9f on dhermes:oauth2client-use-master into 3b04fdb on GoogleCloudPlatform:master.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver PTAL

Comment threadgcloud/storage/batch.py Outdated

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

- Adding test for branch miss in credentials._get_signed_query_params
- Making storage.batch._unpack_batch_response work correctly in
Python2 and Python3 (parser expects str in both)
NOTE: Yet again %s caused issues between Py2 and Py3 (as in the PR googleapis#126
in oauth2client).
@dhermes
dhermesforce-pushed the oauth2client-use-master branch from 1b94f9f to fdb1d23CompareMarch 27, 2015 15:41
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling fdb1d23 on dhermes:oauth2client-use-master into d34a15e on GoogleCloudPlatform:master.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM, module adding the comment to _unpack_batch_response.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver I made a new commit from my phone. PTAL and then I'll merge if Travis passes.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 73bb5bb on dhermes:oauth2client-use-master into d34a15e on GoogleCloudPlatform:master.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Mar 27, 2015
@dhermes
dhermes merged commit 4785201 into googleapis:masterMar 27, 2015
@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver should we add regression3 to .travis.yaml now that it passes?

@tseaver

Copy link
Copy Markdown
Contributor

SGTM

@dhermes
dhermes deleted the oauth2client-use-master branch March 28, 2015 08:17
@dhermesdhermes mentioned this pull request Apr 9, 2015
parthea pushed a commit that referenced this pull request Nov 22, 2025
* docs: Fix formatting of request arg in docstring
chore: Update gapic-generator-python to v1.9.1
PiperOrigin-RevId: 518604533
Source-Link: googleapis/googleapis@8a085ae
Source-Link: googleapis/googleapis-gen@b2ab4b0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9
* 🦉 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>
parthea pushed a commit that referenced this pull request Nov 24, 2025
#760)
Fix for #756. Under certain circumstances, flattened, repeated fields
could be duplicated during request construction.
parthea pushed a commit that referenced this pull request Nov 24, 2025
* 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>
Co-authored-by: Daniel Sanche <sanche@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
…p/templates/python_library/.kokoro (#756)
Source-Link: googleapis/synthtool@d0f51a0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 25, 2025
…p/templates/python_library/.kokoro (#756)
Source-Link: googleapis/synthtool@d0f51a0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
…756)
Source-Link: googleapis/synthtool@8e55b32
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storageIssues related to the Cloud Storage API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@coveralls@tseaver@googlebot