summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
* Only log application/json in session to start3.9.0Steve Martinelli2017-01-102-33/+31
* X-Serivce-Token should be hashed in the logTin Lam2017-01-092-2/+3
* Merge "Do not log binary data during request"Jenkins2017-01-082-7/+9
|\
| * Do not log binary data during requestSteve Martinelli2017-01-062-7/+9
* | Merge "remove hacking checks from keystoneclient"Jenkins2017-01-064-148/+0
|\ \
| * | remove hacking checks from keystoneclientSteve Martinelli2017-01-064-148/+0
| |/
* | Merge "Prevent MemoryError when logging response bodies"Jenkins2017-01-053-14/+74
|\ \ | |/ |/|
| * Prevent MemoryError when logging response bodiesTobias Diaz2017-01-053-14/+74
* | re-work inference rule bindingsSteve Martinelli2016-12-185-131/+383
* | Merge "Deprecate the generic client"Jenkins2016-12-083-0/+13
|\ \
| * | Deprecate the generic clientJamie Lennox2016-12-073-0/+13
* | | Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-082-2/+2
|/ /
* | Refactor test_projectsRodrigo Duarte Sousa2016-12-051-37/+36
* | Refactor test_credentialsRodrigo Duarte Sousa2016-12-051-13/+18
* | Fix Failing tests with openssl >= 1.1.0Ondřej Kobližek2016-12-041-4/+15
* | skip failing functional testSteve Martinelli2016-12-041-0/+3
* | Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-013-1/+20
|\ \
| * | Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-053-1/+20
* | | Merge "Pass allow_expired to token validate"Jenkins2016-11-292-4/+31
|\ \ \
| * | | Pass allow_expired to token validateJamie Lennox2016-11-292-4/+31
* | | | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-182-4/+4
* | | | Fix some spelling mistaks in base.py & auth.pyzhangyanxian2016-11-172-3/+3
* | | | Merge "Fix typo in access.py"Jenkins2016-11-171-1/+1
|\ \ \ \
| * | | | Fix typo in access.pyzhangyanxian2016-11-161-1/+1
* | | | | Refactor test_domain_configsRodrigo Duarte Sousa2016-11-161-13/+18
|/ / / /
* | | | Merge "Do not add last_request_id"3.7.0Jenkins2016-11-141-2/+0
|\ \ \ \
| * | | | Do not add last_request_idBoris Bobrov2016-11-101-2/+0
* | | | | Remove revocation event codeBoris Bobrov2016-11-102-318/+0
|/ / / /
* | | | Merge "Remove unauthenticated functions"Jenkins2016-11-101-24/+0
|\ \ \ \
| * | | | Remove unauthenticated functionsJamie Lennox2016-08-241-24/+0
| | |_|/ | |/| |
* | | | Fix typo in httpclient.pyzhangyanxian2016-11-081-1/+1
* | | | Merge "Increase readability of 'find()' method and small improvements"Jenkins2016-11-034-11/+12
|\ \ \ \
| * | | | Increase readability of 'find()' method and small improvementsArthur Miranda2016-10-214-11/+12
| | |/ / | |/| |
* | | | Support domain-specific configuration managementHenry Nash2016-11-025-0/+350
|/ / /
* | | Merge "TrivialFix: Using assertIsNone() instead of assertEqual(None)"Jenkins2016-10-201-1/+1
|\ \ \
| * | | TrivialFix: Using assertIsNone() instead of assertEqual(None)Anh Tran2016-09-271-1/+1
* | | | Merge "Use exceptions from Keystoneauth"Jenkins2016-10-1411-33/+39
|\ \ \ \
| * | | | Use exceptions from KeystoneauthJamie Lennox2016-08-2411-33/+39
* | | | | Remove redundant variable declarationGeorge Tian2016-10-091-2/+0
* | | | | Merge "Use AUTH_INTERFACE object from keystoneauth"Jenkins2016-10-0510-23/+26
|\ \ \ \ \ | |/ / / /
| * | | | Use AUTH_INTERFACE object from keystoneauthJamie Lennox2016-08-2410-23/+26
* | | | | Merge "Use fixtures from keystoneauth"Jenkins2016-10-0518-22/+28
|\ \ \ \ \ | |/ / / /
| * | | | Use fixtures from keystoneauthJamie Lennox2016-08-2418-22/+28
| | |/ / | |/| |
* | | | Merge "Import module instead of object"Jenkins2016-09-291-5/+5
|\ \ \ \
| * | | | Import module instead of objectAnh Tran2016-09-271-5/+5
| | |/ / | |/| |
* | | | TrivialFix: Fixed typo in some filesAnh Tran2016-09-273-3/+3
|/ / /
* | | Merge "Correct output for Implied Roles"Jenkins2016-09-262-2/+26
|\ \ \
| * | | Correct output for Implied RolesAdam Young2016-09-212-2/+26
* | | | Fix non-ascii attributesRoman Bogorodskiy2016-09-242-1/+18
* | | | Merge "Import module instead of object"Jenkins2016-09-211-3/+3
|\ \ \ \