<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-heatclient.git/tox.ini, branch ocata-em</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>Enable coverage report in console output</title>
<updated>2017-01-13T02:13:43+00:00</updated>
<author>
<name>Kevin_Zheng</name>
<email>zhengzhenyu@huawei.com</email>
</author>
<published>2017-01-11T02:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=a0f2089c56bd2a0de6717429d3a4b2709fda74c8'/>
<id>a0f2089c56bd2a0de6717429d3a4b2709fda74c8</id>
<content type='text'>
The current coverage test job doesn't provide any result
to developer, we could enable the coverage report in
console output to let the developers know the current
coverage status when run coverage test job.

Change-Id: Icef8c3b42f087a20c48b5308185f6be8c8f5240d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current coverage test job doesn't provide any result
to developer, we could enable the coverage report in
console output to let the developers know the current
coverage status when run coverage test job.

Change-Id: Icef8c3b42f087a20c48b5308185f6be8c8f5240d
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove oslo-incubator modules</title>
<updated>2016-11-12T13:53:26+00:00</updated>
<author>
<name>rabi</name>
<email>ramishra@redhat.com</email>
</author>
<published>2016-11-08T02:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=2c27692f49d866f7ec4f7647acdd38da1ebda5ee'/>
<id>2c27692f49d866f7ec4f7647acdd38da1ebda5ee</id>
<content type='text'>
This is the last patch in the series that removes all remaining
oslo-incubator modules. This also removes some unused scripts
in tools.

Change-Id: I4ca11596f1a2967e7c920c4ec7709c3408854534
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the last patch in the series that removes all remaining
oslo-incubator modules. This also removes some unused scripts
in tools.

Change-Id: I4ca11596f1a2967e7c920c4ec7709c3408854534
</pre>
</div>
</content>
</entry>
<entry>
<title>Graduate to oslo.i18n and cleanup incubator usage</title>
<updated>2016-11-08T02:59:09+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2016-10-26T23:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=29d6c613f674bec9f36a6207ba1b9f50886863e8'/>
<id>29d6c613f674bec9f36a6207ba1b9f50886863e8</id>
<content type='text'>
Graduate from Oslo Incubator to oslo.i18n library.
Cleanup of unused Oslo Incubator utils.
Added optional enable_lazy() usage.

Change-Id: I5ec02477f3f52f4d7097669120581e82cced3748
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Graduate from Oslo Incubator to oslo.i18n library.
Cleanup of unused Oslo Incubator utils.
Added optional enable_lazy() usage.

Change-Id: I5ec02477f3f52f4d7097669120581e82cced3748
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>delete python bytecode including pyo before every test run</title>
<updated>2016-09-16T07:43:11+00:00</updated>
<author>
<name>Lucky samadhiya</name>
<email>lucky.samadhiya@nectechnologies.in</email>
</author>
<published>2016-09-16T07:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=34c07a6630c8f98ccc9bad3cb332e669368de1a8'/>
<id>34c07a6630c8f98ccc9bad3cb332e669368de1a8</id>
<content type='text'>
Change-Id: I435274c0010ceb7595b2e8c83848b010a9b42edd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I435274c0010ceb7595b2e8c83848b010a9b42edd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 classifier and venv</title>
<updated>2016-07-14T03:15:19+00:00</updated>
<author>
<name>PanFengyun</name>
<email>fengyun.pan@easystack.cn</email>
</author>
<published>2016-07-14T03:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=25e13e81f0ea6e776dda3785c52d35df38c6ad4a'/>
<id>25e13e81f0ea6e776dda3785c52d35df38c6ad4a</id>
<content type='text'>
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the convenience
py35 venv.

Change-Id: I3b8b68c4ec4904d1aee150e6158f9ff29c68ff7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the convenience
py35 venv.

Change-Id: I3b8b68c4ec4904d1aee150e6158f9ff29c68ff7a
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translation setup</title>
<updated>2016-01-28T20:49:27+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-01-28T18:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=00ba1ec9b4286669f9abad436b4b8bb9ee8bb120'/>
<id>00ba1ec9b4286669f9abad436b4b8bb9ee8bb120</id>
<content type='text'>
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
python-heatclient/locale/python-heatclient.pot to
heatclient/locale/heatclient.pot. For this we need to update
setup.cfg.

The domain name is already correct in i18n.py.

The project has no translations currently, let's remove the outdated
pot file, the updated scripts work without them. So, we can just
delete the file and once there are translations, an updated pot file
together with translations can be imported automatically.

Remove test for valid translation files in tox.ini since there are now
no more pot files - and the test fails if there are no files at all.

Change-Id: I6f5e77b9cd633f6edb503ff225ca0b507153946c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
python-heatclient/locale/python-heatclient.pot to
heatclient/locale/heatclient.pot. For this we need to update
setup.cfg.

The domain name is already correct in i18n.py.

The project has no translations currently, let's remove the outdated
pot file, the updated scripts work without them. So, we can just
delete the file and once there are translations, an updated pot file
together with translations can be imported automatically.

Remove test for valid translation files in tox.ini since there are now
no more pot files - and the test fails if there are no files at all.

Change-Id: I6f5e77b9cd633f6edb503ff225ca0b507153946c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug testenv in tox</title>
<updated>2016-01-12T06:45:20+00:00</updated>
<author>
<name>ting.wang</name>
<email>ting.wang@easystack.cn</email>
</author>
<published>2016-01-12T03:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=39c3fc41a0d7862df862657d4a565a304aa5f168'/>
<id>39c3fc41a0d7862df862657d4a565a304aa5f168</id>
<content type='text'>
Once we add debug testenv, we can use "tox -e debug -- --debug"
to debug test cases when tox is running.

Change-Id: I3b7a090042e95ac89d6829495bf42f84e11bbd21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once we add debug testenv, we can use "tox -e debug -- --debug"
to debug test cases when tox is running.

Change-Id: I3b7a090042e95ac89d6829495bf42f84e11bbd21
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated tox -downloadcache option removed</title>
<updated>2015-12-11T22:24:11+00:00</updated>
<author>
<name>Ondřej Nový</name>
<email>ondrej.novy@firma.seznam.cz</email>
</author>
<published>2015-12-11T22:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=4bfc6ea5deb97ae394fd50d5a9c0cf0143740ea4'/>
<id>4bfc6ea5deb97ae394fd50d5a9c0cf0143740ea4</id>
<content type='text'>
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I89546c2c77b1a15659918be65e6ef73157f98b23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I89546c2c77b1a15659918be65e6ef73157f98b23
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Delete python bytecode before every test run"</title>
<updated>2015-12-04T02:10:05+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-12-04T02:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=1d3a49737bf4e33842a758a922f0165515696c2a'/>
<id>1d3a49737bf4e33842a758a922f0165515696c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove py26 support"</title>
<updated>2015-12-03T10:36:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-12-03T10:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-heatclient.git/commit/?id=ed250fbcfea22d6180cecca7f5f02d566d5fc7a5'/>
<id>ed250fbcfea22d6180cecca7f5f02d566d5fc7a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
