<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/tests, branch 0.17.0</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Merge "Extend images CLI v2 with new sorting syntax"</title>
<updated>2015-03-16T20:12:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-16T20:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=6db625f287ffcce80df65d25a117ceb0de2ea776'/>
<id>6db625f287ffcce80df65d25a117ceb0de2ea776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add the ability to specify the sort dir for each key"</title>
<updated>2015-03-16T20:11:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-16T20:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=82143e26d36431d4600beef833d6b681119c9245'/>
<id>82143e26d36431d4600beef833d6b681119c9245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adds the ability to sort images with multiple keys"</title>
<updated>2015-03-16T20:11:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-16T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=c32a41415ded280cb4a5d78254290ed6213deb82'/>
<id>c32a41415ded280cb4a5d78254290ed6213deb82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend images CLI v2 with new sorting syntax</title>
<updated>2015-03-16T16:31:49+00:00</updated>
<author>
<name>Mike Fedosin</name>
<email>mfedosin@mirantis.com</email>
</author>
<published>2015-01-21T16:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=3f3066be97349677fd489703effb85f45c0cdd76'/>
<id>3f3066be97349677fd489703effb85f45c0cdd76</id>
<content type='text'>
This code enables new syntax for sorting output with multiple
keys and directions based on API Working group sorting
guidelines.

It's a client code to consume API modified in change
Ie4ccfefa0492a3ac94cc7e22201f2f2be5c1cdbb

Example:
glance --os-image-api-version 2 --sort name:desc,size:asc

Implements-blueprint: glance-sorting-enhancements
DocImpact
Depends-On: Ie4ccfefa0492a3ac94cc7e22201f2f2be5c1cdbb
Change-Id: I36a9fa9f0508fea1235de2ac3a0d6a093e1af635
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code enables new syntax for sorting output with multiple
keys and directions based on API Working group sorting
guidelines.

It's a client code to consume API modified in change
Ie4ccfefa0492a3ac94cc7e22201f2f2be5c1cdbb

Example:
glance --os-image-api-version 2 --sort name:desc,size:asc

Implements-blueprint: glance-sorting-enhancements
DocImpact
Depends-On: Ie4ccfefa0492a3ac94cc7e22201f2f2be5c1cdbb
Change-Id: I36a9fa9f0508fea1235de2ac3a0d6a093e1af635
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ability to specify the sort dir for each key</title>
<updated>2015-03-16T11:29:06+00:00</updated>
<author>
<name>Mike Fedosin</name>
<email>mfedosin@mirantis.com</email>
</author>
<published>2015-01-20T18:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=bbd27d527699d6b34af927e24ee8e46bab89d0d2'/>
<id>bbd27d527699d6b34af927e24ee8e46bab89d0d2</id>
<content type='text'>
Adds client code to consume API modified in change
Ib43b53abfba7cb5789d916a014376cf38fc5245b

Extends CLI for v2 with multiple sort dirs
Example:
glance --os-image-api-version 2 image-list \
--sort-key name --sort-dir asc --sort-key size --sort-dir desc

Implements-blueprint: glance-sorting-enhancements
DocImpact
Depends-On: Ib43b53abfba7cb5789d916a014376cf38fc5245b
Change-Id: Ia20716f3c75299f796879299da317b2e81496088
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds client code to consume API modified in change
Ib43b53abfba7cb5789d916a014376cf38fc5245b

Extends CLI for v2 with multiple sort dirs
Example:
glance --os-image-api-version 2 image-list \
--sort-key name --sort-dir asc --sort-key size --sort-dir desc

Implements-blueprint: glance-sorting-enhancements
DocImpact
Depends-On: Ib43b53abfba7cb5789d916a014376cf38fc5245b
Change-Id: Ia20716f3c75299f796879299da317b2e81496088
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds the ability to sort images with multiple keys</title>
<updated>2015-03-13T15:35:00+00:00</updated>
<author>
<name>Mike Fedosin</name>
<email>mfedosin@mirantis.com</email>
</author>
<published>2014-09-11T12:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=fc79467ff6813e0b1fe02d078ac55de79ea526b2'/>
<id>fc79467ff6813e0b1fe02d078ac55de79ea526b2</id>
<content type='text'>
Adds client code to consume API modified in change
Ib7a6aeb2df3bc5d23fe8e070290b5bfcab00c0f5

Extends CLI for v2 with multiple sort keys
Example:
glance --os-image-api-version 2 image-list --sort-key name --sort-key size

Implements-blueprint: glance-sorting-enhancements
Change-Id: If79779a4c52c8dc5c4f39192d3d247335a76ba24
DocImpact
Closes-Bug: 1221274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds client code to consume API modified in change
Ib7a6aeb2df3bc5d23fe8e070290b5bfcab00c0f5

Extends CLI for v2 with multiple sort keys
Example:
glance --os-image-api-version 2 image-list --sort-key name --sort-key size

Implements-blueprint: glance-sorting-enhancements
Change-Id: If79779a4c52c8dc5c4f39192d3d247335a76ba24
DocImpact
Closes-Bug: 1221274
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply expected patch format when updating tags in v2.images</title>
<updated>2015-03-12T22:18:20+00:00</updated>
<author>
<name>Steve Lewis</name>
<email>stevelle@gmail.com</email>
</author>
<published>2015-03-10T20:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=f6f573316cfc2dd87ff7224590087e7f3be01b2e'/>
<id>f6f573316cfc2dd87ff7224590087e7f3be01b2e</id>
<content type='text'>
Currently, glanceclient.v2.update builds a patch request that does not
match glance API.

This patch overrides the default behaviour to customize the patch
request with the right format for the API.

Co-Authored-By: Steve Lewis &lt;steve.lewis@rackspace.com&gt;
Fixes bug 1306774
Change-Id: If0739ac285da1e741bfa40b6c719331a5ce49319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, glanceclient.v2.update builds a patch request that does not
match glance API.

This patch overrides the default behaviour to customize the patch
request with the right format for the API.

Co-Authored-By: Steve Lewis &lt;steve.lewis@rackspace.com&gt;
Fixes bug 1306774
Change-Id: If0739ac285da1e741bfa40b6c719331a5ce49319
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Unit tests covering missing username or password"</title>
<updated>2015-03-10T13:22:43+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-10T13:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=2858645cefe94e3ab33d95bb255a4e04113c83bc'/>
<id>2858645cefe94e3ab33d95bb255a4e04113c83bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "v2: Allow upload from stdin on image-create"</title>
<updated>2015-03-06T19:55:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-06T19:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=c7c4ac9e858a95f24e45a36cb33c610061f88cd0'/>
<id>c7c4ac9e858a95f24e45a36cb33c610061f88cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Unify using six.moves.range rename everywhere"</title>
<updated>2015-03-04T16:29:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-04T16:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=ab52bf3ce2a2a7e42b48b499b56741d6dbe7c0df'/>
<id>ab52bf3ce2a2a7e42b48b499b56741d6dbe7c0df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
