<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/heatclient/tests/unit/test_stacks.py, branch master</title>
<subtitle>opendev.org: openstack/python-heatclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.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://trove.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>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://trove.baserock.org/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>Add support for stack file list</title>
<updated>2016-07-21T21:58:36+00:00</updated>
<author>
<name>Steven Hardy</name>
<email>shardy@redhat.com</email>
</author>
<published>2016-06-08T12:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3ae1c3e7159b5a9f02f81638efc87afa137c7a31'/>
<id>3ae1c3e7159b5a9f02f81638efc87afa137c7a31</id>
<content type='text'>
This shows the files map for a given stack

Depends-On: I3198b6a7dc06648af24c198d39470f3b0d5d6f11
Change-Id: Ib7d033a660fe294bf3f7b42e4aa7020149ce24c1
blueprint: files-show
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shows the files map for a given stack

Depends-On: I3198b6a7dc06648af24c198d39470f3b0d5d6f11
Change-Id: Ib7d033a660fe294bf3f7b42e4aa7020149ce24c1
blueprint: files-show
</pre>
</div>
</content>
</entry>
<entry>
<title>Add client library support for retrieving a stack's environment</title>
<updated>2016-04-18T17:31:21+00:00</updated>
<author>
<name>Jay Dobies</name>
<email>jason.dobies@redhat.com</email>
</author>
<published>2016-01-18T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3f340cd81899ee661224652caac9dc0ce04368fa'/>
<id>3f340cd81899ee661224652caac9dc0ce04368fa</id>
<content type='text'>
Change-Id: I84aa5ed9dc2b8aee089de3b1e1810552b8f2dd96
Depends-On: I7e3577dfc854018245d79afdfee45a9d250d73a7
Implements: blueprint environment-show
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I84aa5ed9dc2b8aee089de3b1e1810552b8f2dd96
Depends-On: I7e3577dfc854018245d79afdfee45a9d250d73a7
Implements: blueprint environment-show
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds ignore_errors for template-validate command</title>
<updated>2016-02-09T14:30:42+00:00</updated>
<author>
<name>Kanagaraj Manickam</name>
<email>mkr1481@gmail.com</email>
</author>
<published>2015-12-11T07:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=5975d12b6f125aa9ad387a9b85ad13385ddf1b4c'/>
<id>5975d12b6f125aa9ad387a9b85ad13385ddf1b4c</id>
<content type='text'>
template-validate --ignore-errors &lt;ERR1,ERR2&gt;

implements blueprint heat-template-validate-improvements

Change-Id: Ice4f623bc06366ddd600d5cb72d236e5a4459e19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
template-validate --ignore-errors &lt;ERR1,ERR2&gt;

implements blueprint heat-template-validate-improvements

Change-Id: Ice4f623bc06366ddd600d5cb72d236e5a4459e19
</pre>
</div>
</content>
</entry>
<entry>
<title>Add output API calls implementations</title>
<updated>2015-11-16T14:33:35+00:00</updated>
<author>
<name>Peter Razumovsky</name>
<email>prazumovsky@mirantis.com</email>
</author>
<published>2015-10-20T08:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=d06bcd87d98a337a93cfc7709d6f440a972bb127'/>
<id>d06bcd87d98a337a93cfc7709d6f440a972bb127</id>
<content type='text'>
Add output APIs support for output-show and output-list
commands. Now output-show and output-list uses output
calls instead of requesting stack get.

implements bp api-call-output
Change-Id: I1bc1cee1c78ecf0c9a18ecc0a871d38e4141e0f7
Depends on: Ia24b24f59e2c592801e4e670ba5510f642ecf45c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add output APIs support for output-show and output-list
commands. Now output-show and output-list uses output
calls instead of requesting stack get.

implements bp api-call-output
Change-Id: I1bc1cee1c78ecf0c9a18ecc0a871d38e4141e0f7
Depends on: Ia24b24f59e2c592801e4e670ba5510f642ecf45c
</pre>
</div>
</content>
</entry>
<entry>
<title>Ability to specify show_nested for template validation</title>
<updated>2015-09-15T23:15:39+00:00</updated>
<author>
<name>Jay Dobies</name>
<email>jason.dobies@redhat.com</email>
</author>
<published>2015-09-10T18:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=3e1aa3ad9b5f9c5ab1953f572160bc293ef86f51'/>
<id>3e1aa3ad9b5f9c5ab1953f572160bc293ef86f51</id>
<content type='text'>
This is the client-side change to support
Idb51c983fc07e49d371b8ccb3cea6f7e92f99903

Change-Id: I83744bd552bcb5cee183336bec97ab616bd82a91
Implements-blueprint: nested-validation
Closes-Bug: #1495695
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the client-side change to support
Idb51c983fc07e49d371b8ccb3cea6f7e92f99903

Change-Id: I83744bd552bcb5cee183336bec97ab616bd82a91
Implements-blueprint: nested-validation
Closes-Bug: #1495695
</pre>
</div>
</content>
</entry>
<entry>
<title>Move unittests to subdir unit</title>
<updated>2015-05-12T07:44:18+00:00</updated>
<author>
<name>Sergey Kraynev</name>
<email>skraynev@mirantis.com</email>
</author>
<published>2015-05-05T14:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=0c808718bb86127a5afc5a26ae5562c3c3c88973'/>
<id>0c808718bb86127a5afc5a26ae5562c3c3c88973</id>
<content type='text'>
Initial migration of tests from tempest.
See mail
http://lists.openstack.org/pipermail/openstack-dev/2015-February/056916.html

Partial-Bug: #1446442
Change-Id: I75daa23f4710ea557dec92f6ee24231430356127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial migration of tests from tempest.
See mail
http://lists.openstack.org/pipermail/openstack-dev/2015-February/056916.html

Partial-Bug: #1446442
Change-Id: I75daa23f4710ea557dec92f6ee24231430356127
</pre>
</div>
</content>
</entry>
</feed>
