<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/tools, branch stable/train</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Avoid tox_install.sh for constraints support</title>
<updated>2017-12-02T16:54:12+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T08:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=ac65fa735cb75259e462da2c80b98d39ef70392b'/>
<id>ac65fa735cb75259e462da2c80b98d39ef70392b</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: I65e1e4d40fbd56c7e2f7e4a59c0438d7176c36b4
</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: I65e1e4d40fbd56c7e2f7e4a59c0438d7176c36b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Get python-troveclient to use upper-constraints.txt</title>
<updated>2016-11-17T03:38:20+00:00</updated>
<author>
<name>Amrith Kumar</name>
<email>amrith@amrith.org</email>
</author>
<published>2016-11-17T01:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=1ae94d4107dc0faf8d936d55f3bb398a709428c4'/>
<id>1ae94d4107dc0faf8d936d55f3bb398a709428c4</id>
<content type='text'>
In review[1] which passed just fine in check some days ago failed in
gate today. This is because the current tox environment uses requests
v2.12.1 which appears to not work and is beyond the value in
upper-constraints.txt. As observed in [2] we need
upper-constraints.txt in python-troveclient.

But since python-troveclient is itself listed in upper-constraints.txt
you can't just stick it in tox.ini and expect good things to happen.

I'm adding a co-author to this change based on [2].

[1] https://review.openstack.org/#/c/382493/
[2] https://review.openstack.org/#/c/398339/

Co-Authored-By: jiansong &lt;jian.song@easystack.cn&gt;
Change-Id: I386efb2d5c147417af7ea25704405977c9b6bbcd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In review[1] which passed just fine in check some days ago failed in
gate today. This is because the current tox environment uses requests
v2.12.1 which appears to not work and is beyond the value in
upper-constraints.txt. As observed in [2] we need
upper-constraints.txt in python-troveclient.

But since python-troveclient is itself listed in upper-constraints.txt
you can't just stick it in tox.ini and expect good things to happen.

I'm adding a co-author to this change based on [2].

[1] https://review.openstack.org/#/c/382493/
[2] https://review.openstack.org/#/c/398339/

Co-Authored-By: jiansong &lt;jian.song@easystack.cn&gt;
Change-Id: I386efb2d5c147417af7ea25704405977c9b6bbcd
</pre>
</div>
</content>
</entry>
<entry>
<title>Last sync from oslo-incubator</title>
<updated>2015-11-12T19:13:00+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>davanum@gmail.com</email>
</author>
<published>2015-11-12T19:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=a1c390ec347de569c110e57b9ad76241dcd84ae1'/>
<id>a1c390ec347de569c110e57b9ad76241dcd84ae1</id>
<content type='text'>
oslo-incubator will cease to host common code soon. This is
hopefully the very last sync from oslo-incubator.

Change-Id: I00fe0502de6f97712ffa5173c513304d66be55d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oslo-incubator will cease to host common code soon. This is
hopefully the very last sync from oslo-incubator.

Change-Id: I00fe0502de6f97712ffa5173c513304d66be55d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim header</title>
<updated>2014-02-16T05:08:07+00:00</updated>
<author>
<name>He Yongli</name>
<email>yongli.he@intel.com</email>
</author>
<published>2014-02-13T06:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=59ec2bb43354674f9d0a3f25d8098bc7264bbd45'/>
<id>59ec2bb43354674f9d0a3f25d8098bc7264bbd45</id>
<content type='text'>
No need to set tabstop tons of times, this can be set in your vimrc
file instead.

More disucssion:
http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html

Change-Id: I45766d91f0c0b3622bbdc7dc5517497c87ebee8c
Closes-Bug: #1229324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to set tabstop tons of times, this can be set in your vimrc
file instead.

More disucssion:
http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html

