summaryrefslogtreecommitdiff
path: root/barbicanclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Add ability to add and list CAsAde Lee2015-08-031-0/+2
* Use keystone discovery instead of endpoint_overrideJuan Antonio Osorio Robles2015-06-251-7/+2
* Add capability of specifying Barbican version to clientJuan Antonio Osorio Robles2015-05-201-2/+6
* Remove instances of _base_urlJuan Antonio Osorio Robles2015-05-191-2/+0
* Use keystoneclient to get endpoint if it's emptyJuan Antonio Osorio Robles2015-04-251-10/+8
* Fixing misspelling in client docstringJohn Vrbanac2015-04-231-1/+1
* Raising errors from the client instead of ksclientJohn Vrbanac2015-04-151-33/+16
* Use the ksc Adapter instead of custom HTTPClientJamie Lennox2015-04-021-61/+36
* Fixed deprecated type and encoding test and encoding bugChellygel2015-03-181-1/+1
* Remove cyclical dependencyJamie Lennox2015-02-251-68/+68
* Convert CRUD tests to requests-mockJamie Lennox2015-02-251-1/+1
* Fix serialization of datetime objectsSteve Heyman2015-02-161-1/+24
* Update documentationDouglas Mendizábal2015-02-111-11/+12
* Refactored Client to use Keystone SessionsDouglas Mendizabal2014-10-201-95/+74
* Fix consistency between Order/Secret/ContainerAdam Harwell2014-10-081-6/+6
* Remove code from oslo-incubatorOleksii Chuprykov2014-10-071-1/+1
* Add Containers to python-barbicanclientAdam Harwell2014-09-261-4/+5
* Refactor client models in python-barbicanclientAdam Harwell2014-08-271-2/+0
* remove tenant-id from uritsv2014-08-181-2/+11
* Add Keystone V3 compliant session/auth plugin supporttsv2014-06-091-38/+93
* debug level logs should not be translatedChristian Berendt2014-05-171-1/+1
* Removing conditional around client status code checkJohn Vrbanac2013-12-181-1/+1
* Merge pull request #28 from jfwood/masterJohn Wood2013-12-031-5/+7
|\
| * Fix merge conflicts.jfwood2013-11-251-8/+10
| |\
| * | Add unit tests for secrets.jfwood2013-11-221-2/+2
| * | Add verifications resourcejfwood2013-11-201-2/+5
* | | Client should use endpoint from command line if it is not found in the auth c...Wyllys Ingersoll2013-12-031-1/+8
| |/ |/|
* | Rework logging to support importing externallyCraig Tracey2013-11-251-2/+1
* | Adding the --insecure cli argumentCraig Tracey2013-11-201-5/+9
|/
* pep-8 fixes.Douglas Mendizabal2013-09-041-2/+2
* Last of the changes to ClientDouglas Mendizabal2013-09-041-10/+21
* Update Client to use hrefs instead of parsing IDsDouglas Mendizabal2013-09-041-11/+8
* Raise exceptions for error responses from the serverDouglas Mendizabal2013-09-031-3/+31
* Clean up imports and update requirementsDouglas Mendizabal2013-09-021-0/+1
* Update keep to use refactored clientDouglas Mendizabal2013-09-021-2/+1
* Client.py cleanupDouglas Mendizabal2013-09-021-150/+25
* Moved order crud to order managerDouglas Mendizabal2013-09-021-118/+2
* Move raw secret get to secret managerDouglas Mendizabal2013-09-021-83/+7
* Added get and delete to secret managerDouglas Mendizabal2013-09-011-44/+6
* Moved secret create and list into secret managerDouglas Mendizabal2013-09-011-82/+81
* Added auth param to Client.Douglas Mendizabal2013-08-301-16/+31
* Rename Connection to Client.Douglas Mendizabal2013-08-291-2/+3
* PEP 8/Pyflakes fixesArash Ghoreyshi2013-08-161-1/+0
* Remove payload_content_encoding from ordersArash Ghoreyshi2013-08-141-7/+1
* Modify default behaviors and the create_order signatureArash Ghoreyshi2013-08-121-2/+8
* Modifications to reflect payload_content_encoding being requiredArash Ghoreyshi2013-08-121-3/+4
* Modify client library to comply with MIME revampArash Ghoreyshi2013-08-061-19/+22
* Add the option to provide a secret expiration date when creating ordersArash Ghoreyshi2013-07-111-1/+4
* Fixed a bug involving secret expiration datesArash Ghoreyshi2013-06-281-2/+1
* Bump client version to 0.2.0Arash Ghoreyshi2013-06-281-2/+1