summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Modify client library to comply with MIME revampArash Ghoreyshi2013-08-062-22/+29
| * Update keep to comply with the MIME type revampArash Ghoreyshi2013-08-052-18/+35
| * Merge branch 'master' of https://github.com/cloudkeep/python-barbicanclientArash Ghoreyshi2013-08-020-0/+0
| |\ | |/ |/|
* | Merge pull request #13 from Aghoreyshi/masterJohn Wood2013-07-156-12/+83
|\ \
* \ \ Merge pull request #10 from Aghoreyshi/masterJohn Wood2013-06-248-80/+172
|\ \ \
* \ \ \ Merge pull request #8 from Aghoreyshi/masterJohn Wood2013-06-207-42/+396
|\ \ \ \
* \ \ \ \ Merge pull request #6 from Aghoreyshi/masterJohn Wood2013-06-135-40/+253
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #5 from Aghoreyshi/masterDouglas Mendizabal2013-06-0612-22/+1005
|\ \ \ \ \ \
| | | | | | * Add the option to provide a secret expiration date when creating ordersArash Ghoreyshi2013-07-113-8/+13
| | | | | |/
| | | | | * Change setup.py so that it reads the version from version.pyArash Ghoreyshi2013-07-012-2/+16
| | | | | * Bump client version to 0.2.1Arash Ghoreyshi2013-06-282-2/+2
| | | | | * Add the skeleton for keep_test, and make a small change to client_testArash Ghoreyshi2013-06-282-4/+65
| | | | | * Fixed a bug involving secret expiration datesArash Ghoreyshi2013-06-281-2/+1
| | | | | * Bump client version to 0.2.0Arash Ghoreyshi2013-06-283-5/+2
| | | | |/
| | | | * Change the SERVICE_TOKEN env variable to AUTH_TOKENArash Ghoreyshi2013-06-243-4/+3
| | | | * Add an option to provide arguments through kwargs for testingArash Ghoreyshi2013-06-241-2/+7
| | | | * Merge pull request #1 from dmend/Aghoreyshi-masterArash Ghoreyshi2013-06-244-6/+8
| | | | |\