FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Moving to iterators in DNS. by dhermes · Pull Request #2560 · googleapis/google-cloud-python · GitHub

Moving to iterators in DNS. - #2560

Merged
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:dns-iterators-alt
Oct 19, 2016
Merged

Moving to iterators in DNS.#2560
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:dns-iterators-alt

Conversation

dhermes commented Oct 18, 2016
edited
Loading

Copy link
Copy Markdown
Contributor

Alternative to #2532 with #2558 as diffbase.

dhermes added the api: dns Issues related to the Cloud DNS API. label Oct 18, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 18, 2016
passed, defaults to a value set by the API.

:type page_token: string
:type page_token: str

This comment was marked as spam.

description=description)


def _item_to_zone(iterator, resource):

This comment was marked as spam.

client=client, path=path, items_key='changes',
item_to_value=_item_to_changes,
page_token=page_token, max_results=max_results)
iterator.zone = self

This comment was marked as spam.

This comment was marked as spam.

tseaver commented Oct 18, 2016

Copy link
Copy Markdown
Contributor

Travis failure is due to pylint:

************* Module unit_tests.test_zone
R:600, 4: Too many statements (51/50) (too-many-statements)

dhermes commented Oct 18, 2016

Copy link
Copy Markdown
Contributor Author

Yup, saw that. It's from adding self.assertIs(zone, iterator.zone) and not re-running Pylint locally. D'oh!

dhermes merged commit 3d28a5c into googleapis:master Oct 19, 2016
dhermes deleted the dns-iterators-alt branch October 19, 2016 00:05
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
ohmayr pushed a commit that referenced this pull request Mar 13, 2026
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: dns Issues related to the Cloud DNS API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL