<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/common/base.py, branch master</title>
<subtitle>opendev.org: openstack/python-heatclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/'/>
<entry>
<title>Remove six</title>
<updated>2022-05-09T17:01:25+00:00</updated>
<author>
<name>Takashi Kajinami</name>
<email>tkajinam@redhat.com</email>
</author>
<published>2022-05-09T05:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=23e647539cb9c6872d9f72de99c21e113fded77c'/>
<id>23e647539cb9c6872d9f72de99c21e113fded77c</id>
<content type='text'>
This library no longer supports Python 2, thus usage of six can be
removed.

Change-Id: I8d0c1cfd6dff375b3b7756a5b36c95a2df3f04c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library no longer supports Python 2, thus usage of six can be
removed.

Change-Id: I8d0c1cfd6dff375b3b7756a5b36c95a2df3f04c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of .keys() from dict_object.keys() *in* operator</title>
<updated>2019-12-05T03:05:53+00:00</updated>
<author>
<name>jacky06</name>
<email>zhang.min@99cloud.net</email>
</author>
<published>2019-06-18T17:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=fcc7befd0fed57165b9ce039f1c3c8fb6e39c0c2'/>
<id>fcc7befd0fed57165b9ce039f1c3c8fb6e39c0c2</id>
<content type='text'>
Change-Id: I49bb58e5dc2618ee02424315e4e3bf1057a77068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I49bb58e5dc2618ee02424315e4e3bf1057a77068
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace six.iteritems() with .items()</title>
<updated>2017-03-31T09:46:54+00:00</updated>
<author>
<name>M V P Nitesh</name>
<email>m.nitesh@nectechnologies.in</email>
</author>
<published>2017-03-31T09:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=61aa092ce5cdee495e6faf63c36419e5583d3627'/>
<id>61aa092ce5cdee495e6faf63c36419e5583d3627</id>
<content type='text'>
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I3913e8876b34e112140788d7a405da6eedfb5f29
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I3913e8876b34e112140788d7a405da6eedfb5f29
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove LOG Warning from __eq__</title>
<updated>2017-01-04T18:14:41+00:00</updated>
<author>
<name>Rob Cresswell</name>
<email>robert.cresswell@outlook.com</email>
</author>
<published>2017-01-04T14:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=de271ae7574289ce162208b655e219e59f33ce60'/>
<id>de271ae7574289ce162208b655e219e59f33ce60</id>
<content type='text'>
This causes a huge amount of spam on anything that does an equality
check, like tests. We should just remove it.

Change-Id: Ibb1a2132ab784ae357d965bd0997f419be568651
Closes-Bug: 1653975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes a huge amount of spam on anything that does an equality
check, like tests. We should just remove it.

Change-Id: Ibb1a2132ab784ae357d965bd0997f419be568651
Closes-Bug: 1653975
</pre>
</div>
</content>
</entry>
<entry>
<title>Move required modules from oslo-incubator</title>
<updated>2016-11-12T13:45:40+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2016-11-04T08:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=b25baa9108bb37e0ece20895d464acf00ab2706c'/>
<id>b25baa9108bb37e0ece20895d464acf00ab2706c</id>
<content type='text'>
Move the required module to heatclient/common.

- heatclient/openstack/common/apiclient/base.py

It also moves some required functions and exceptions from
heatclient/openstack/common/cliutils.py and
heatclient/openstack/common/exceptions.py.

Change-Id: I68704c7fab9417492d8390ad05a9797f78d46907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the required module to heatclient/common.

- heatclient/openstack/common/apiclient/base.py

It also moves some required functions and exceptions from
heatclient/openstack/common/cliutils.py and
heatclient/openstack/common/exceptions.py.

Change-Id: I68704c7fab9417492d8390ad05a9797f78d46907
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused common.base module</title>
<updated>2014-01-11T13:09:31+00:00</updated>
<author>
<name>Andrey Kurilin</name>
<email>akurilin@mirantis.com</email>
</author>
<published>2014-01-11T12:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=ceeb439c9d7c808b65e3e7487836e7ec8e4f8181'/>
<id>ceeb439c9d7c808b65e3e7487836e7ec8e4f8181</id>
<content type='text'>
Base module is already replaced with a module from oslo common code,
but was not removed. This patch must fix this.

Change-Id: I8f5c4da8884db4024d47ca8d1a80dbb648922a31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Base module is already replaced with a module from oslo common code,
but was not removed. This patch must fix this.

Change-Id: I8f5c4da8884db4024d47ca8d1a80dbb648922a31
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the six library for compatability</title>
<updated>2013-10-22T08:03:53+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-20T08:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=d07ec04e193cb957929f0ab5761c9f080ad89ec2'/>
<id>d07ec04e193cb957929f0ab5761c9f080ad89ec2</id>
<content type='text'>
Replace dict.iteritems() with six.iteritems(dict)
Import six for StringIO
Import urlutils for urlencode

Partial implement: blueprint py33-support

Change-Id: Ieae1299915168ef10ff54e0a9e9a346350e9d1fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace dict.iteritems() with six.iteritems(dict)
Import six for StringIO
Import urlutils for urlencode

Partial implement: blueprint py33-support

Change-Id: Ieae1299915168ef10ff54e0a9e9a346350e9d1fb
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace OpenStack LLC with OpenStack Foundation</title>
<updated>2013-09-19T20:21:21+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2013-09-19T20:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=455b1cb4e88cff87787d69ecf196c64be0467ed4'/>
<id>455b1cb4e88cff87787d69ecf196c64be0467ed4</id>
<content type='text'>
Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895
Fixes-Bug: #1214176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895
Fixes-Bug: #1214176
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all but H302 hacking rules.</title>
<updated>2013-06-27T03:22:07+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-06-27T03:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=a77fd1348d39cbcc6484c165a098182597048d8c'/>
<id>a77fd1348d39cbcc6484c165a098182597048d8c</id>
<content type='text'>
Change-Id: Iac329617428b851df42579d5bd0b299d2f6e2c0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iac329617428b851df42579d5bd0b299d2f6e2c0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all the pep8  E* and F* errors.</title>
<updated>2013-06-27T03:13:14+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-06-27T03:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=2fcd4570f35ed13981e8dc7b7eb7b6cc646e531a'/>
<id>2fcd4570f35ed13981e8dc7b7eb7b6cc646e531a</id>
<content type='text'>
Change-Id: I34bab949e4795073544c64c9796237c60ace4d65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I34bab949e4795073544c64c9796237c60ace4d65
</pre>
</div>
</content>
</entry>
</feed>
