summaryrefslogtreecommitdiff
path: root/keystoneclient/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo on attribute word.Daniel Bengtsson2020-04-211-2/+2
* Add return-request-id-to-caller function(v3/contrib)openstack2019-01-161-0/+4
* Merge "Add Response class to return request-id to caller"Zuul2018-10-191-30/+92
|\
| * Add Response class to return request-id to callerDavid Stanek2018-03-261-30/+92
* | refactor the getid method in keystoneclient/base.pyzhubx0072018-08-081-10/+4
|/
* Add project tags to keystoneclientSamuel Pilla2017-12-201-0/+7
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-3/+3
* Allow Multiple Filters of the Same KeySamuel Pilla2017-01-241-1/+4
* Do not add last_request_idBoris Bobrov2016-11-101-2/+0
* Increase readability of 'find()' method and small improvementsArthur Miranda2016-10-211-9/+9
* Merge "Use exceptions from Keystoneauth"Jenkins2016-10-141-8/+9
|\
| * Use exceptions from KeystoneauthJamie Lennox2016-08-241-8/+9
* | Merge "Use AUTH_INTERFACE object from keystoneauth"Jenkins2016-10-051-2/+2
|\ \ | |/
| * Use AUTH_INTERFACE object from keystoneauthJamie Lennox2016-08-241-2/+2
* | Fix non-ascii attributesRoman Bogorodskiy2016-09-241-1/+8
|/
* Add __ne__ built-in functionyuyafei2016-08-111-0/+4
* Fixing D105 PEP257Navid Pustchi2016-05-041-0/+3
* Fixing D200 PEP257 violation.Navid Pustchi2016-05-041-3/+1
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+2
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-4/+7
* Revert "Support `truncated` flag returned by identity service"Monty Taylor2016-02-261-35/+1
* Support `truncated` flag returned by identity serviceBoris Bobrov2016-02-261-1/+35
* Merge "Address hacking check H405"Jenkins2016-01-231-2/+1
|\
| * Address hacking check H405lin-hua-cheng2016-01-131-2/+1
* | Merge "Revert "Support `truncated` flag returned by keystone""2.1.2Jenkins2016-01-141-21/+1
|\ \ | |/ |/|
| * Revert "Support `truncated` flag returned by keystone"2.1.1Brant Knudson2016-01-131-21/+1
* | Merge "Support `truncated` flag returned by keystone"Jenkins2016-01-071-1/+21
|\ \ | |/
| * Support `truncated` flag returned by keystoneBoris Bobrov2015-12-281-1/+21
* | Merge "Remove "deprecated" internal method"Jenkins2016-01-061-6/+1
|\ \
| * | Remove "deprecated" internal methodBrant Knudson2015-12-291-6/+1
| |/
* | Fix Resource.__eq__ mismatch semantics of object equalRui Chen2015-12-161-2/+0
|/
* Mark abstractmethod bodies with nocoverBrant Knudson2015-10-211-1/+1
* Move apiclient.base.Resource into keystoneclientBrant Knudson2015-08-051-2/+91
* Proper deprecation for Manager.apiBrant Knudson2015-07-261-1/+11
* Prevent attempts to "filter" list() calls by globally unique IDsDolph Mathews2015-07-191-0/+11
* Merge "Inherited role domain calls on keystoneclient v3"1.4.0Jenkins2015-04-181-0/+5
|\
| * Inherited role domain calls on keystoneclient v3henriquetruta2015-04-061-0/+5
* | Implements subtree_as_ids and parents_as_idsRodrigo Duarte Sousa2015-03-131-0/+9
|/
* Correct documenting constructor parametersBrant Knudson2014-12-041-4/+3
* Make keystoneclient use an adapterJamie Lennox2014-11-211-2/+1
* I18nBrant Knudson2014-10-281-3/+6
* Extracting common code to private methodRodrigo Duarte Sousa2014-09-241-8/+5
* Enumerate Projects with Unscoped TokensAdam Young2014-09-231-11/+19
* Don't log sensitive auth dataJamie Lennox2014-07-241-0/+5
* Allow passing kwargs from managers to sessionJamie Lennox2014-07-231-19/+27
* fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* Use Resource class from OsloAndrey Kurilin2014-02-171-73/+2
* Remove vim headerEric Guo2014-02-081-2/+0
* Prevent dictionary size from changing while iterating over its itemsCyril Roelandt2014-01-061-10/+8