summaryrefslogtreecommitdiff
path: root/glanceclient/v1/images.py
Commit message (Expand)AuthorAgeFilesLines
* Invalid output running the command 'glance image-show <image_id>'David Sariel2015-09-091-0/+5
* Enable flake8 checksDarja Shakhray2015-07-211-3/+3
* Fix leaking sockets after v1 list operationLouis Taylor2015-03-041-54/+83
* Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-2/+2
* Remove openstack.common.strutilsLouis Taylor2015-01-271-3/+4
* Fix Requests breaking download progress barLouis Taylor2015-01-041-2/+3
* Replace old httpclient with requestsAmalaBasha2014-07-101-26/+23
* Set purge-props header correctly in image updateMaithem2014-06-191-6/+5
* Reuse class Manager from common codeAndrey Kurilin2014-06-121-10/+19
* Return request ID to callersChris Buccella2014-04-251-9/+43
* Merge "Using common method 'bool_from_string' from oslo strutils"Jenkins2014-01-311-1/+1
|\
| * Using common method 'bool_from_string' from oslo strutilsllg82122014-01-241-1/+1
* | Merge "Allow updating empty created v2 images from v1"Jenkins2014-01-221-1/+1
|\ \
| * | Allow updating empty created v2 images from v1David Koo2014-01-201-1/+1
| |/
* | It was removed urllib, urllib2 & urlparse modulesVictor Morales2014-01-181-4/+5
|/
* Python 3: use six.iteritems and six.string_typesYassine Lamgarchal2014-01-131-2/+2
* Python 3: use six.iteritems() instead of iteritems()Yassine Lamgarchal2014-01-091-4/+5
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Merge "Cast image_id to string before calling urllib.quote"Jenkins2013-08-091-2/+2
|\
| * Cast image_id to string before calling urllib.quoteJustin Santa Barbara2013-08-071-2/+2
* | Revert 02116565d358a4fa254217779fef82b14b38d8ca0.10.0Mark J. Washenberger2013-08-081-1/+1
* | Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-36/+4
* | Allow v1 client to list all users' imagesStuart McLaren2013-07-261-0/+2
* | Add v1 client side owner based filteringStuart McLaren2013-07-261-6/+27
* | Increase default page_size valueJared Culp2013-07-161-1/+1
|/
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-5/+6
* Do not decode headers in v1/images.pyFlaper Fesp2013-06-041-3/+12
* Convert non-ascii characters within image property to unicodeZhi Yan Liu2013-05-211-2/+4
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Merge "Decode input and encode output"Jenkins2013-02-181-2/+13
|\
| * Decode input and encode outputFlaper Fesp2013-02-131-2/+13
* | Quote image ids before passing them to glanceVishvananda Ishaya2013-01-311-3/+7
|/
* Merge "Add --sort-key and --sort-dir to image-list"Jenkins2012-11-301-0/+20
|\
| * Add --sort-key and --sort-dir to image-listBrian Waldon2012-11-281-0/+20
* | Merge "Allow setting x-image-meta-store through shell on image creation"Jenkins2012-11-261-1/+1
|\ \ | |/ |/|
| * Allow setting x-image-meta-store through shell on image creationFlorian Haas2012-11-241-1/+1
* | Pin pep8 to 1.3.3Chuck Short2012-11-251-2/+2
|/
* Handle create/update of images with unknown sizeStuart McLaren2012-10-081-10/+10
* Specified Content-Length in update request headerUnmesh Gurjar2012-09-061-2/+2
* Ensure v1 'limit' query parameter works correctly.0.4.2Brian Lamar2012-08-151-2/+4
* Allow 'deleted' to be passed through image update0.4.1Brian Waldon2012-08-131-1/+5
* Cast is_public, protected, deleted to boolBrian Waldon2012-08-131-0/+5
* Return known int values as int, not strBrian Waldon2012-08-131-5/+15
* Enable client V2 to download imagesLars Gellrich2012-08-091-5/+11
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-231-2/+2
* Add pagination to v1 image-listBrian Waldon2012-07-191-15/+37
* Wrap image data in iteratorBrian Waldon2012-07-111-2/+4
* Preserve image properties on updateBrian Waldon2012-07-091-1/+10
* Allow image filtering by custom propertiesBrian Waldon2012-07-041-0/+3
* Hook up GET /v1/images/<id>Brian Waldon2012-06-211-0/+13