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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix response body being omitted in debug mode incorrectly
Tin Lam
2017-01-17
1
-0
/
+10
*
Only log application/json in session to start
3.9.0
Steve Martinelli
2017-01-10
1
-30
/
+25
*
X-Serivce-Token should be hashed in the log
Tin Lam
2017-01-09
1
-1
/
+2
*
Merge "Do not log binary data during request"
Jenkins
2017-01-08
1
-7
/
+4
|
\
|
*
Do not log binary data during request
Steve Martinelli
2017-01-06
1
-7
/
+4
*
|
Merge "remove hacking checks from keystoneclient"
Jenkins
2017-01-06
2
-111
/
+0
|
\
\
|
*
|
remove hacking checks from keystoneclient
Steve Martinelli
2017-01-06
2
-111
/
+0
|
|
/
*
|
Merge "Prevent MemoryError when logging response bodies"
Jenkins
2017-01-05
2
-10
/
+59
|
\
\
|
|
/
|
/
|
|
*
Prevent MemoryError when logging response bodies
Tobias Diaz
2017-01-05
2
-10
/
+59
*
|
re-work inference rule bindings
Steve Martinelli
2016-12-18
1
-40
/
+196
*
|
Merge "Deprecate the generic client"
Jenkins
2016-12-08
1
-0
/
+1
|
\
\
|
*
|
Deprecate the generic client
Jamie Lennox
2016-12-07
1
-0
/
+1
*
|
|
Use assertIsNone(...) instead of assertEqual(None, ...)
chenaidong1
2016-12-08
2
-2
/
+2
|
/
/
*
|
Merge "Fix missing service_catalog parameter in Client object"
3.8.0
Jenkins
2016-12-01
2
-0
/
+16
|
\
\
|
*
|
Fix missing service_catalog parameter in Client object
Mikhail Nikolaenko
2016-08-05
2
-0
/
+16
*
|
|
Merge "Pass allow_expired to token validate"
Jenkins
2016-11-29
1
-0
/
+13
|
\
\
\
|
*
|
|
Pass allow_expired to token validate
Jamie Lennox
2016-11-29
1
-0
/
+13
*
|
|
|
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
howardlee
2016-11-18
2
-4
/
+4
*
|
|
|
Support domain-specific configuration management
Henry Nash
2016-11-02
1
-0
/
+96
|
/
/
/
*
|
|
Merge "TrivialFix: Using assertIsNone() instead of assertEqual(None)"
Jenkins
2016-10-20
1
-1
/
+1
|
\
\
\
|
*
|
|
TrivialFix: Using assertIsNone() instead of assertEqual(None)
Anh Tran
2016-09-27
1
-1
/
+1
*
|
|
|
Merge "Use exceptions from Keystoneauth"
Jenkins
2016-10-14
6
-14
/
+18
|
\
\
\
\
|
*
|
|
|
Use exceptions from Keystoneauth
Jamie Lennox
2016-08-24
6
-14
/
+18
*
|
|
|
|
Merge "Use AUTH_INTERFACE object from keystoneauth"
Jenkins
2016-10-05
2
-6
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Use AUTH_INTERFACE object from keystoneauth
Jamie Lennox
2016-08-24
2
-6
/
+7
*
|
|
|
|
Merge "Use fixtures from keystoneauth"
Jenkins
2016-10-05
18
-22
/
+28
|
\
\
\
\
\
|
|
/
/
/
/
|
|
/
/
/
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use fixtures from keystoneauth
Jamie Lennox
2016-08-24
18
-22
/
+28
|
|
|
/
|
|
/
|
*
|
|
Merge "Correct output for Implied Roles"
Jenkins
2016-09-26
1
-1
/
+24
|
\
\
\
|
*
|
|
Correct output for Implied Roles
Adam Young
2016-09-21
1
-1
/
+24
*
|
|
|
Fix non-ascii attributes
Roman Bogorodskiy
2016-09-24
1
-0
/
+10
|
/
/
/
*
|
|
Merge "Remove deprecated 'data' credential argument"
Jenkins
2016-09-02
1
-22
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove deprecated 'data' credential argument
Samuel de Medeiros Queiroz
2016-08-09
1
-22
/
+0
*
|
|
Merge "Do not send user ids as payload"
3.5.0
Jenkins
2016-08-22
1
-4
/
+0
|
\
\
\
|
*
|
|
Do not send user ids as payload
Boris Bobrov
2016-07-29
1
-4
/
+0
|
|
/
/
*
|
|
Add __ne__ built-in function
yuyafei
2016-08-11
1
-3
/
+15
|
/
/
*
|
Use assertEqual() instead of assertDictEqual()
Tang Chen
2016-07-26
3
-24
/
+6
*
|
Use the adapter instead of the client in tests
David Stanek
2016-07-05
1
-1
/
+1
|
/
*
Use /v3/auth/projects and /v3/auth/domains
Lance Bragstad
2016-06-13
2
-5
/
+5
*
Handle EmptyCatalog exception in list federated projects
Paulo Ewerton
2016-06-08
1
-0
/
+103
*
Merge "map fixtures to keystoneauth"
Jenkins
2016-05-23
1
-1
/
+1
|
\
|
*
map fixtures to keystoneauth
Steve Martinelli
2016-05-22
1
-1
/
+1
*
|
Merge "Fixing D105 PEP257"
Jenkins
2016-05-04
1
-0
/
+1
|
\
\
|
*
|
Fixing D105 PEP257
Navid Pustchi
2016-05-04
1
-0
/
+1
*
|
|
Merge "Fixing D202 and D203 PEP257 violation."
Jenkins
2016-05-04
6
-13
/
+0
|
\
\
\
|
|
/
/
|
*
|
Fixing D202 and D203 PEP257 violation.
Navid Pustchi
2016-05-04
6
-13
/
+0
*
|
|
Merge "Fixing D204, D205, and D207 PEP257 violation."
Jenkins
2016-05-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fixing D204, D205, and D207 PEP257 violation.
Navid Pustchi
2016-05-04
1
-0
/
+1
*
|
|
Merge "httpclient: remove unused debug kwargs"
Jenkins
2016-05-04
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
httpclient: remove unused debug kwargs
Julien Danjou
2016-05-02
1
-1
/
+0
*
|
|
Fixing D211 PEP257 violation.
Navid Pustchi
2016-05-02
1
-1
/
+0
[next]