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
/
v3
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop to use the __future__ module.
Hervé Beraud
2022-04-22
2
-4
/
+0
*
Add return-request-id-to-caller function(v3/contrib)
openstack
2019-01-16
1
-2
/
+2
*
Add return-request-id-to-caller function(v3/contrib)
openstack
2018-10-22
4
-16
/
+22
*
Update IdentityProviderManager docstring
chenxing
2018-06-20
1
-2
/
+2
*
Remove use of positional decorator
Morgan Fainberg
2017-08-07
4
-12
/
+0
*
Merge "Add support for endpoint group filtering"
Jenkins
2017-06-22
1
-2
/
+75
|
\
|
*
Add support for endpoint group filtering
Enrique Garcia Navalon
2017-04-13
1
-2
/
+75
*
|
Add support for specifying role ids when creating trust
Kristi Nikolla
2017-06-16
1
-4
/
+9
|
/
*
Fix 12 warnings when building keystoneclient docs
Gage Hugo
2017-02-09
1
-1
/
+1
*
Merge "Use exceptions from Keystoneauth"
Jenkins
2016-10-14
1
-2
/
+2
|
\
|
*
Use exceptions from Keystoneauth
Jamie Lennox
2016-08-24
1
-2
/
+2
*
|
Merge "Use AUTH_INTERFACE object from keystoneauth"
Jenkins
2016-10-05
3
-6
/
+7
|
\
\
|
|
/
|
*
Use AUTH_INTERFACE object from keystoneauth
Jamie Lennox
2016-08-24
3
-6
/
+7
*
|
Minor docstring fix in mappings.py
Rodrigo Duarte Sousa
2016-08-22
1
-1
/
+1
|
/
*
Use /v3/auth/projects and /v3/auth/domains
Lance Bragstad
2016-06-13
1
-1
/
+1
*
Handle EmptyCatalog exception in list federated projects
Paulo Ewerton
2016-06-08
1
-1
/
+1
*
Fixing D105 PEP257
Navid Pustchi
2016-05-04
1
-0
/
+1
*
Fixing D202 and D203 PEP257 violation.
Navid Pustchi
2016-05-04
5
-7
/
+0
*
Fixing D204, D205, and D207 PEP257 violation.
Navid Pustchi
2016-05-04
10
-0
/
+12
*
Fix identity_providers docstring
Rodrigo Duarte
2016-04-28
1
-2
/
+13
*
Fix D400 PEP257 violation.
Navid Pustchi
2016-04-23
4
-6
/
+6
*
Fix D401 PEP257 violation.
Navid Pustchi
2016-04-23
1
-1
/
+1
*
use positional library instead of utils
Steve Martinelli
2016-01-25
4
-8
/
+12
*
Make __all__ immutable
Dolph Mathews
2015-10-01
1
-2
/
+1
*
Stop using Manager.api
Brant Knudson
2015-07-26
2
-2
/
+4
*
Switch from deprecated isotime
Brant Knudson
2015-06-30
1
-3
/
+2
*
Add support to create ECP assertion based on a token
Steve Martinelli
2015-03-31
1
-4
/
+29
*
Add support to create SAML assertion based on a token
Steve Martinelli
2015-03-31
2
-0
/
+58
*
Merge "Add OS-SIMPLE-CERT support for v3."
Jenkins
2015-03-19
1
-0
/
+43
|
\
|
*
Add OS-SIMPLE-CERT support for v3.
Brant Knudson
2015-03-05
1
-0
/
+43
*
|
Federation Service Providers CRUD operations
Steve Martinelli
2015-03-16
2
-0
/
+106
|
/
*
Switch from oslo.utils to oslo_utils
Brant Knudson
2015-01-31
1
-1
/
+1
*
Project ID in OAuth headers was missing
Steve Martinelli
2014-12-08
1
-1
/
+1
*
Correct documenting constructor parameters
Brant Knudson
2014-12-04
1
-7
/
+7
*
Make keystoneclient use an adapter
Jamie Lennox
2014-11-21
4
-10
/
+17
*
I18n
Brant Knudson
2014-10-28
4
-14
/
+18
*
Correct use of noqa
Brant Knudson
2014-10-27
1
-1
/
+1
*
Merge "Fix mappings.Mapping docstring"
Jenkins
2014-10-20
1
-58
/
+49
|
\
|
*
Fix mappings.Mapping docstring
Marek Denis
2014-10-16
1
-58
/
+49
*
|
Use oslo.utils and oslo.serialization
Steve Martinelli
2014-10-15
1
-1
/
+2
|
/
*
Add support for endpoint policy.
Henry Nash
2014-09-18
1
-0
/
+153
*
Fixes import grouping
David Stanek
2014-08-06
1
-0
/
+1
*
List federated projects and domains
Marek Denis
2014-07-31
4
-0
/
+80
*
Merge "Add CRUD operations for Federated Protocols."
Jenkins
2014-07-15
2
-0
/
+147
|
\
|
*
Add CRUD operations for Federated Protocols.
Marek Denis
2014-07-10
2
-0
/
+147
*
|
Modify oauth calls to expect urlencoded responses
Steve Martinelli
2014-07-03
3
-2
/
+6
|
/
*
Rename v3._AuthConstructor to v3.AuthConstructor
Marek Denis
2014-06-19
1
-1
/
+1
*
Changes exception raised by v3.trusts.update()
Rodrigo Duarte Sousa
2014-06-03
1
-1
/
+2
*
Clean up oauth auth plugin code
Steve Martinelli
2014-05-29
1
-3
/
+0
*
Merge "Authenticate via oauth"
Jenkins
2014-05-28
1
-0
/
+58
|
\
[next]