<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/v2/utils.py, branch train-eol</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Add global flags to cli</title>
<updated>2016-06-28T17:03:07+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-28T12:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=3d24d8d3a50db14b7c0d3259f3a1254bfaf49f6a'/>
<id>3d24d8d3a50db14b7c0d3259f3a1254bfaf49f6a</id>
<content type='text'>
This time, try not to break other peoples plugins

Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This time, try not to break other peoples plugins

Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add Global Flags for filtering results"</title>
<updated>2016-06-23T18:54:53+00:00</updated>
<author>
<name>Ben Nemec</name>
<email>bnemec@redhat.com</email>
</author>
<published>2016-06-23T18:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=f2a14a4479dca314d8b75234a0b3061acb577983'/>
<id>f2a14a4479dca314d8b75234a0b3061acb577983</id>
<content type='text'>
Registering these options as global flags pollutes the global opt
namespace and is masking plugin-specific options in other plugins.

Partial-Bug: 1595616

This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f.

Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Registering these options as global flags pollutes the global opt
namespace and is masking plugin-specific options in other plugins.

Partial-Bug: 1595616

This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f.

Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Global Flags for filtering results</title>
<updated>2016-06-01T15:51:34+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-06-01T15:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=0b2b870237b6a332239dcad73cd9cab2634cb44f'/>
<id>0b2b870237b6a332239dcad73cd9cab2634cb44f</id>
<content type='text'>
In the HTTP Headers

--all-projects sets "X-Auth-All-Projects:True"
--edit-managed sets "X-Designate-Edit-Managed:True"
--sudo-project-id &lt;id&gt; sets "X-Auth-Sudo-Project-ID:&lt;id&gt;"

Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the HTTP Headers

--all-projects sets "X-Auth-All-Projects:True"
--edit-managed sets "X-Designate-Edit-Managed:True"
--sudo-project-id &lt;id&gt; sets "X-Auth-Sudo-Project-ID:&lt;id&gt;"

Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the OSC CLI Plugin to walk pages</title>
<updated>2016-01-27T23:24:53+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2016-01-27T20:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=8f3e935f77d1e98c35e0e553c5041cc482167685'/>
<id>8f3e935f77d1e98c35e0e553c5041cc482167685</id>
<content type='text'>
Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e
Closes-Bug: #1538611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e
Closes-Bug: #1538611
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't wildcard resolve names</title>
<updated>2015-08-11T08:12:25+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-08-11T08:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=71f465ca26eb6a3ab3f42159edb3f876d2780383'/>
<id>71f465ca26eb6a3ab3f42159edb3f876d2780383</id>
<content type='text'>
If we wilcard resolve names like if a user passes in "foo" and there's
a domain or entity called "foo.io" it will match and return foo.io.

Removing the *name* makes it match the wanted behaviour.

Change-Id: I0c0167384952d5d302909b06a3f5597add8f9ff9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we wilcard resolve names like if a user passes in "foo" and there's
a domain or entity called "foo.io" it will match and return foo.io.

Removing the *name* makes it match the wanted behaviour.

Change-Id: I0c0167384952d5d302909b06a3f5597add8f9ff9
</pre>
</div>
</content>
</entry>
<entry>
<title>V2 Bindings</title>
<updated>2015-05-07T15:23:09+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2014-11-13T08:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-designateclient.git/commit/?id=2a2c85ce21cd03ba871f0b44195e7ed22e680d62'/>
<id>2a2c85ce21cd03ba871f0b44195e7ed22e680d62</id>
<content type='text'>
This provides bindings for:

- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers

With associated unit tests.

Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides bindings for:

- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers

With associated unit tests.

Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
</pre>
</div>
</content>
</entry>
</feed>
