summaryrefslogtreecommitdiff
path: root/barbicanclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-06-091-59/+59
* Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-121-1/+1
* Support import modules from barbicanclient.client module4.5.2Jeremy Liu2017-08-011-0/+32
* Refactor barbicanclientJeremy Liu2017-06-201-17/+18
* Enable F and H flake8 rulesKaitlin Farr2017-03-291-4/+2
* Use keystoneauthDouglas Mendizábal2016-10-181-2/+2
* Remove unused importJamie Lennox2016-06-011-1/+0
* Display error descriptionThomas Herve2016-03-091-0/+3
* Part 1: Adding ACL support for Client API.Arun Kant2015-09-281-0/+2
* Merge "Allow Barbican Client Secret Update Functionality"Jenkins2015-09-011-2/+6
|\
| * Allow Barbican Client Secret Update FunctionalityFernando Diaz2015-08-251-2/+6
* | 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