Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Moving to iterators in DNS.#2560

Merged
dhermes merged 2 commits into
googleapis:mastergoogleapis/google-cloud-python:masterfrom
dhermes:dns-iterators-altdhermes/google-cloud-python:dns-iterators-altCopy head branch name to clipboard
Oct 19, 2016
Merged

Moving to iterators in DNS.#2560
dhermes merged 2 commits into
googleapis:mastergoogleapis/google-cloud-python:masterfrom
dhermes:dns-iterators-altdhermes/google-cloud-python:dns-iterators-altCopy head branch name to clipboard

Conversation

@dhermes

@dhermes dhermes commented Oct 18, 2016

Copy link
Copy Markdown
Contributor

Alternative to #2532 with #2558 as diffbase.

@dhermes dhermes added the api: dns Issues related to the Cloud DNS API. label Oct 18, 2016
@googlebot 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

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

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 dhermes merged commit 3d28a5c into googleapis:master Oct 19, 2016
@dhermes 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>
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.