summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Start using Pyflakes and HackingDirk Mueller2013-06-226-15/+12
* Removes extra slash on endpoints without a pathKevin McDonald2013-06-191-0/+21
* Merge "Fix problem where image data is not read from a pipe."Jenkins2013-06-181-17/+29
|\
| * Fix problem where image data is not read from a pipe.Hugh Saunders2013-06-031-17/+29
* | Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-33/+0
* | Do not decode headers in v1/images.pyFlaper Fesp2013-06-041-11/+0
* | Add tests for encodingsFlaper Fesp2013-06-033-1/+41
|/
* Don't attempt to read stdin if it is empty.Hugh Saunders2013-05-231-0/+290
* Merge "Improve unit tests for python-glanceclient.glanceclient.common.base"Jenkins2013-05-221-0/+58
|\
| * Improve unit tests for python-glanceclient.glanceclient.common.baseTatyana Leontovich2013-05-151-0/+58
* | Convert non-ascii characters within image property to unicodeZhi Yan Liu2013-05-211-0/+1
* | Add test for glanceclient shellsTatyana Leontovich2013-05-175-0/+923
|/
* Image Members for glance v2 apiiccha-sethi2013-05-091-0/+112
* Merge "Improve Python 3.x compatibility"Jenkins2013-04-244-7/+7
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-04-224-7/+7
* | Test that copy_from is used properly in old APIJohn Bresnahan2013-04-121-0/+20
|/
* 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