index
:
delta/openstack/python-keystoneclient.git
feature/keystone-v3
feature/keystoneauth_integration
master
stable/2023.1
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-keystoneclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystoneclient
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update hacking for Python3
Andreas Jaeger
2020-03-31
2
-0
/
+3
*
Update json module to jsonutils
cao.yuan
2019-02-25
1
-2
/
+2
*
Remove use of positional decorator
Morgan Fainberg
2017-08-07
7
-16
/
+0
*
Merge "Remove log translations in python-keystoneclient"
Jenkins
2017-05-16
2
-10
/
+8
|
\
|
*
Remove log translations in python-keystoneclient
wingwj
2017-03-21
2
-10
/
+8
*
|
Fix 12 warnings when building keystoneclient docs
Gage Hugo
2017-02-09
3
-5
/
+5
|
/
*
Fix some spelling mistaks in base.py & auth.py
zhangyanxian
2016-11-17
1
-2
/
+2
*
TrivialFix: Fixed typo in some files
Anh Tran
2016-09-27
3
-3
/
+3
*
Remove unused LOG
ji-xuepeng
2016-07-09
2
-8
/
+0
*
Fixing D202 and D203 PEP257 violation.
Navid Pustchi
2016-05-04
2
-12
/
+0
*
Fix D400 PEP257 violation.
Navid Pustchi
2016-04-23
2
-2
/
+4
*
Fix D401 PEP257 violation.
Navid Pustchi
2016-04-23
1
-2
/
+2
*
Allow seeing full token response when debug enabled
Stuart McLaren
2016-03-15
1
-0
/
+2
*
Deprecate auth plugins from keystoneclient
Jamie Lennox
2016-02-03
5
-0
/
+61
*
use positional library instead of utils
Steve Martinelli
2016-01-25
7
-13
/
+17
*
Merge "Address hacking check H405"
Jenkins
2016-01-23
2
-18
/
+28
|
\
|
*
Address hacking check H405
lin-hua-cheng
2016-01-13
2
-18
/
+28
*
|
Mark password/secret options as secret
Brant Knudson
2016-01-14
3
-2
/
+3
|
/
*
Swap the order of username deprecation
Monty Taylor
2015-11-19
3
-6
/
+6
*
Pull the endpoint from the Session
Monty Taylor
2015-11-08
1
-1
/
+2
*
Merge "Mark abstractmethod bodies with nocover"
Jenkins
2015-10-22
5
-5
/
+6
|
\
|
*
Mark abstractmethod bodies with nocover
Brant Knudson
2015-10-21
5
-5
/
+6
*
|
Merge "Docstring spelling and function-vs-method fixes"
Jenkins
2015-10-21
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Docstring spelling and function-vs-method fixes
Dolph Mathews
2015-10-21
1
-5
/
+5
*
|
pass on @abc.abstractmethods
Dolph Mathews
2015-10-21
3
-0
/
+3
|
/
*
Make __all__ immutable
Dolph Mathews
2015-10-01
8
-12
/
+12
*
Identity plugin thread safety
Jamie Lennox
2015-09-10
1
-2
/
+10
*
Stop using .keys() on dicts where not needed
Brant Knudson
2015-08-06
1
-1
/
+1
*
Proper deprecation for BaseIdentityPlugin trust_id property
Brant Knudson
2015-07-26
4
-5
/
+57
*
Proper deprecation for BaseIdentityPlugin username, password, token_id proper...
Brant Knudson
2015-07-26
2
-6
/
+109
*
Merge "Add get_communication_params interface to plugins"
Jenkins
2015-06-09
1
-0
/
+13
|
\
|
*
Add get_communication_params interface to plugins
Jamie Lennox
2015-05-26
1
-0
/
+13
*
|
Stop using function deprecated in Python 3
Brant Knudson
2015-06-08
2
-9
/
+11
*
|
Merge "A Default CLI plugin"
Jenkins
2015-05-29
1
-0
/
+83
|
\
\
|
|
/
|
/
|
|
*
A Default CLI plugin
Jamie Lennox
2015-05-28
1
-0
/
+83
*
|
Merge "Provide a means to get all installed plugins"
Jenkins
2015-05-22
2
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Provide a means to get all installed plugins
Jamie Lennox
2015-04-15
2
-0
/
+30
*
|
Add docstrings for ``protocol`` parameter
Marek Denis
2015-05-21
1
-3
/
+10
*
|
Merge "Support discovery on the AUTH_INTERFACE"
Jenkins
2015-05-20
1
-19
/
+22
|
\
\
|
*
|
Support discovery on the AUTH_INTERFACE
Jamie Lennox
2015-03-30
1
-19
/
+22
*
|
|
Merge "Prompt for password on CLI if not provided"
Jenkins
2015-05-20
3
-0
/
+25
|
\
\
\
|
*
|
|
Prompt for password on CLI if not provided
Jamie Lennox
2015-05-02
3
-0
/
+25
*
|
|
|
Typo in openstack client help
Eric Brown
2015-05-15
1
-1
/
+1
|
/
/
/
*
|
|
Increase minimum token life required
Jamie Lennox
2015-04-09
1
-2
/
+3
*
|
|
Merge "Provide a generic auth plugin loader"
Jenkins
2015-04-08
1
-7
/
+29
|
\
\
\
|
*
|
|
Provide a generic auth plugin loader
Jamie Lennox
2015-03-18
1
-7
/
+29
*
|
|
|
Allow requesting an unscoped Token
Jamie Lennox
2015-03-31
1
-2
/
+9
|
|
/
/
|
/
|
|
*
|
|
Add a FederatedBase v3 plugin
Jamie Lennox
2015-03-20
2
-0
/
+114
|
/
/
*
|
Extract BaseAuth out of Auth Plugin
Jamie Lennox
2015-03-17
2
-25
/
+52
*
|
Split v3 authentication file into module
Jamie Lennox
2015-03-17
4
-117
/
+181
[next]