summaryrefslogtreecommitdiff
path: root/keystoneclient/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-3/+11
* Apply six for metaclassfujioka yuuichi2013-10-181-2/+1
* Merge "python3: Refactor dict for python2/python3 compat"Jenkins2013-10-161-1/+1
|\
| * python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
|/
* Standardize base.py with novaclientAlessio Ababilov2013-08-271-42/+141
* Fix and enable Gating on H404Dirk Mueller2013-08-151-17/+9
* Reorganize url creation.Jamie Lennox2013-07-291-41/+56
* Merge "Add find() method to CrudManager"Jenkins2013-06-061-0/+22
|\
| * Add find() method to CrudManagerDean Troyer2013-05-301-0/+22