summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Add return-request-id-to-caller function(v3/contrib)openstack2019-01-161-1/+1
* Add return-request-id-to-caller function(v3/contrib)openstack2018-10-225-13/+342
* Merge "Add return-request-id-to-caller function(v3)"Zuul2018-10-191-0/+73
|\
| * Add return-request-id-to-caller function(v3)Maho Koshiya2018-03-261-0/+73
* | Merge "Add Response class to return request-id to caller"Zuul2018-10-191-0/+221
|\ \ | |/
| * Add Response class to return request-id to callerDavid Stanek2018-03-261-0/+221
* | Deprecate region enabled parameterVishakha Agarwal2018-09-281-0/+4
* | Merge "Add support for project-specific limits"rocky-em3.17.0Zuul2018-06-201-0/+77
|\ \
| * | Add support for project-specific limitsLance Bragstad2018-06-141-0/+77
* | | Merge "Add support for registered limits"Zuul2018-06-201-0/+76
|\ \ \ | |/ /
| * | Add support for registered limitsLance Bragstad2018-06-141-0/+76
| |/
* | Fix python3 test compatMorgan Fainberg2018-06-101-1/+1
|/
* Merge "Add CRUD support for application credentials"3.15.0Zuul2018-01-241-0/+116
|\
| * Add CRUD support for application credentialsColleen Murphy2018-01-231-0/+116
* | Add system role functionalityLance Bragstad2018-01-231-1/+73
|/
* Add project tags to keystoneclientSamuel Pilla2017-12-201-0/+83
* Remove use of positional decoratorMorgan Fainberg2017-08-071-5/+0
* Merge "Add support for endpoint group filtering"Jenkins2017-06-221-0/+144
|\
| * Add support for endpoint group filteringEnrique Garcia Navalon2017-04-131-0/+144
* | Add support for specifying role ids when creating trustKristi Nikolla2017-06-161-0/+16
* | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-1313-24/+15
|\ \
| * | Replace six.iteritems() with .items()M V P Nitesh2017-04-0313-24/+15
| |/
* | Stop using oslotest.mockpatchChangBo Guo(gcb)2017-05-031-8/+8
|/
* Fix failing PY2 and PY3 gate jobsdineshbhor2017-03-222-2/+2
* Merge "Add support for endpoint group CRUD"Jenkins2017-02-141-0/+34
|\
| * Add support for endpoint group CRUDSamuel de Medeiros Queiroz2017-02-111-0/+34
* | Use https for *.openstack.org referencesEric Brown2017-02-054-9/+10
* | Fix boto version strip regexMarounMaroun2017-01-271-0/+39
* | Fix response body being omitted in debug mode incorrectlyTin Lam2017-01-171-0/+10
* | Only log application/json in session to start3.9.0Steve Martinelli2017-01-101-30/+25
* | X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+2
* | Merge "Do not log binary data during request"Jenkins2017-01-081-7/+4
|\ \
| * | Do not log binary data during requestSteve Martinelli2017-01-061-7/+4
| |/
* | Merge "remove hacking checks from keystoneclient"Jenkins2017-01-062-111/+0
|\ \
| * | remove hacking checks from keystoneclientSteve Martinelli2017-01-062-111/+0
| |/
* | Merge "Prevent MemoryError when logging response bodies"Jenkins2017-01-052-10/+59
|\ \ | |/ |/|
| * Prevent MemoryError when logging response bodiesTobias Diaz2017-01-052-10/+59
* | re-work inference rule bindingsSteve Martinelli2016-12-181-40/+196
* | Merge "Deprecate the generic client"Jenkins2016-12-081-0/+1
|\ \
| * | Deprecate the generic clientJamie Lennox2016-12-071-0/+1
* | | Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-082-2/+2
|/ /
* | Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-012-0/+16
|\ \
| * | Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-052-0/+16
* | | Merge "Pass allow_expired to token validate"Jenkins2016-11-291-0/+13
|\ \ \
| * | | Pass allow_expired to token validateJamie Lennox2016-11-291-0/+13
* | | | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-182-4/+4
* | | | Support domain-specific configuration managementHenry Nash2016-11-021-0/+96
|/ / /
* | | 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-146-14/+18
|\ \ \ \