<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient, branch 2.6.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>Merge "Add attribute support to create zone cli"</title>
<updated>2017-02-01T16:28:43+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-02-01T16:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5b8cab8079c2eea9f9d084801102ed5b036927fa'/>
<id>5b8cab8079c2eea9f9d084801102ed5b036927fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'"</title>
<updated>2017-02-01T11:53:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-02-01T11:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b8ed15c568519081dfea321b0e28845c06148a27'/>
<id>b8ed15c568519081dfea321b0e28845c06148a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add attribute support to create zone cli</title>
<updated>2017-01-31T23:05:08+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2017-01-31T23:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f265eb18e95a707d99fe4d52a856c6e661b9982f'/>
<id>f265eb18e95a707d99fe4d52a856c6e661b9982f</id>
<content type='text'>
also format attributes for cli display

Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also format attributes for cli display

Change-Id: Ia338f607e6d4b70610132ab66e15381981beb038
</pre>
</div>
</content>
</entry>
<entry>
<title>Show proper error on over quota commands</title>
<updated>2017-01-31T23:03:19+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2017-01-31T19:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f540d1c09b8bfbc6f536b82f4293eeada59d8636'/>
<id>f540d1c09b8bfbc6f536b82f4293eeada59d8636</id>
<content type='text'>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes unnecessary utf-8 encoding</title>
<updated>2016-12-22T02:45:09+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2016-12-22T02:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=22dbb5634f159a0fb01b45294a7814dae28c79b0'/>
<id>22dbb5634f159a0fb01b45294a7814dae28c79b0</id>
<content type='text'>
The following files added utf-8 encoding but never used. So we can
remove them at all.

designateclient/tests/base.py
designateclient/tests/test_designateclient.py

Change-Id: Id11c8241544ef076c95986bb645cdc6cce652a1c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following files added utf-8 encoding but never used. So we can
remove them at all.

designateclient/tests/base.py
designateclient/tests/test_designateclient.py

Change-Id: Id11c8241544ef076c95986bb645cdc6cce652a1c
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure X-Designate-Edit-Managed-Records header value is a string</title>
<updated>2016-12-09T19:15:16+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-12-09T19:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9ceb24149110662d65469f0554036f7fe3e3d2c3'/>
<id>9ceb24149110662d65469f0554036f7fe3e3d2c3</id>
<content type='text'>
Header values are strings so we should provide a string as
X-Designate-Edit-Managed-Records header value instead of a boolean
(which is transformed into: "&lt;type 'bool'&gt;" by python-requests).

Change-Id: Iaf248a0e817fe65785ddcdca46663e7273a6dad0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Header values are strings so we should provide a string as
X-Designate-Edit-Managed-Records header value instead of a boolean
(which is transformed into: "&lt;type 'bool'&gt;" by python-requests).

Change-Id: Iaf248a0e817fe65785ddcdca46663e7273a6dad0
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tempest instead of Tempest-lib</title>
<updated>2016-11-22T03:52:16+00:00</updated>
<author>
<name>ghanshyam</name>
<email>ghanshyam.mann@nectechnologies.in</email>
</author>
<published>2016-11-22T03:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=e995bfd553fb0aad8bcb9896240ab561af2d634d'/>
<id>e995bfd553fb0aad8bcb9896240ab561af2d634d</id>
<content type='text'>
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.

This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt

Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.

This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt

Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'</title>
<updated>2016-11-18T02:14:54+00:00</updated>
<author>
<name>howardlee</name>
<email>lihongweibj@inspur.com</email>
</author>
<published>2016-11-18T02:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5d41ac94556088cdd4d71b1bbea5a70cd77f0d99'/>
<id>5d41ac94556088cdd4d71b1bbea5a70cd77f0d99</id>
<content type='text'>
Trivial fix.

Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trivial fix.

Change-Id: I0e678649225d58e70db09f6c0acce59d20f48004
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Ensure X-Auth-All-Projects header value is a string"</title>
<updated>2016-11-04T09:17:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-04T09:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=1dc3e1f6d37695529f03c4e0963371a81fe80c56'/>
<id>1dc3e1f6d37695529f03c4e0963371a81fe80c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix pep8 E501 line too long"</title>
<updated>2016-11-01T12:13:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-01T12:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ba3c1a6b92e83225e7ef7a34dd4c68b26e55fb4c'/>
<id>ba3c1a6b92e83225e7ef7a34dd4c68b26e55fb4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
