<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/tests/v1, branch 1.0.1</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Use the utils.BaseTestCase for all tests</title>
<updated>2013-05-08T10:03:33+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-05-08T07:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c557722c609839e3b06fee682288ac044b445d8a'/>
<id>c557722c609839e3b06fee682288ac044b445d8a</id>
<content type='text'>
Change-Id: I411fa9a60122cef6f9d5f723497a2d9427f5624e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I411fa9a60122cef6f9d5f723497a2d9427f5624e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors in test code</title>
<updated>2013-05-08T10:03:33+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-05-08T07:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d1f9a1fa13da33a3b54bf6dba61d5d83a18ab9f6'/>
<id>d1f9a1fa13da33a3b54bf6dba61d5d83a18ab9f6</id>
<content type='text'>
Change-Id: Ib38ff406a9edae8a8eea97744f5693c00d76a483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib38ff406a9edae8a8eea97744f5693c00d76a483
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch KeyError exception as early as possible when there is no matching data on the server.</title>
<updated>2013-03-08T22:15:54+00:00</updated>
<author>
<name>Dan Florea</name>
<email>dflorea@cisco.com</email>
</author>
<published>2013-03-08T22:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2b5fcd60c4b5ca37e347657879a28af011729dbd'/>
<id>2b5fcd60c4b5ca37e347657879a28af011729dbd</id>
<content type='text'>
When the server does not have any data matching the requested response_key, it can still return
successfully. A subsequent lookup in the returned data throws a KeyError exception. The simple
fix for this is to catch the KeyError exception and return an empty list. An empty list, rather
than None, is required because the calling code expects an iterable. The exception is caught
as early as possible after the server returns from the GET request. The end result is that the
CLI user sees an empty result when the requested data doesn't exist on the server. Prior to
this fix the keyError exception was propagated all the way to the user, causing a confusing
message to be printed. Also added associated unit test.

Fixes bug #1111972

Change-Id: I88ba658f8be7e7edf255ef9f7d83ba87f36f4efc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the server does not have any data matching the requested response_key, it can still return
successfully. A subsequent lookup in the returned data throws a KeyError exception. The simple
fix for this is to catch the KeyError exception and return an empty list. An empty list, rather
than None, is required because the calling code expects an iterable. The exception is caught
as early as possible after the server returns from the GET request. The end result is that the
CLI user sees an empty result when the requested data doesn't exist on the server. Prior to
this fix the keyError exception was propagated all the way to the user, causing a confusing
message to be printed. Also added associated unit test.

Fixes bug #1111972

Change-Id: I88ba658f8be7e7edf255ef9f7d83ba87f36f4efc
</pre>
</div>
</content>
</entry>
<entry>
<title>v1-api: Added timestamp support.</title>
<updated>2013-02-20T08:03:25+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-02-20T07:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=8b3ef28c752fa96a1019900d3b9b9a80ede3eeec'/>
<id>8b3ef28c752fa96a1019900d3b9b9a80ede3eeec</id>
<content type='text'>
Added timestamp support for resource/sample api. Fixed bug #1118542.

Change-Id: I644c480ca00f57549dc66bd387721c25d3b353c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added timestamp support for resource/sample api. Fixed bug #1118542.

Change-Id: I644c480ca00f57549dc66bd387721c25d3b353c4
</pre>
</div>
</content>
</entry>
<entry>
<title>v1-api: Adapted resouce/user api.</title>
<updated>2013-02-20T08:02:35+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-02-20T05:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=feb4bcc6148a166676bbff2718590ea2291a2de5'/>
<id>feb4bcc6148a166676bbff2718590ea2291a2de5</id>
<content type='text'>
Added project-id support in resource api and source-id support in user
api.

Change-Id: I3295a36a4b3a57e9451cc042d542ead1354f8e61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added project-id support in resource api and source-id support in user
api.

Change-Id: I3295a36a4b3a57e9451cc042d542ead1354f8e61
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for samples</title>
<updated>2013-01-18T06:52:11+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-01-18T06:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1a76566511f18523a0dc00f66484edaaebfa945c'/>
<id>1a76566511f18523a0dc00f66484edaaebfa945c</id>
<content type='text'>
Change-Id: I8725fedc6f728adaef91ffe9bb80df1c04debf85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8725fedc6f728adaef91ffe9bb80df1c04debf85
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for list by source</title>
<updated>2013-01-18T06:52:11+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-01-18T06:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=a8605b57e5dbcf9b7cf69e6a8e898a0c46940623'/>
<id>a8605b57e5dbcf9b7cf69e6a8e898a0c46940623</id>
<content type='text'>
Change-Id: If63134c37784157d19848f35f6546c98402de92d
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If63134c37784157d19848f35f6546c98402de92d
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for metadata query</title>
<updated>2012-12-12T05:51:31+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2012-12-12T05:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=904f2077ec1333770f27d22d78dd1766680ca105'/>
<id>904f2077ec1333770f27d22d78dd1766680ca105</id>
<content type='text'>
Change-Id: Iade319df3ab503e392f4216b2531b20642a20c31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iade319df3ab503e392f4216b2531b20642a20c31
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2012-12-06T12:47:00+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2012-12-06T12:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=39e98f8a3990bc3a55e635489a9074a4903e3fe8'/>
<id>39e98f8a3990bc3a55e635489a9074a4903e3fe8</id>
<content type='text'>
Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic functionality</title>
<updated>2012-11-09T12:31:27+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2012-11-09T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=635bc921dbf0fe0c65d5ec84a6cd327e83550e40'/>
<id>635bc921dbf0fe0c65d5ec84a6cd327e83550e40</id>
<content type='text'>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
