summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revamped unit tests to remove redundant testing, added some tests for the ver...jfwood2013-11-255-69/+540
| * | Add unit tests for secrets.jfwood2013-11-223-9/+190
| * | Add verifications resourcejfwood2013-11-205-8/+177
* | | Merge pull request #29 from wyllys66/masterJohn Wood2013-12-031-1/+8
|\ \ \ | |_|/ |/| |
| * | Client should use endpoint from command line if it is not found in the auth c...Wyllys Ingersoll2013-12-031-1/+8
|/ /
* | Merge pull request #26 from craigtracey/improve-loggingPaul Kehrer2013-11-255-4/+12
|\ \
| * | Rework logging to support importing externallyCraig Tracey2013-11-255-4/+12
|/ /
* | Merge pull request #25 from craigtracey/insecureDouglas Mendizabal2013-11-213-10/+26
|\ \ | |/ |/|
| * Adding the --insecure cli argumentCraig Tracey2013-11-203-10/+26
|/
* Merge pull request #23 from jmvrbanac/fixing_typoPaul Kehrer2013-11-181-1/+1
|\
| * Fixing typo in exception messageJohn Vrbanac2013-11-181-1/+1
|/
* Merge pull request #22 from wyllys66/masterJohn Wood2013-11-131-1/+1
|\
| * Fixed typo in keep Client initializationWyllys Ingersoll2013-11-131-1/+1
|/
* Merge pull request #20 from dmend/masterJohn Wood2013-09-112-4/+4
|\
| * Version bump.Douglas Mendizabal2013-09-111-1/+1
| * Fix a couple of bugs caused by typos.Douglas Mendizabal2013-09-111-3/+3
|/
* Merge pull request #17 from dmend/masterJohn Wood2013-09-0521-1089/+878
|\
| * Version bump.v0.4.0Douglas Mendizabal2013-09-051-1/+1
| * Remove unused exception.Douglas Mendizabal2013-09-052-16/+0
| * Update unit tests for ClientDouglas Mendizabal2013-09-052-327/+63
| * Add total() to both secrets and orders.Douglas Mendizabal2013-09-051-0/+10
| * pep-8 fixes.Douglas Mendizabal2013-09-043-10/+13
| * Update README.mdDouglas Mendizabal2013-09-041-19/+17
| * Rename KeystoneAuth to KeystoneAuthV2Douglas Mendizabal2013-09-043-6/+8
| * Update keep to use URIs instead of UUIDsDouglas Mendizabal2013-09-042-49/+69
| * Last of the changes to ClientDouglas Mendizabal2013-09-044-23/+51
| * Update Client to use hrefs instead of parsing IDsDouglas Mendizabal2013-09-043-97/+65
| * Raise exceptions for error responses from the serverDouglas Mendizabal2013-09-031-3/+31
| * Update README.mdDouglas Mendizabal2013-09-021-3/+73
| * Clean up imports and update requirementsDouglas Mendizabal2013-09-027-51/+44
| * Add store command to keep. Rename options to match other openstack clients.Douglas Mendizabal2013-09-021-70/+100
| * Update keep to use refactored clientDouglas Mendizabal2013-09-022-63/+78
| * Client.py cleanupDouglas Mendizabal2013-09-021-150/+25
| * Moved order crud to order managerDouglas Mendizabal2013-09-023-153/+143
| * Move raw secret get to secret managerDouglas Mendizabal2013-09-022-83/+21
| * Added get and delete to secret managerDouglas Mendizabal2013-09-012-72/+49
| * Moved secret create and list into secret managerDouglas Mendizabal2013-09-016-109/+188
| * Use KeystoneAuth in authenticate method.Douglas Mendizabal2013-08-301-66/+10
| * Added KeystoneAuth class for auth stuffDouglas Mendizabal2013-08-304-5/+83
| * Added auth param to Client.Douglas Mendizabal2013-08-304-37/+65
| * Rename Connection to Client.Douglas Mendizabal2013-08-293-87/+76
| * Update tox to run pep8 by default.Douglas Mendizabal2013-08-292-2/+5
| * Move tests inside main package.Douglas Mendizabal2013-08-294-0/+3
|/
* Merge pull request #15 from Aghoreyshi/masterPaul Kehrer2013-08-1611-86/+118
|\
| * PEP 8/Pyflakes fixesArash Ghoreyshi2013-08-167-7/+8
| * Change the lookup method for Secret dict fieldsArash Ghoreyshi2013-08-161-5/+5
| * Remove payload_content_encoding from ordersArash Ghoreyshi2013-08-144-13/+5
| * Modify default behaviors and the create_order signatureArash Ghoreyshi2013-08-125-30/+33
| * Modifications to reflect payload_content_encoding being requiredArash Ghoreyshi2013-08-124-33/+41
| * Make payload_content_type in keep default toArash Ghoreyshi2013-08-092-12/+11