summaryrefslogtreecommitdiff
path: root/glanceclient/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Update how tokens are redactedTravis Tripp2014-09-151-0/+12
* Fix v2 requests to non-bleeding edge serversLakshmi N Sampath2014-09-121-0/+18
* Support for Metadata Definitions Catalog API0.14.0Pawel Koniszewski2014-09-031-2/+12
* Merge "Use immutable arg rather mutable arg"Jenkins2014-08-031-2/+4
|\
| * Use immutable arg rather mutable argliuqing2014-07-031-2/+4
* | Replace old httpclient with requestsAmalaBasha2014-07-101-0/+20
|/
* Add support for location parameters in v2 commandsDavid Koo2014-06-161-0/+10
* Merge "Finalize Python3 support"Jenkins2014-05-281-1/+2
|\
| * Finalize Python3 supportFrederic Lepied2014-05-201-1/+2
* | fixed typos found by RETF rulesChristian Berendt2014-05-051-1/+1
|/
* Python 3: do not use the unicode() functionCyril Roelandt2014-03-031-1/+1
* Merge "Using common method 'bool_from_string' from oslo strutils"Jenkins2014-01-311-5/+1
|\
| * Using common method 'bool_from_string' from oslo strutilsllg82122014-01-241-5/+1
* | Handle endpoints with versions consistentlyStuart McLaren2014-01-221-0/+13
|/
* Python 3: use six.iteritems and six.string_typesYassine Lamgarchal2014-01-131-2/+4
* Get better format for long lines with PrettyTableFei Long Wang2014-01-061-1/+2
* Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-151-1/+1
|\
| * Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | Merge "Fix python 3.x related Hacking warnings"Jenkins2013-11-121-3/+5
|\ \
| * | Fix python 3.x related Hacking warningsDirk Mueller2013-08-261-3/+5
| |/
* | Add CLI for V2 image create, update, and uploadeddie-sheffield2013-10-021-0/+86
|/
* Updated from global requirementsMonty Taylor2013-08-101-1/+1
* Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-18/+28
* Encode error messages before sending them to stdoutFlaper Fesp2013-07-291-0/+12
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-77/+5
* Prevent WantReadError when using httpsStuart McLaren2013-04-231-0/+11
* Decode input and encode outputFlaper Fesp2013-02-131-4/+77
* Add image names to glance command arguments.Ken'ichi Ohmichi2013-01-051-3/+10
* Add --sort-key and --sort-dir to image-listBrian Waldon2012-11-281-1/+1
* Simplify human-readable size outputBrian Waldon2012-11-191-2/+5
* Make image sizes more readable for humansChristian Berendt2012-11-191-0/+12
* Enable client V2 to download imagesLars Gellrich2012-08-091-0/+38
* Align print_dict to the leftBrian Waldon2012-07-131-1/+1
* Rewrite link parsing for finding v2 schemasBrian Waldon2012-07-131-1/+8
* Establish the supported importable interfaceBrian Waldon2012-07-131-5/+5
* Stick prettytable at v0.6Brian Waldon2012-06-071-1/+1
* Add minimal support for the v2 APIBrian Waldon2012-06-041-0/+8
* Remove printtDean Troyer2012-05-071-2/+2
* Basic get/list operations workBrian Waldon2012-03-261-0/+117