<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/tests/unit/test_common_http.py, branch stable/stein</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>Set Content-Type header explictly for SessionClient</title>
<updated>2019-06-03T09:21:18+00:00</updated>
<author>
<name>Rabi Mishra</name>
<email>ramishra@redhat.com</email>
</author>
<published>2019-03-14T14:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=39cda16fb0ccdc8f919f99cbc92593c7535d9142'/>
<id>39cda16fb0ccdc8f919f99cbc92593c7535d9142</id>
<content type='text'>
SessionClient is subclassed from keystoneauth LegacyJsonAdapter.
LegacyJsonAdapter does not set the Content-Type explicitly
and results in decodeing issues in some cases.

Change-Id: Idf23022b394607c332490331fc4b216de6ff1313
Story: 2005237
Task: 30027
(cherry picked from commit bd33e310e09339a21097c66d4022538f6bcbad2f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SessionClient is subclassed from keystoneauth LegacyJsonAdapter.
LegacyJsonAdapter does not set the Content-Type explicitly
and results in decodeing issues in some cases.

Change-Id: Idf23022b394607c332490331fc4b216de6ff1313
Story: 2005237
Task: 30027
(cherry picked from commit bd33e310e09339a21097c66d4022538f6bcbad2f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Decode content before checking</title>
<updated>2017-07-26T06:32:31+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2017-06-02T05:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=485a679f3e87d5e38a72c4da07f5fb3ecd6597c8'/>
<id>485a679f3e87d5e38a72c4da07f5fb3ecd6597c8</id>
<content type='text'>
Decode before checking for py3 compatibility.

Change-Id: Ic62ebc385146ab1406dd64384044d92be8171052
Related-Bug: #1695144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Decode before checking for py3 compatibility.

Change-Id: Ic62ebc385146ab1406dd64384044d92be8171052
Related-Bug: #1695144
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace mox3 with mock</title>
<updated>2016-11-12T18:14:25+00:00</updated>
<author>
<name>shizhihui</name>
<email>zhihui.shi@easystack.cn</email>
</author>
<published>2016-11-16T05:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=16d86599c31d611a4c32ee5ff07eeefac50ac2a4'/>
<id>16d86599c31d611a4c32ee5ff07eeefac50ac2a4</id>
<content type='text'>
In heatclient, some unit tests still use mox3,
which will make the test speed much slow, so I decide to remove it.
The modify file: heatclient/tests/unit/test_common_http.py

Change-Id: I220fabedb8e9fcc8eeea9d5e98b3ddeed68f8a43
Implements: bp remove-mox3-in-heatclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In heatclient, some unit tests still use mox3,
which will make the test speed much slow, so I decide to remove it.
The modify file: heatclient/tests/unit/test_common_http.py

Change-Id: I220fabedb8e9fcc8eeea9d5e98b3ddeed68f8a43
Implements: bp remove-mox3-in-heatclient
</pre>
</div>
</content>
</entry>
<entry>
<title>Import mox in __init__.py</title>
<updated>2016-09-01T04:47:34+00:00</updated>
<author>
<name>shizhihui</name>
<email>zhihui.shi@easystack.cn</email>
</author>
<published>2016-08-05T09:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=f5bf3e755d9b4194114a3acd50466069fb622a3f'/>
<id>f5bf3e755d9b4194114a3acd50466069fb622a3f</id>
<content type='text'>
We can initialize the 'mox' of module mox3 in __init__.py,
then in these files that have modified, we only have
'import mox' other than 'from mox3 import mox', which can
make the code smaller and clear.

Change-Id: Ic09597a7205eed47bd3cff03d1e7bc78744e52d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can initialize the 'mox' of module mox3 in __init__.py,
then in these files that have modified, we only have
'import mox' other than 'from mox3 import mox', which can
make the code smaller and clear.

Change-Id: Ic09597a7205eed47bd3cff03d1e7bc78744e52d4
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize import format</title>
<updated>2016-08-03T11:45:05+00:00</updated>
<author>
<name>shizhihui</name>
<email>zhihui.shi@easystack.cn</email>
</author>
<published>2016-07-28T04:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=5dbbc102ebbeb4f6a007ac7dfc119cd7c4d436b8'/>
<id>5dbbc102ebbeb4f6a007ac7dfc119cd7c4d436b8</id>
<content type='text'>
According to the rule in http://docs.openstack.org/developer/hacking/#imports
I modify some irregular import format in heatclinet.

Change-Id: I0200ddad88ee833d7de9d6df2c1519e4f4560db7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the rule in http://docs.openstack.org/developer/hacking/#imports
I modify some irregular import format in heatclinet.

Change-Id: I0200ddad88ee833d7de9d6df2c1519e4f4560db7
</pre>
</div>
</content>
</entry>
<entry>
<title>Serialize files when using SessionClient</title>
<updated>2016-06-08T02:34:36+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2016-06-06T14:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=3f4f3772dbfc80e86b2859d3d2bbbcd5a3971fb4'/>
<id>3f4f3772dbfc80e86b2859d3d2bbbcd5a3971fb4</id>
<content type='text'>
SessionClient can not json serialize TemplateFiles object.
We should do them explictly.

Change-Id: Ia67562ae9a13c0975cb5c39532c0dc413d82c4c3
Closes-Bug: #1589519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SessionClient can not json serialize TemplateFiles object.
We should do them explictly.

Change-Id: Ia67562ae9a13c0975cb5c39532c0dc413d82c4c3
Closes-Bug: #1589519
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow redirects to use location from response"</title>
<updated>2016-05-20T07:57:07+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-05-20T07:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=c94a711ca85e6d197d0dfdafd76de4900ce54224'/>
<id>c94a711ca85e6d197d0dfdafd76de4900ce54224</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to keystoneauth</title>
<updated>2016-05-18T06:08:32+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2016-03-09T15:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=2d32a08a23d12ac0e655e891a1b32bcf9f170448'/>
<id>2d32a08a23d12ac0e655e891a1b32bcf9f170448</id>
<content type='text'>
move heatclient to keystoneauth as keystoneclient's auth session,
plugins and adapter code has been deprecated [1].

[1] http://docs.openstack.org/releasenotes/python-keystoneclient/mitaka.html#deprecation-notes

Change-Id: Iedd7ceb97d39ab3ecccf8786aad8b5f45d15175e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move heatclient to keystoneauth as keystoneclient's auth session,
plugins and adapter code has been deprecated [1].

[1] http://docs.openstack.org/releasenotes/python-keystoneclient/mitaka.html#deprecation-notes

Change-Id: Iedd7ceb97d39ab3ecccf8786aad8b5f45d15175e
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow redirects to use location from response</title>
<updated>2016-05-17T09:25:55+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2016-05-17T07:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=01b7781f68e8b7a158ad874814f2a16d21f48505'/>
<id>01b7781f68e8b7a158ad874814f2a16d21f48505</id>
<content type='text'>
This allows redirects to use fully qualified location
from response header and removes the check to prohibit
redirects to different project(required for super admin
actions).

Change-Id: I46876189e96375922c4f0bf30452b7c4980fe39c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows redirects to use fully qualified location
from response header and removes the check to prohibit
redirects to different project(required for super admin
actions).

Change-Id: I46876189e96375922c4f0bf30452b7c4980fe39c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fill status code for every HTTPException"</title>
<updated>2016-03-14T00:23:40+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-14T00:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-heatclient.git/commit/?id=090ae32542096246d592c9dfd53f9906883761f0'/>
<id>090ae32542096246d592c9dfd53f9906883761f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
