summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-098-7/+287
* | Refactor HTTP-related exceptionsBrian Waldon2012-08-082-88/+120
* | 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
* | Merge "Update python-keystoneclient version dependency"Jenkins2012-08-021-1/+1
|\ \ | |/
| * Update python-keystoneclient version dependencyBrian Waldon2012-08-011-1/+1
* | 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-302-6/+4
* | | Merge "Fix coverage reporting test."0.2.0Jenkins2012-07-311-1/+1
|\ \ \
| * | | Fix coverage reporting test.Clark Boylan2012-07-271-1/+1
| |/ /
* | | 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-236-60/+55
* Clarify usage of --insecure flagSascha Peilicke2012-07-201-1/+4
* Merge "Relax prettytable dependency to v0.6.X from v0.6"Jenkins2012-07-191-1/+1
|\
| * Relax prettytable dependency to v0.6.X from v0.6Brian Waldon2012-07-171-1/+1
* | Add pagination to v1 image-listBrian Waldon2012-07-195-38/+151
* | Merge "Wrap image data in iterator"Jenkins2012-07-193-6/+34
|\ \
| * | Wrap image data in iteratorBrian Waldon2012-07-113-6/+34
* | | Merge changes Ib98e912a,Ib98e912aJenkins2012-07-184-9/+67
|\ \ \
| * | | Add pagination to v2 image-listBrian Waldon2012-07-134-9/+65
| * | | Prevent links from being printed in v2 CLIBrian Waldon2012-07-131-0/+2
* | | | Merge changes Ib98e912a,Ib98e912a,Ib98e912a,Ib98e912a,Ib98e912aJenkins2012-07-188-23/+147
|\ \ \ \ | |/ / /
| * | | Align print_dict to the leftBrian Waldon2012-07-131-1/+1
| * | | Convert v2 images list method to generatorBrian Waldon2012-07-132-4/+7
| * | | Replace static v2 Image model with warlock modelBrian Waldon2012-07-136-23/+37
| * | | Add support for viewing a single image through v2Brian Waldon2012-07-133-0/+94
| * | | Rewrite link parsing for finding v2 schemasBrian Waldon2012-07-134-13/+26
| | |/ | |/|
* | | Update README usage examplesBrian Waldon2012-07-171-49/+12
|/ /
* | 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