summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36 from dmend/masterv1.0.0John Wood2013-12-052-2/+2
|\
| * Version bump for Icehouse M1.Douglas Mendizabal2013-12-052-2/+2
|/
* Merge pull request #34 from dmend/masterPaul Kehrer2013-12-031-0/+3
|\
| * Add mailmap file.Douglas Mendizabal2013-12-031-0/+3
* | Merge pull request #33 from dmend/masterJohn Wood2013-12-031-3/+4
|\ \ | |/
| * Remove extra header (H2) in the readmeDouglas Mendizabal2013-12-031-3/+4
|/
* Merge pull request #32 from jfwood/masterPaul Kehrer2013-12-031-5/+14
|\
| * Update README.md to mention the pypi location, and to add verification inform...jfwood2013-12-031-5/+14
|/
* Merge pull request #28 from jfwood/masterJohn Wood2013-12-0315-92/+848
|\
| * Add mods per peer review; Added new testing log files to gitignore file;jfwood2013-11-263-22/+12
| * Remove unused utils file.jfwood2013-11-251-10/+0
| * Fix merge conflicts.jfwood2013-11-255-34/+71
| |\
| * | 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
* | | 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