<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/v2/cli/reverse.py, branch 2.0.0</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<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://git.baserock.org/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>Merge "Adds changes related to py3 compatibility"</title>
<updated>2015-11-30T20:00:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-30T20:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=43a7374a471c0231c54dd12c41ed336f7cfba3be'/>
<id>43a7374a471c0231c54dd12c41ed336f7cfba3be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve logging in designateclient</title>
<updated>2015-11-25T10:42:55+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-11-25T10:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=849ce56a1657c3c66dcd595baa0adcd1235a1d1e'/>
<id>849ce56a1657c3c66dcd595baa0adcd1235a1d1e</id>
<content type='text'>
We should delegate (when possible) formatting to the logger in order to
perform formatting only when needed, by using:

 LOG.&lt;level&gt;(message, data)

instead of:

 LOG.&lt;level&gt;(message % data)

This change corrects some incorrect indentations in logs

Change-Id: Ida8ab2958563f0752f20490f033922a60c1c1c01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should delegate (when possible) formatting to the logger in order to
perform formatting only when needed, by using:

 LOG.&lt;level&gt;(message, data)

instead of:

 LOG.&lt;level&gt;(message % data)

This change corrects some incorrect indentations in logs

Change-Id: Ida8ab2958563f0752f20490f033922a60c1c1c01
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds changes related to py3 compatibility</title>
<updated>2015-11-24T11:05:14+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-11-24T10:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fa5f6c4b56772ed9f8779a8ffb0d47245c49e1bd'/>
<id>fa5f6c4b56772ed9f8779a8ffb0d47245c49e1bd</id>
<content type='text'>
This patch replaces map() and zip() with six.moves.map()
and six.moves.zip() respectively  to provide py2/3
compatibility.

Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b
Partially-Implements: blueprint designate-py3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces map() and zip() with six.moves.map()
and six.moves.zip() respectively  to provide py2/3
compatibility.

Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b
Partially-Implements: blueprint designate-py3
</pre>
</div>
</content>
</entry>
<entry>
<title>Add formatting of output data</title>
<updated>2015-09-16T10:57:07+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-09-14T14:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=32ead48dc8edfb9a37c72cc59a9ea98f8ec3ee97'/>
<id>32ead48dc8edfb9a37c72cc59a9ea98f8ec3ee97</id>
<content type='text'>
Show records on seperate lines when doing show / commands on recordsets.
Remove resource['link']

Change-Id: I93e5e7c382d0b97c37b8e4b6c8cfad94488290ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show records on seperate lines when doing show / commands on recordsets.
Remove resource['link']

Change-Id: I93e5e7c382d0b97c37b8e4b6c8cfad94488290ba
</pre>
</div>
</content>
</entry>
<entry>
<title>V2 CLI Support</title>
<updated>2015-09-02T13:54:08+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-05-12T08:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f7d4dbbff5e8cf3d438979836c3957c8c23a1a04'/>
<id>f7d4dbbff5e8cf3d438979836c3957c8c23a1a04</id>
<content type='text'>
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
</pre>
</div>
</content>
</entry>
</feed>
