summaryrefslogtreecommitdiff
path: root/glanceclient/v1
Commit message (Expand)AuthorAgeFilesLines
* Add legacy compat layer to v1 shellBrian Waldon2012-08-012-1/+519
* Refactor http request/response loggingBrian Waldon2012-07-291-5/+0
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-231-2/+2
* Add pagination to v1 image-listBrian Waldon2012-07-192-16/+43
* Merge "Wrap image data in iterator"Jenkins2012-07-191-2/+4
|\
| * Wrap image data in iteratorBrian Waldon2012-07-111-2/+4
* | 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-092-2/+15
* Add --file to image-update and correct bad nameBrian Waldon2012-07-091-3/+7
* Allow image filtering by custom propertiesBrian Waldon2012-07-042-0/+11
* Expand v1 image-list filtersBrian Waldon2012-07-041-5/+12
* Add size filtering to image-list actionBrian Waldon2012-07-041-1/+10
* Allow image upload from local file to v1 APIAdam Gandelman2012-07-031-2/+12
* Hook up GET /v1/images/<id>Brian Waldon2012-06-211-0/+13
* Adds support for --insecure.Michael Basnight2012-05-241-2/+3
* Refactor HTTPClient to use two request methodsBrian Waldon2012-05-222-12/+15
* Adds filter support to images.list().Gabriel Hurley2012-04-271-1/+3
* Add fields to image-listDean Troyer2012-04-241-1/+2
* Fix image-create using pipelinesDean Troyer2012-04-231-1/+1
* Fixing pep8 errorsBrian Waldon2012-04-032-2/+4
* Adding id for image membersBrian Waldon2012-04-031-0/+4
* image membership management worksBrian Waldon2012-04-033-18/+54
* Adding support for passing image data through cliBrian Waldon2012-04-032-4/+59
* Image update worksBrian Waldon2012-04-032-11/+73
* More complete image creationBrian Waldon2012-04-032-29/+87
* Adding image-create actionBrian Waldon2012-04-031-5/+17
* Adding shared-images supportBrian Waldon2012-04-021-10/+45
* Image members bonesBrian Waldon2012-04-024-2/+82
* Basic testingBrian Waldon2012-04-021-15/+44
* Basic get/list operations workBrian Waldon2012-03-264-0/+147