summaryrefslogtreecommitdiff
path: root/glanceclient/v1/shell.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-0/+21
* | Allow v1 client to list all users' imagesStuart McLaren2013-07-261-0/+5
* | Add v1 client side owner based filteringStuart McLaren2013-07-261-0/+8
|/
* 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-041-1/+2
|/
* Don't attempt to read stdin if it is empty.Hugh Saunders2013-05-231-2/+2
* Merge "Improve Python 3.x compatibility"Jenkins2013-04-241-1/+1
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* | bug 1166263 image-update handling for closed stdinMattieuPuel2013-04-161-9/+16
|/
* Filter images list by public=True|FalseJohn Bresnahan2013-03-301-1/+4
* Merge "Decode input and encode output"Jenkins2013-02-181-1/+2
|\
| * Decode input and encode outputFlaper Fesp2013-02-131-1/+2
* | Fix typo in image-update help pageDavid Wittman2013-01-301-4/+4
|/
* Add image names to glance command arguments.Ken'ichi Ohmichi2013-01-051-17/+23
* Update --location help to reference swift store.Brian Waldon2012-12-031-8/+6
* Merge "Change default image sort to use name"Jenkins2012-11-301-1/+1
|\
| * Change default image sort to use nameBrian Waldon2012-11-281-1/+1
* | Merge "Add --sort-key and --sort-dir to image-list"Jenkins2012-11-301-2/+12
|\ \ | |/
| * Add --sort-key and --sort-dir to image-listBrian Waldon2012-11-281-2/+12
* | Merge "Allow setting x-image-meta-store through shell on image creation"Jenkins2012-11-261-0/+2
|\ \ | |/ |/|
| * Allow setting x-image-meta-store through shell on image creationFlorian Haas2012-11-241-0/+2
* | Pin pep8 to 1.3.3Chuck Short2012-11-251-2/+2
|/
* Merge "Make image sizes more readable for humans"Jenkins2012-11-191-4/+22
|\
| * Make image sizes more readable for humansChristian Berendt2012-11-191-4/+22
* | Set useful boolean flag metavarsBrian Waldon2012-11-191-4/+4
* | Enhance --checksum help with algorithmAndre Naehring2012-11-141-1/+2
|/
* Merge "Allow deletion of multiple images through CLI"Jenkins2012-10-251-3/+18
|\
| * Allow deletion of multiple images through CLISulochan Acharya2012-10-241-3/+18
* | Fixes shell command for member-deleteSulochan Acharya2012-10-231-5/+5
|/
* Merge "Display acceptable disk/container formats in help text"Jenkins2012-10-131-6/+12
|\
| * Display acceptable disk/container formats in help textBrian Waldon2012-10-041-6/+12
* | Handle create/update of images with unknown sizeStuart McLaren2012-10-081-3/+14
|/
* Merge "Fixes glance add / update / image-create / image-update on Windows"Jenkins2012-09-181-10/+18
|\
| * Fixes glance add / update / image-create / image-update on WindowsAlessandro Pilotti2012-09-131-10/+18
* | Typo in image-create help pageStuart McLaren2012-09-171-2/+2
|/
* Merge "Update command descriptions"Jenkins2012-08-211-1/+6
|\
| * Update command descriptionsBrian Waldon2012-08-211-1/+6
* | Enable client V1 to download imagesLars Gellrich2012-08-161-0/+11
|/
* Add legacy compat layer to v1 shellBrian Waldon2012-08-011-1/+9
* Add pagination to v1 image-listBrian Waldon2012-07-191-1/+6
* Add --is-public to image-createBrian Waldon2012-07-131-1/+6
* Translate is_protected to protectedBrian Waldon2012-07-111-0/+6
* Change --protected to --is-protected in createBrian Waldon2012-07-111-1/+1
* Properly map boolean-like arguments to True/FalseBrian Waldon2012-07-111-2/+2
* Preserve image properties on updateBrian Waldon2012-07-091-1/+5
* Add --file to image-update and correct bad nameBrian Waldon2012-07-091-3/+7
* Allow image filtering by custom propertiesBrian Waldon2012-07-041-0/+8
* Expand v1 image-list filtersBrian Waldon2012-07-041-5/+12
* Add size filtering to image-list actionBrian Waldon2012-07-041-1/+10