summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve Python 3.x compatibilityDirk Mueller2013-04-224-7/+7
* Improve unit tests for python-glanceclient.glanceclient.common.httpTatyana Leontovich2013-04-042-2/+103
* Merge "Filter images list by public=True|False"Jenkins2013-04-021-0/+49
|\
| * Filter images list by public=True|FalseJohn Bresnahan2013-03-301-0/+49
* | Merge "Allow for prettytable 0.7.x as well"Jenkins2013-03-211-0/+43
|\ \ | |/ |/|
| * Allow for prettytable 0.7.x as wellDirk Mueller2013-03-151-0/+43
* | Implements filters: visibility, owner, member_status.Brian Rosmaita2013-03-081-2/+121
|/
* Report name resolution errors properlyStanislaw Pitucha2013-02-191-0/+42
* Merge "Decode input and encode output"Jenkins2013-02-183-12/+78
|\
| * Decode input and encode outputFlaper Fesp2013-02-133-12/+78
* | Add library support for v2 image updateBrian Waldon2013-02-131-1/+24
|/
* Adds image-delete functionality.Anita Kuno2013-01-291-0/+17
* Use testtools instead of unittest.Monty Taylor2013-01-028-20/+23
* Support --os-cacertDean Troyer2012-12-111-12/+12
* Merge "Add --sort-key and --sort-dir to image-list"Jenkins2012-11-301-0/+47
|\
| * Add --sort-key and --sort-dir to image-listBrian Waldon2012-11-281-0/+47
* | Merge "Verify that host matches certificate"Jenkins2012-11-265-110/+254
|\ \ | |/ |/|
| * Verify that host matches certificateStuart McLaren2012-11-205-110/+254
* | Pin pep8 to 1.3.3Chuck Short2012-11-253-8/+8
* | Simplify human-readable size outputBrian Waldon2012-11-191-3/+5
* | Make image sizes more readable for humansChristian Berendt2012-11-191-0/+5
|/
* Merge "Handle create/update of images with unknown size"Jenkins2012-10-131-1/+1
|\
| * Handle create/update of images with unknown sizeStuart McLaren2012-10-081-1/+1
* | Implement blueprint ssl-connect-reworkStuart McLaren2012-10-084-0/+228
|/
* Add happy path tests for ResponseBodyIteratorBrian Waldon2012-10-022-1/+19
* Make ConnectionRefused error more informative.Andrew Laski2012-09-121-0/+55
* Specified Content-Length in update request headerUnmesh Gurjar2012-09-061-1/+1
* Ensure v1 'limit' query parameter works correctly.0.4.2Brian Lamar2012-08-151-2/+3
* Allow 'deleted' to be passed through image update0.4.1Brian Waldon2012-08-131-0/+2
* Cast is_public, protected, deleted to boolBrian Waldon2012-08-131-0/+14
* Return known int values as int, not strBrian Waldon2012-08-131-3/+6
* Enable client V2 to download imagesLars Gellrich2012-08-094-2/+210
* Refactor HTTP-related exceptionsBrian Waldon2012-08-081-0/+29
* Stop looking for v2 image in containerBrian Waldon2012-07-301-4/+2
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-231-2/+18
* Add pagination to v1 image-listBrian Waldon2012-07-193-22/+108
* Merge "Wrap image data in iterator"Jenkins2012-07-191-2/+2
|\
| * Wrap image data in iteratorBrian Waldon2012-07-111-2/+2
* | Add pagination to v2 image-listBrian Waldon2012-07-132-5/+40
* | Convert v2 images list method to generatorBrian Waldon2012-07-131-1/+2
* | Replace static v2 Image model with warlock modelBrian Waldon2012-07-132-10/+10
* | Add support for viewing a single image through v2Brian Waldon2012-07-131-0/+79
* | Rewrite link parsing for finding v2 schemasBrian Waldon2012-07-131-4/+4
|/
* Preserve image properties on updateBrian Waldon2012-07-091-0/+6
* Allow image filtering by custom propertiesBrian Waldon2012-07-041-0/+5
* Hook up GET /v1/images/<id>Brian Waldon2012-06-211-0/+20
* Add 'explain' command to v2 that describes schemasBrian Waldon2012-06-076-133/+243
* Auto generate AUTHORS file for glanceclient component.Bhuvan Arumugam2012-06-021-63/+0
* Refactor HTTPClient to use two request methodsBrian Waldon2012-05-221-35/+34
* Adds filter support to images.list().Gabriel Hurley2012-04-271-0/+5