<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/tools, branch ocata-eol</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Avoid tox_install.sh for constraints support</title>
<updated>2018-08-21T13:24:14+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T08:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=4e9ebdf692f26abba9de8849a8522102cc99d0ff'/>
<id>4e9ebdf692f26abba9de8849a8522102cc99d0ff</id>
<content type='text'>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Ibb97ddc7dc3a1c1cd7b4734377188fa625ddef7e
(cherry picked from commit 79d872a99a7b4eb5697b126c2549b8750442024f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Ibb97ddc7dc3a1c1cd7b4734377188fa625ddef7e
(cherry picked from commit 79d872a99a7b4eb5697b126c2549b8750442024f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Constraints support</title>
<updated>2016-12-21T02:20:16+00:00</updated>
<author>
<name>Tony Breeds</name>
<email>tony@bakeyournoodle.com</email>
</author>
<published>2016-12-21T02:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fb803225f3e7c48958acc86a9e9b747d598320ee'/>
<id>fb803225f3e7c48958acc86a9e9b747d598320ee</id>
<content type='text'>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-saharaclient.

Change-Id: Ie448db6f78865a3dddadf7dc659c7546a5e0fa72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-saharaclient.

Change-Id: Ie448db6f78865a3dddadf7dc659c7546a5e0fa72
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "print statment has become a function in py3"</title>
<updated>2016-06-27T22:08:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-06-27T22:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=66c02308e42b0f55e70fb427c4595f0362de9f9d'/>
<id>66c02308e42b0f55e70fb427c4595f0362de9f9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove incorrectly used "# flake8: noqa"</title>
<updated>2016-06-21T11:20:58+00:00</updated>
<author>
<name>bhagyashris</name>
<email>bhagyashri.shewale@nttdata.com</email>
</author>
<published>2016-06-21T11:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9baa13e21716f194c17e755692cf5997e168f19a'/>
<id>9baa13e21716f194c17e755692cf5997e168f19a</id>
<content type='text'>
"# flake8: noqa" option disables all checks for the whole file.
To disable one line we should use "# noqa".
Remove unused "# flake8: noqa" and fix hidden hacking errors.

Closes Bug: #1540254

Change-Id: I5c7f2f95038e0a26d1ebfb6a64aaae31b80ed5cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"# flake8: noqa" option disables all checks for the whole file.
To disable one line we should use "# noqa".
Remove unused "# flake8: noqa" and fix hidden hacking errors.

Closes Bug: #1540254

Change-Id: I5c7f2f95038e0a26d1ebfb6a64aaae31b80ed5cc
</pre>
</div>
</content>
</entry>
<entry>
<title>print statment has become a function in py3</title>
<updated>2016-06-21T09:50:15+00:00</updated>
<author>
<name>bhagyashris</name>
<email>bhagyashri.shewale@nttdata.com</email>
</author>
<published>2016-06-21T09:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=e8161526ca5fd109ffb2446e083f61892b107d4f'/>
<id>e8161526ca5fd109ffb2446e083f61892b107d4f</id>
<content type='text'>
Change-Id: Iba2adae27bbe74f98254df34b493600df6c05b39
Closes-bug: #1594741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iba2adae27bbe74f98254df34b493600df6c05b39
Closes-bug: #1594741
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ostestr instead of the custom pretty_tox.sh</title>
<updated>2016-02-29T13:02:18+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2016-02-26T17:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=f362f233dd3f61b0112962a0dc2a8147ba65813c'/>
<id>f362f233dd3f61b0112962a0dc2a8147ba65813c</id>
<content type='text'>
Switch to os-testr as wrapper for testr, instead of the custom
script pretty_tox.sh.

Change-Id: I2b4671659b7db69c2d83c6f4bb7a210d092a584d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to os-testr as wrapper for testr, instead of the custom
script pretty_tox.sh.

Change-Id: I2b4671659b7db69c2d83c6f4bb7a210d092a584d
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pretty-tox for better test output</title>
<updated>2015-02-03T08:43:33+00:00</updated>
<author>
<name>Sergey Reshetnyak</name>
<email>sreshetniak@mirantis.com</email>
</author>
<published>2015-02-02T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=2eb52d6a18961c001dd13412debc23129dd06d71'/>
<id>2eb52d6a18961c001dd13412debc23129dd06d71</id>
<content type='text'>
Changes:
* add pretty-tox script
* add tempest-lib library in test-requirements for formatting subunit
output. It's needed for pretty-tox script
* sort test-requirements in alphabetical order

Change-Id: I8b3d1e95d4ff6a1cb3aa8a96c916bb73e552778c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:
* add pretty-tox script
* add tempest-lib library in test-requirements for formatting subunit
output. It's needed for pretty-tox script
* sort test-requirements in alphabetical order

Change-Id: I8b3d1e95d4ff6a1cb3aa8a96c916bb73e552778c</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim editor configuration from comments</title>
<updated>2014-06-26T19:38:26+00:00</updated>
<author>
<name>Pritesh Kothari</name>
<email>pritesh.kothari@cisco.com</email>
</author>
<published>2014-06-16T20:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=4764568afd38807861a16d842acad49c41e8cf29'/>
<id>4764568afd38807861a16d842acad49c41e8cf29</id>
<content type='text'>
This patch removes vim editor configuration from comments.

Cherry-pick: Iff22b6337f333e1b43f8982d3e0208a9e317bd60 from sahara.
Change-Id: I2a973aeaf694ae81f09c82490d24566c25db4194
Partial-Bug: #1229324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes vim editor configuration from comments.

Cherry-pick: Iff22b6337f333e1b43f8982d3e0208a9e317bd60 from sahara.
Change-Id: I2a973aeaf694ae81f09c82490d24566c25db4194
Partial-Bug: #1229324
</pre>
</div>
</content>
</entry>
<entry>
<title>Add run_test.sh for running tests</title>
<updated>2014-01-08T21:32:50+00:00</updated>
<author>
<name>Matthew Farrellee</name>
<email>matt@redhat.com</email>
</author>
<published>2014-01-02T22:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=850963bbf8e4839e705b9423a1244cc871139569'/>
<id>850963bbf8e4839e705b9423a1244cc871139569</id>
<content type='text'>
This is a copy of the test entry point used in Nova, Swift, Keystone,
Tuskar, Glance, Horizon, Neutron, Heat, Cinder, and others. It
provides a simple way to add consistency and repeatability to running
tests w/ minimal human effort, just run ./run_tests.sh.

Change-Id: I7d9369f7c86b62a6e7ba9b66344d6ad25596251f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a copy of the test entry point used in Nova, Swift, Keystone,
Tuskar, Glance, Horizon, Neutron, Heat, Cinder, and others. It
provides a simple way to add consistency and repeatability to running
tests w/ minimal human effort, just run ./run_tests.sh.

Change-Id: I7d9369f7c86b62a6e7ba9b66344d6ad25596251f
</pre>
</div>
</content>
</entry>
</feed>
