<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/troveclient, branch 2.0.0</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Merge "Add root-disable api"</title>
<updated>2016-01-15T23:17:59+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-15T23:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=c0cd9d7f72fb35e0f6e797a6b0555239f7ee56ab'/>
<id>c0cd9d7f72fb35e0f6e797a6b0555239f7ee56ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use the oslo.utils.reflection to extract the class name"</title>
<updated>2016-01-09T03:50:57+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-09T03:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=2d1896d6e793fa0488a01c02e7f4d373d3d42047'/>
<id>2d1896d6e793fa0488a01c02e7f4d373d3d42047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Change assertTrue(isinstance()) by optimal assert"</title>
<updated>2016-01-08T20:28:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-08T20:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=1fc1bb2dcbd7b1804f3c3ae308dfb943e60c59b3'/>
<id>1fc1bb2dcbd7b1804f3c3ae308dfb943e60c59b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Trivial: Remove vim header from source files"</title>
<updated>2016-01-08T18:33:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-08T18:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=9331f700b7f07d3437a48f98f0fecb8381288ea5'/>
<id>9331f700b7f07d3437a48f98f0fecb8381288ea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the oslo.utils.reflection to extract the class name</title>
<updated>2016-01-08T09:21:14+00:00</updated>
<author>
<name>LiuNanke</name>
<email>nanke.liu@easystack.cn</email>
</author>
<published>2016-01-08T07:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=416457de4db4d06468fd783b3a604521e0853ee8'/>
<id>416457de4db4d06468fd783b3a604521e0853ee8</id>
<content type='text'>
The oslo.utils reflection module/code handles more variations
 of where a class name may come from (on python 2 and python 3)
so its usage allows getting more accurate class names so we might
as well use it.

Change-Id: I7b130d6acb183a06a4efe648ee2c3fbd2905cdd5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The oslo.utils reflection module/code handles more variations
 of where a class name may come from (on python 2 and python 3)
so its usage allows getting more accurate class names so we might
as well use it.

Change-Id: I7b130d6acb183a06a4efe648ee2c3fbd2905cdd5
</pre>
</div>
</content>
</entry>
<entry>
<title>Change assertTrue(isinstance()) by optimal assert</title>
<updated>2016-01-08T07:10:56+00:00</updated>
<author>
<name>yangyapeng</name>
<email>yang.yapeng@99cloud.net</email>
</author>
<published>2016-01-04T22:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=6b02886348673f57442a469518d30a1d289fa0d4'/>
<id>6b02886348673f57442a469518d30a1d289fa0d4</id>
<content type='text'>
Some of tests use different method of assertTrue(isinstance(A, B)),
The correct way is to use assertIsInstance(A,B) provided by testtools

Closes-bug: #1268480
Change-Id: I718b86e83b93a4e778710b9de895f2796a9b6d61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of tests use different method of assertTrue(isinstance(A, B)),
The correct way is to use assertIsInstance(A,B) provided by testtools

Closes-bug: #1268480
Change-Id: I718b86e83b93a4e778710b9de895f2796a9b6d61
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Replace assertEqual(None, *) with assertIsNone in tests"</title>
<updated>2016-01-07T16:20:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-07T16:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=7a7d230e503e1f5de16c692dad68a0ce9ea350be'/>
<id>7a7d230e503e1f5de16c692dad68a0ce9ea350be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added '.' and remove extra parentheses(')') from README.rst</title>
<updated>2015-12-30T12:05:35+00:00</updated>
<author>
<name>amitg.b14@gmail.com</name>
<email>amitg.b14@gmail.com</email>
</author>
<published>2015-12-25T06:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=7811e31689211dacf2693034e70e34ec11e4199e'/>
<id>7811e31689211dacf2693034e70e34ec11e4199e</id>
<content type='text'>
Set help parameter in troveclient/shell.py inside version agruments,
default first letter was lowercase and period missing.

Closes-Bug:1525550

Change-Id: Ia11f4fd5462487064a743697ebd95a46dd72b8e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set help parameter in troveclient/shell.py inside version agruments,
default first letter was lowercase and period missing.

Closes-Bug:1525550

Change-Id: Ia11f4fd5462487064a743697ebd95a46dd72b8e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: Remove vim header from source files</title>
<updated>2015-12-30T09:24:14+00:00</updated>
<author>
<name>Chaozhe.Chen</name>
<email>chaozhe.chen@easystack.cn</email>
</author>
<published>2015-12-30T09:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=f964d6193be274910bf698761ec5e6303ca862bb'/>
<id>f964d6193be274910bf698761ec5e6303ca862bb</id>
<content type='text'>
Change-Id: I09876b1126abdfea03e1133e10c16e9274e6987a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I09876b1126abdfea03e1133e10c16e9274e6987a
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace assertEqual(None, *) with assertIsNone in tests</title>
<updated>2015-12-17T14:02:34+00:00</updated>
<author>
<name>Shuquan Huang</name>
<email>huang.shuquan@99cloud.net</email>
</author>
<published>2015-12-17T14:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=dbc444db9070a7b7a02def22f5c6c5f31a64d21f'/>
<id>dbc444db9070a7b7a02def22f5c6c5f31a64d21f</id>
<content type='text'>
Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: Idd271edb45dafed10aad255267ff0b9722cabe2d
Closes-bug: #1280522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: Idd271edb45dafed10aad255267ff0b9722cabe2d
Closes-bug: #1280522
</pre>
</div>
</content>
</entry>
</feed>