Change-Id: I45766d91f0c0b3622bbdc7dc5517497c87ebee8c
Closes-Bug: #1229324
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive refactoring to the troveclient</title>
<updated>2013-10-10T02:21:08+00:00</updated>
<author>
<name>Michael Basnight</name>
<email>mbasnight@gmail.com</email>
</author>
<published>2013-09-27T05:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=fd43cbd73b9de8a216039e6e66a8523e4c96543d'/>
<id>fd43cbd73b9de8a216039e6e66a8523e4c96543d</id>
<content type='text'>
The new client adheres to the standards of the other clients
now. It prints out tables, uses ENVVAR's for auth, no longer
stores pickled json in a login token, uses openstack common,
and moves the cli operations into a v1 module for the future
of trove when it has a v2 api.

Please note for compatibility, the troveclient.compat module
has the old cli. In order to deploy it, amend the setup.cfg
to include the compat module.

implements blueprint cli-compliance-upgrade

Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new client adheres to the standards of the other clients
now. It prints out tables, uses ENVVAR's for auth, no longer
stores pickled json in a login token, uses openstack common,
and moves the cli operations into a v1 module for the future
of trove when it has a v2 api.

Please note for compatibility, the troveclient.compat module
has the old cli. In order to deploy it, amend the setup.cfg
to include the compat module.

implements blueprint cli-compliance-upgrade

Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to pbr/d2to1.</title>
<updated>2013-06-18T05:25:41+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-06-14T23:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=257d4a8601c3848421c3f95179cf1f151e381e87'/>
<id>257d4a8601c3848421c3f95179cf1f151e381e87</id>
<content type='text'>
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding unit tests for auth.py</title>
<updated>2013-01-08T17:59:47+00:00</updated>
<author>
<name>Deniz Demir</name>
<email>deniz.demir@hp.com</email>
</author>
<published>2012-12-11T18:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=4fb6634480294d67df9fba180eed350de4420a9b'/>
<id>4fb6634480294d67df9fba180eed350de4420a9b</id>
<content type='text'>
implements blueprint https://blueprints.launchpad.net/python-reddwarfclient/+spec/reddwarfclient-unit-tests

Also changin the unit test library from unuttest2 to testtools per request of CI

Change-Id: I1b50cd4bf762c90b846ecb51db47f2afbfb6f175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implements blueprint https://blueprints.launchpad.net/python-reddwarfclient/+spec/reddwarfclient-unit-tests

Also changin the unit test library from unuttest2 to testtools per request of CI

Change-Id: I1b50cd4bf762c90b846ecb51db47f2afbfb6f175
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding pep8 coverage for tests directory, and fixing existing code to comply with pep8</title>
<updated>2012-12-18T16:54:38+00:00</updated>
<author>
<name>Deniz Demir</name>
<email>deniz.demir@hp.com</email>
</author>
<published>2012-12-18T16:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=8c13466950643b4069f6623ccae991bc350c700d'/>
<id>8c13466950643b4069f6623ccae991bc350c700d</id>
<content type='text'>
bug 1091757

https://bugs.launchpad.net/python-reddwarfclient/+bug/1091757

Change-Id: I821d8235095fef740a54e06334a0caa2b6ced7c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug 1091757

https://bugs.launchpad.net/python-reddwarfclient/+bug/1091757

Change-Id: I821d8235095fef740a54e06334a0caa2b6ced7c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Complying with</title>
<updated>2012-11-28T00:44:43+00:00</updated>
<author>
<name>Josh Dorothy</name>
<email>josh.dorothy@hp.com</email>
</author>
<published>2012-11-27T20:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=7079d5054a3f0aa92bc09bb9d58437e03d92de7a'/>
<id>7079d5054a3f0aa92bc09bb9d58437e03d92de7a</id>
<content type='text'>
http://wiki.openstack.org/ProjectTestingInterface

Fixes: bug 1083835
Change-Id: I31f525c62cdb3b4c7eb695b6a431e4df6443f673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://wiki.openstack.org/ProjectTestingInterface

Fixes: bug 1083835
Change-Id: I31f525c62cdb3b4c7eb695b6a431e4df6443f673
</pre>
</div>
</content>
</entry>
</feed>
