summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
* Ensure v1 'limit' query parameter works correctly.0.4.2Brian Lamar2012-08-151-2/+4
* Allow 'deleted' to be passed through image update0.4.1Brian Waldon2012-08-131-1/+5
* Cast is_public, protected, deleted to boolBrian Waldon2012-08-131-0/+5
* Return known int values as int, not strBrian Waldon2012-08-131-5/+15
* Use system CA certificate fileStuart McLaren2012-08-132-3/+22
* socket errors and timeouts should be CommunicationErrors0.4.0Chris Behrens2012-08-101-6/+6
* Handle communication failures cleanlyBrian Waldon2012-08-102-9/+31
* Merge "Client-side SSL Connection"Jenkins2012-08-102-0/+30
|\
| * Client-side SSL ConnectionBrian Waldon2012-08-042-0/+30
* | Merge "SSL Certificate Validation"Jenkins2012-08-104-25/+86
|\ \ | |/
| * SSL Certificate ValidationBrian Waldon2012-08-044-25/+86
* | Enable client V2 to download imagesLars Gellrich2012-08-094-5/+77
* | Refactor HTTP-related exceptionsBrian Waldon2012-08-081-88/+91
* | Simplify v2 schema lookupBrian Waldon2012-08-082-15/+1
* | Merge "Add missing copyright headers"Jenkins2012-08-083-3/+44
|\ \
| * | Add missing copyright headersBrian Waldon2012-08-023-3/+44
* | | legacy_shell.py shouldn't be executableBrian Waldon2012-08-071-0/+0
| |/ |/|
* | Merge "Allow CLI opts to override auth token and endpoint"0.3.0Jenkins2012-08-031-15/+19
|\ \ | |/ |/|
| * Allow CLI opts to override auth token and endpointBrian Waldon2012-08-011-15/+19
* | Add legacy compat layer to v1 shellBrian Waldon2012-08-014-5/+622
|/
* Merge "Refactor http request/response logging"Jenkins2012-08-023-35/+40
|\
| * Refactor http request/response loggingBrian Waldon2012-07-293-35/+40
* | Merge "Add exceptions for 500 and 503 HTTP status codes"Jenkins2012-08-011-2/+19
|\ \
| * | Add exceptions for 500 and 503 HTTP status codesBrian Waldon2012-07-291-2/+19
* | | Stop looking for v2 image in containerBrian Waldon2012-07-301-2/+2
* | | Merge "Honor '--insecure' commandline flag also for keystone authentication"Jenkins2012-07-311-2/+4
|\ \ \ | |_|/ |/| |
| * | Honor '--insecure' commandline flag also for keystone authenticationSascha Peilicke2012-07-261-2/+4
| |/
* | Fix --debug CLI optionBrian Waldon2012-07-292-10/+7
|/
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-234-57/+37
* Clarify usage of --insecure flagSascha Peilicke2012-07-201-1/+4
* Add pagination to v1 image-listBrian Waldon2012-07-192-16/+43
* Merge "Wrap image data in iterator"Jenkins2012-07-192-4/+32
|\
| * Wrap image data in iteratorBrian Waldon2012-07-112-4/+32
* | Add pagination to v2 image-listBrian Waldon2012-07-132-4/+25
* | Prevent links from being printed in v2 CLIBrian Waldon2012-07-131-0/+2
* | Align print_dict to the leftBrian Waldon2012-07-131-1/+1
* | Convert v2 images list method to generatorBrian Waldon2012-07-131-3/+5
* | Replace static v2 Image model with warlock modelBrian Waldon2012-07-133-13/+26
* | Add support for viewing a single image through v2Brian Waldon2012-07-132-0/+15
* | Rewrite link parsing for finding v2 schemasBrian Waldon2012-07-133-9/+22
* | Establish the supported importable interfaceBrian Waldon2012-07-137-149/+161
* | Add --is-public to image-createBrian Waldon2012-07-131-1/+6
* | Merge "Translate is_protected to protected"Jenkins2012-07-121-0/+6
|\ \
| * | Translate is_protected to protectedBrian Waldon2012-07-111-0/+6
* | | Merge changes I02ddeb59,Ife231377Jenkins2012-07-121-3/+3
|\ \ \ | |/ /
| * | 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
| |/
* | Merge "Remove AuthorizationFailure exception"Jenkins2012-07-122-6/+0
|\ \ | |/ |/|
| * Remove AuthorizationFailure exceptionBrian Waldon2012-07-102-6/+0
* | Add ability to get version information in pythonMonty Taylor2012-07-113-0/+189