<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/auth.py, branch stable/liberty</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>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>
<entry>
<title>Update hacking package, fix/ignore new style errors</title>
<updated>2014-07-01T22:14:26+00:00</updated>
<author>
<name>Jordan Cazamias</name>
<email>jordan.cazamias@rackspace.com</email>
</author>
<published>2014-07-01T22:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9d4544fd51008e179f2497493b8f13de91724f7c'/>
<id>9d4544fd51008e179f2497493b8f13de91724f7c</id>
<content type='text'>
Change-Id: I49d26c3a9772c409b038b06e8256fb5823169c50
Implements: blueprint update-hacking
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I49d26c3a9772c409b038b06e8256fb5823169c50
Implements: blueprint update-hacking
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that url stripping is done correctly</title>
<updated>2014-02-25T13:39:12+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2014-02-25T13:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=c6542d44378afe1727deeca3f34be9bc98edde0c'/>
<id>c6542d44378afe1727deeca3f34be9bc98edde0c</id>
<content type='text'>
Change-Id: I9c50674f95ab849e4eaceefd05e3a8e770a86c3a
Closes-Bug: #1284640
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9c50674f95ab849e4eaceefd05e3a8e770a86c3a
Closes-Bug: #1284640
</pre>
</div>
</content>
</entry>
<entry>
<title>Support versionless catalog URLs</title>
<updated>2014-02-18T13:25:38+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2014-02-18T12:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=c255e57da723ba3ce7c25838e178e8f232b7bdd7'/>
<id>c255e57da723ba3ce7c25838e178e8f232b7bdd7</id>
<content type='text'>
Change-Id: I37bec66c801e6d04eb89b235a94e8b54ecc50d5a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I37bec66c801e6d04eb89b235a94e8b54ecc50d5a
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly support multiple regions</title>
<updated>2014-02-18T12:48:16+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2014-02-18T12:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=a8d27524330dac364bedd5bbd9526b9c2eb943c8'/>
<id>a8d27524330dac364bedd5bbd9526b9c2eb943c8</id>
<content type='text'>
Change-Id: I1ad90a68d8652686e3aaee04e1e0e775e5b9152d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1ad90a68d8652686e3aaee04e1e0e775e5b9152d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H306</title>
<updated>2013-12-16T14:41:51+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-12-16T14:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=109ea08546881703cc5841f4b3311c03768b20d4'/>
<id>109ea08546881703cc5841f4b3311c03768b20d4</id>
<content type='text'>
H306, module imports should be in alphabetical order
This hacking check actually improves readability quite
a bit, as module imports can be sorted in groups (python stdlibs,
external imports, in-module imports)

Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H306, module imports should be in alphabetical order
This hacking check actually improves readability quite
a bit, as module imports can be sorted in groups (python stdlibs,
external imports, in-module imports)

Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Moniker -&gt; Designate</title>
<updated>2013-06-09T21:08:11+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2013-06-09T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=67c14f0573f15f6fbe6c71e8323828af27e1203a'/>
<id>67c14f0573f15f6fbe6c71e8323828af27e1203a</id>
<content type='text'>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</pre>
</div>
</content>
</entry>
</feed>
