<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/tests/unit/test_shell.py, branch 2.2.0</title>
<subtitle>opendev.org: openstack/python-heatclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/'/>
<entry>
<title>Use unittest.mock instead of third party mock</title>
<updated>2020-05-06T05:43:23+00:00</updated>
<author>
<name>jacky06</name>
<email>zhang.min@99cloud.net</email>
</author>
<published>2020-04-07T13:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=8a9566864f678913bdcfcdfc7aac0e04e98d78b7'/>
<id>8a9566864f678913bdcfcdfc7aac0e04e98d78b7</id>
<content type='text'>
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I5cf252c1a22977d3c87898e723e5001cc87a0d87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I5cf252c1a22977d3c87898e723e5001cc87a0d87
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking for Python3</title>
<updated>2020-03-31T10:04:12+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-03-28T14:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=9dede4eb2b824b21c0031507bd986796f535810c'/>
<id>9dede4eb2b824b21c0031507bd986796f535810c</id>
<content type='text'>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mox usage from test_shell</title>
<updated>2020-02-10T17:35:22+00:00</updated>
<author>
<name>Zane Bitter</name>
<email>zbitter@redhat.com</email>
</author>
<published>2020-02-07T05:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=163d4aa0e9a4066ae1ab3c8c264b6c06c5568454'/>
<id>163d4aa0e9a4066ae1ab3c8c264b6c06c5568454</id>
<content type='text'>
Change-Id: I4e1dbb55dbc01ebf18ca80aa63ae492a1a8f47ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4e1dbb55dbc01ebf18ca80aa63ae492a1a8f47ae
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assertRegex instead of assertRegexpMatches</title>
<updated>2018-04-11T07:39:30+00:00</updated>
<author>
<name>Vu Cong Tuan</name>
<email>tuanvc@vn.fujitsu.com</email>
</author>
<published>2017-11-01T09:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=dcdacd2f56dda3c5581fc4b27fec0a288caa5156'/>
<id>dcdacd2f56dda3c5581fc4b27fec0a288caa5156</id>
<content type='text'>
In Python3, assertRegexpMatches &amp; assertNotRegexpMatches
are deprecated in favor of assertRegex and assertNotRegex

Change-Id: Ied56eda65800d72105ef2e2b683c6ce71cda6c4c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python3, assertRegexpMatches &amp; assertNotRegexpMatches
are deprecated in favor of assertRegex and assertNotRegex

Change-Id: Ied56eda65800d72105ef2e2b683c6ce71cda6c4c
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer use oslotest.mockpatch</title>
<updated>2017-10-09T07:11:07+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2017-08-20T06:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=7ed9834e10e87d58605a5fa09ce4670d913551d8'/>
<id>7ed9834e10e87d58605a5fa09ce4670d913551d8</id>
<content type='text'>
It is deprecated[1] and will be removed soon.

[1] I3efb3c64ebce396e756a47d110a74fe8604b6b72

Closes-Bug: #1712017
Change-Id: If6406da4c940686cbda696f760d06d45690912a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is deprecated[1] and will be removed soon.

[1] I3efb3c64ebce396e756a47d110a74fe8604b6b72

Closes-Bug: #1712017
Change-Id: If6406da4c940686cbda696f760d06d45690912a1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing read before prompt bug</title>
<updated>2017-07-26T18:20:33+00:00</updated>
<author>
<name>Joe Borg</name>
<email>joe@josephb.org</email>
</author>
<published>2017-07-25T14:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=b45c792f95006987d19b8a97c553573327979700'/>
<id>b45c792f95006987d19b8a97c553573327979700</id>
<content type='text'>
Due to Python buffering sys.stdin and sys.stdout, the read can be shown
before text prompt.

Change-Id: I86d9ec62f7791da276585ce74a48162315effa7b
Signed-off-by: Joe Borg &lt;joe@josephb.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to Python buffering sys.stdin and sys.stdout, the read can be shown
before text prompt.

Change-Id: I86d9ec62f7791da276585ce74a48162315effa7b
Signed-off-by: Joe Borg &lt;joe@josephb.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add optional arguments '-y' in CLI：snapshot-delete"</title>
<updated>2017-07-05T15:20:38+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-07-05T15:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=4722facf06d813fd5ec76de7a662a723f3ddee29'/>
<id>4722facf06d813fd5ec76de7a662a723f3ddee29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional arguments '-y' in CLI：snapshot-delete</title>
<updated>2017-05-17T09:30:10+00:00</updated>
<author>
<name>ricolin</name>
<email>rico.lin@easystack.cn</email>
</author>
<published>2016-11-15T00:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=7998d7bb3fdce093df2c88e5b82b1bfa9db5560b'/>
<id>7998d7bb3fdce093df2c88e5b82b1bfa9db5560b</id>
<content type='text'>
There is no judgement before use the cli: heat snapshot-delete.
So I add it.
Partial-Bug: #1642490

Depends-On: If7b515dff64a18f56046b890279c2c59b0ab9dc7
Change-Id: I6e82630816e54aa2d98c3653ab43b865f445e881
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no judgement before use the cli: heat snapshot-delete.
So I add it.
Partial-Bug: #1642490

Depends-On: If7b515dff64a18f56046b890279c2c59b0ab9dc7
Change-Id: I6e82630816e54aa2d98c3653ab43b865f445e881
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't encode path separators</title>
<updated>2017-05-09T09:25:41+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2017-05-09T09:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=a625d3bb93a18193058a09cb7887e9cfa4ea9df0'/>
<id>a625d3bb93a18193058a09cb7887e9cfa4ea9df0</id>
<content type='text'>
Encoding the path separators results in urls refused by by apache
with 404 unless AllowEncodedSlashes is turned on, which is not
the default.

The existing encoding of path separators seems unnecessary.

Change-Id: I3b77aafc6104119503363e5db36b0379964daba5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encoding the path separators results in urls refused by by apache
with 404 unless AllowEncodedSlashes is turned on, which is not
the default.

The existing encoding of path separators seems unnecessary.

Change-Id: I3b77aafc6104119503363e5db36b0379964daba5
</pre>
</div>
</content>
</entry>
<entry>
<title>Show 'project' info if heat server returns</title>
<updated>2017-01-24T07:09:58+00:00</updated>
<author>
<name>huangtianhua</name>
<email>huangtianhua@huawei.com</email>
</author>
<published>2016-12-24T03:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3ee70cf4e8c2d8505230f73ef0b6b44185567dc2'/>
<id>3ee70cf4e8c2d8505230f73ef0b6b44185567dc2</id>
<content type='text'>
Show 'project'/'Project' info in heatclient
if heat server returns 'project' info of stacks.

Change-Id: I7d95ae96a678ef41bcd3d5379f204db83e4b585c
Closes-Bug: #1652412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show 'project'/'Project' info in heatclient
if heat server returns 'project' info of stacks.

Change-Id: I7d95ae96a678ef41bcd3d5379f204db83e4b585c
Closes-Bug: #1652412
</pre>
</div>
</content>
</entry>
</feed>
