summaryrefslogtreecommitdiff
path: root/glanceclient/v1
Commit message (Expand)AuthorAgeFilesLines
...
* Set purge-props header correctly in image updateMaithem2014-06-191-6/+5
* Merge "Reuse class Manager from common code"Jenkins2014-06-182-17/+26
|\
| * Reuse class Manager from common codeAndrey Kurilin2014-06-122-17/+26
* | Convert passed integer values into int in v1 shellCindy Pallares2014-06-121-9/+9
|/
* Merge "Fix help text in image-create"Jenkins2014-06-101-1/+1
|\
| * Fix help text in image-createJuan Manuel Olle2014-06-031-1/+1
* | Return request ID to callersChris Buccella2014-04-251-9/+43
|/
* Merge "Improve help strings"Jenkins2014-03-162-6/+6
|\
| * Improve help stringsAndreas Jaeger2014-02-262-6/+6
* | Only show progress bar for local image filesJon Bernard2014-01-311-1/+2
|/
* Merge "Using common method 'bool_from_string' from oslo strutils"Jenkins2014-01-313-10/+18
|\
| * Using common method 'bool_from_string' from oslo strutilsllg82122014-01-243-10/+18
* | Merge "Handle endpoints with versions consistently"Jenkins2014-01-241-2/+4
|\ \
| * | Handle endpoints with versions consistentlyStuart McLaren2014-01-221-2/+4
| |/
* | 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-182-6/+8
|/
* 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-092-5/+7
* Get better format for long lines with PrettyTableFei Long Wang2014-01-061-3/+6
* Merge "Fix and enable gating on H306"Jenkins2013-12-232-3/+3
|\
| * Fix and enable gating on H306Dirk Mueller2013-12-162-3/+3
* | Replace inheritance hierarchy with compositionAndrey Kurilin2013-12-092-5/+5
|/
* Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-156-6/+6
|\
| * Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-206-6/+6
* | Merge "Fix python 3.x related Hacking warnings"Jenkins2013-11-122-66/+71
|\ \
| * | Fix python 3.x related Hacking warningsDirk Mueller2013-08-262-66/+71
* | | Add CLI for V2 image create, update, and uploadeddie-sheffield2013-10-021-30/+1
| |/ |/|
* | Fix glanceclient usage inconsistences for optionsGabe Westmaas2013-08-251-5/+5
|/
* Revert "removed deprecated parameter --public"Dean Troyer2013-08-191-1/+6
* Merge "removed deprecated parameter --public"Jenkins2013-08-191-6/+1
|\
| * removed deprecated parameter --publicChristian Berendt2013-07-301-6/+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-082-36/+25
* | | Allow v1 client to list all users' imagesStuart McLaren2013-07-262-0/+7
* | | Add v1 client side owner based filteringStuart McLaren2013-07-262-6/+35
| |/ |/|
* | Increase default page_size valueJared Culp2013-07-161-1/+1
|/
* Start using Pyflakes and HackingDirk Mueller2013-06-223-7/+7
* Merge "Fix problem where image data is not read from a pipe."Jenkins2013-06-181-3/+4
|\
| * Fix problem where image data is not read from a pipe.Hugh Saunders2013-06-031-3/+4
* | Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-042-6/+8
* | Do not decode headers in v1/images.pyFlaper Fesp2013-06-041-3/+12
|/
* Don't attempt to read stdin if it is empty.Hugh Saunders2013-05-231-2/+2
* Convert non-ascii characters within image property to unicodeZhi Yan Liu2013-05-211-2/+4
* Merge "Improve Python 3.x compatibility"Jenkins2013-04-243-6/+6
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-04-223-6/+6
* | Merge "bug 1166263 image-update handling for closed stdin"Jenkins2013-04-221-9/+16
|\ \ | |/ |/|
| * bug 1166263 image-update handling for closed stdinMattieuPuel2013-04-161-9/+16