summaryrefslogtreecommitdiff
path: root/barbicanclient
Commit message (Expand)AuthorAgeFilesLines
* Add remaining verification unit test and keep files/mods.jfwood2013-11-2510-291/+233
* 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
* Fixing typo in exception messageJohn Vrbanac2013-11-181-1/+1
* Fixed typo in keep Client initializationWyllys Ingersoll2013-11-131-1/+1
* Version bump.Douglas Mendizabal2013-09-111-1/+1
* Fix a couple of bugs caused by typos.Douglas Mendizabal2013-09-111-3/+3
* 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
* 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
* Clean up imports and update requirementsDouglas Mendizabal2013-09-024-26/+28
* 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-302-26/+59
* Rename Connection to Client.Douglas Mendizabal2013-08-293-87/+76
* Move tests inside main package.Douglas Mendizabal2013-08-293-0/+419
* 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-142-9/+3
* Modify default behaviors and the create_order signatureArash Ghoreyshi2013-08-124-30/+31
* Modifications to reflect payload_content_encoding being requiredArash Ghoreyshi2013-08-123-14/+21
* 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
* 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-011-1/+1
* Bump client version to 0.2.1Arash Ghoreyshi2013-06-281-1/+1
* Fixed a bug involving secret expiration datesArash Ghoreyshi2013-06-281-2/+1
* Bump client version to 0.2.0Arash Ghoreyshi2013-06-282-4/+1
* Change the SERVICE_TOKEN env variable to AUTH_TOKENArash Ghoreyshi2013-06-242-3/+2
* Add an option to provide arguments through kwargs for testingArash Ghoreyshi2013-06-241-2/+7
* Move keep script into barbicanclient module.Douglas Mendizabal2013-06-241-0/+168
* Change the SERVICE_ENDPOINT env variable to BARBICAN_ENDPOINTArash Ghoreyshi2013-06-241-8/+8
* Delete and stop tracking an OSX metadata fileArash Ghoreyshi2013-06-241-0/+0
* Complete docstrings in the client library and make them uniformArash Ghoreyshi2013-06-211-32/+65