<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/tools, branch 0.17.3</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Add bash completion to glance client</title>
<updated>2014-08-22T10:14:10+00:00</updated>
<author>
<name>Michal Dulko</name>
<email>michal.dulko@intel.com</email>
</author>
<published>2014-08-22T10:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=12a3a827346a7f9ab1a343e2948836d52f5bed18'/>
<id>12a3a827346a7f9ab1a343e2948836d52f5bed18</id>
<content type='text'>
Currently glance client does not support command completion.
The intention is to add this functionality to the client

blueprint add-bash-completion

Change-Id: I725dd308118b101e87182acf0cee6dbfd214e0e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently glance client does not support command completion.
The intention is to add this functionality to the client

blueprint add-bash-completion

Change-Id: I725dd308118b101e87182acf0cee6dbfd214e0e4
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename requires files to standard names.</title>
<updated>2013-05-29T09:26:33+00:00</updated>
<author>
<name>Zhenguo Niu</name>
<email>Niu.ZGlinux@gmail.com</email>
</author>
<published>2013-05-29T09:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=40460cbeb1f0b08b82fdf405b3341eebf5612cb0'/>
<id>40460cbeb1f0b08b82fdf405b3341eebf5612cb0</id>
<content type='text'>
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Change-Id: Ic220b54de5ce7c15f442b8ffcb97cd03c2344f9a
Fixes: bug #1179008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Change-Id: Ic220b54de5ce7c15f442b8ffcb97cd03c2344f9a
Fixes: bug #1179008
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to pbr.</title>
<updated>2013-05-18T16:02:07+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-05-18T16:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=4f9d4d051ac4bed9f4bd4f431491af4a75dd308b'/>
<id>4f9d4d051ac4bed9f4bd4f431491af4a75dd308b</id>
<content type='text'>
Fixes bug 1179007.

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

Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to flake8.</title>
<updated>2013-05-18T15:29:02+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-05-18T15:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=ca17541f33b4c65af7fe43e4de856334a8a866cd'/>
<id>ca17541f33b4c65af7fe43e4de856334a8a866cd</id>
<content type='text'>
Fixes bug 1172444.

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

Change-Id: Icec0820d0f780ed9473218b7e46e29c1e3db6541
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for glanceclient shells</title>
<updated>2013-05-17T16:46:07+00:00</updated>
<author>
<name>Tatyana Leontovich</name>
<email>tleontov@yahoo-inc.com</email>
</author>
<published>2013-02-28T16:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=8451a9482202fee5a4302bb3d7c62cff55365b0c'/>
<id>8451a9482202fee5a4302bb3d7c62cff55365b0c</id>
<content type='text'>
Add unittests for the following modules:
* glanceclient.shell
* glanceclient.v1.shell
* glanceclient.v1.legacy_shell
* glanceclient.v2.shell
Also add mock library to the tools/test-requires

Implements: blueprint glanceclient-shells-unittests
Change-Id: I5ec527c5efff3726932d234d7c67e08149643f89
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add unittests for the following modules:
* glanceclient.shell
* glanceclient.v1.shell
* glanceclient.v1.legacy_shell
* glanceclient.v2.shell
Also add mock library to the tools/test-requires

Implements: blueprint glanceclient-shells-unittests
Change-Id: I5ec527c5efff3726932d234d7c67e08149643f89
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for prettytable 0.7.x as well</title>
<updated>2013-03-15T16:38:04+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-02-22T15:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=31960f0a8584802852d97ec8ce27b5516b32d63b'/>
<id>31960f0a8584802852d97ec8ce27b5516b32d63b</id>
<content type='text'>
Relax requirements to &gt;= 0.6, &lt; 0.8, as 0.7.x seems to
work as well. Added testcase to ensure this.

Change-Id: I1a1a709e6053451b1256a0d78f8fe8562fb10e62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relax requirements to &gt;= 0.6, &lt; 0.8, as 0.7.x seems to
work as well. Added testcase to ensure this.

Change-Id: I1a1a709e6053451b1256a0d78f8fe8562fb10e62
</pre>
</div>
</content>
</entry>
<entry>
<title>Expect minumum warlock version of 0.7.0</title>
<updated>2013-02-13T18:05:06+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2013-01-20T23:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=96cd98d00b91433620737a17bd1be722236f2e70'/>
<id>96cd98d00b91433620737a17bd1be722236f2e70</id>
<content type='text'>
Change-Id: Ic2ef17f29ebd4c157a8ccf7a52b9c74e0c17a54e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic2ef17f29ebd4c157a8ccf7a52b9c74e0c17a54e
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to testr.</title>
<updated>2013-01-16T23:39:18+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-25T04:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=c5e9426bb588faacac8b8a661afc560241640e41'/>
<id>c5e9426bb588faacac8b8a661afc560241640e41</id>
<content type='text'>
Part of blueprint grizzly-testtools

Change-Id: I9a12f0300e2731a6ee0a82e1f9737a6b83aa5d85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of blueprint grizzly-testtools

Change-Id: I9a12f0300e2731a6ee0a82e1f9737a6b83aa5d85
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testtools instead of unittest.</title>
<updated>2013-01-02T23:20:36+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-25T04:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=1d461a6496059b0d429ebe9f360b1836ac918f31'/>
<id>1d461a6496059b0d429ebe9f360b1836ac918f31</id>
<content type='text'>
Part of blueprint grizzly-testtools

Change-Id: Ie914fd8f59cddb1a480566ec4eff908bfb51921c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of blueprint grizzly-testtools

Change-Id: Ie914fd8f59cddb1a480566ec4eff908bfb51921c
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin pep8 to 1.3.3</title>
<updated>2012-11-25T16:34:56+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2012-11-21T18:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=c0ec97f310bc56c69c22e49928b4aea4cd8458f1'/>
<id>c0ec97f310bc56c69c22e49928b4aea4cd8458f1</id>
<content type='text'>
Standardize pep8 to 1.3.3 and cleared up any errors
found by pep8 tests.

Change-Id: Ib7eb97d0789556d1676ccad58b5d3364065b7d15
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Standardize pep8 to 1.3.3 and cleared up any errors
found by pep8 tests.

Change-Id: Ib7eb97d0789556d1676ccad58b5d3364065b7d15
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
