Skip to content

feat: add client_options support for api endpoint override - #829

Merged
busunkim96 merged 6 commits into
masterfrom
client-options
Mar 12, 2020
Merged

feat: add client_options support for api endpoint override#829
busunkim96 merged 6 commits into
masterfrom
client-options

Conversation

@busunkim96

@busunkim96busunkim96 commented Feb 28, 2020

Copy link
Copy Markdown
Contributor

There is no manipulation of the endpoint url passed (e.g., storage.googleapis.com -> https://foo.googleapis.com but am happy to be convinced to do otherwise.

Replacement for #705.

Also sneaking in some kokoro config shuffling into this PR. (The status check named "Kokoro" is the real one.)

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 28, 2020
@busunkim96
busunkim96 requested a review from a teamFebruary 28, 2020 22:35
Comment threadtests/test_discovery.py Outdated
@busunkim96busunkim96 self-assigned this Mar 6, 2020

@plamutplamut left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from two suggestions, this might be a good chance to replace all deprecated self.assertEquals() with the recommended self.assertEqual() if it's not totally out of scope.

The Kokoro config changes look fine on the surface, but I don't really know much about them, thus cannot really comment on that.

Comment threadgoogleapiclient/discovery.py
Comment threadgoogleapiclient/discovery.py

@plamutplamut left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now, we just need to resolve a merge conflict.

@busunkim96
busunkim96 requested a review from plamutMarch 12, 2020 17:16
@busunkim96busunkim96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 12, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.kokoro:force-runAdd this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@busunkim96@plamut@googlebot