An open API service providing commit metadata for open source projects.

GitHub / openstack/python-keystoneclient / commits

OpenStack Identity (Keystone) Client. Mirror of code maintained at opendev.org.

SHA Message Author Date Stats
876c2d6c merge Merge "python3: Refactor dict for python2/python3 compat" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
76152265 merge Merge "Sync jsonutils from oslo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
38d716e2 merge Merge "Updated from global requirements" OpenStack Jenkins <j****s@o****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
e40713f5 merge Merge "Allow v2 client authentication with trust_id" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
a03872aa merge Merge "python3: Make iteritems py3k compat" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
0c8faa3e Migrate the keystone.common.cms to keystoneclient Lei Zhang <z****y@g****m> almost 13 years ago
43e278c8 Fix python3 incompatible use of urlparse Clint Byrum <c****t@f****m> almost 13 years ago
6af45333 Sync jsonutils from oslo Kui Shi <s****d@g****m> almost 13 years ago
86000b47 PEP 8 Public and internal interfaces Brant Knudson <b****n@u****m> almost 13 years ago
a97b2935 Opt-out of service catalog guang-yee <g****e@h****m> almost 13 years ago
cc0e06ff merge Merge "Fixes print error for keystone action with non-English characters" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
3a817d94 merge Merge "assertEquals is deprecated, use assertEqual (H602)" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
5b45d749 Updated from global requirements OpenStack Jenkins <j****s@o****g> almost 13 years ago
3027e890 python3: Refactor dict for python2/python3 compat
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> almost 13 years ago
2cd21156 use six.StringIO for compatibility with io.StringIO in python3
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m>
Committed by: Dolph Mathews <d****s@g****m>
almost 13 years ago
b7b31bf6 python3: Make iteritems py3k compat
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> almost 13 years ago
92954a57 python3: Work around httpretty issue
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> almost 13 years ago
4ae816bb merge Merge "Normalize datetimes to account for tz" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
102b8677 merge Merge "Fix H202 assertRaises Exception" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
e9fb6c7c merge Merge "Refactor for testability of an upcoming change" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
0341f933 merge Merge "Add auth_uri in conf to avoid unnecessary warning" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
8a036c3f Fix H202 assertRaises Exception Kui Shi <s****d@g****m> almost 13 years ago
8744cb67 Verify token binding in auth_token middleware Jamie Lennox <j****x@r****m> almost 13 years ago
e170955d merge Merge "Log user info in auth_token middleware" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
4ad2d581 Add AssertRequestHeaderEqual test helper and make use of it Jamie Lennox <j****x@r****m> almost 13 years ago
2c5dcf9b Extract a base Session object Jamie Lennox <j****x@r****m> almost 13 years ago
e00b7b2f Make ROOTDIR determination more robust Dirk Mueller <d****k@d****e> almost 13 years ago
74dceaee Fixes print error for keystone action with non-English characters chenxiao <c****o@c****m> almost 13 years ago
5b7a460b Allow v2 client authentication with trust_id Steven Hardy <s****y@r****m> almost 13 years ago
5588abdf merge Merge "Move tests in keystoneclient" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
d9a874ff Require oslo.config 1.2.0 final Mark McLoughlin <m****c@r****m> almost 13 years ago
7f0df0ab merge Merge "Modify keyring tests to test authentication" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
0a18d8bb Move tests in keystoneclient Jamie Lennox <j****x@r****m> almost 13 years ago
fd0a176a Discover supported APIs Jamie Lennox <j****x@r****m> almost 13 years ago
0774d5aa Replace OpenStack LLC with OpenStack Foundation ZhiQiang Fan <a****n@g****m> almost 13 years ago
38aa12b5 merge Merge "Change Babel to a runtime requirement" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
e9949870 merge Merge "Allow blank to email in user-update" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
c55e7828 merge Merge "Decode the non-english username str to unicode" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
0e9c442b Change Babel to a runtime requirement Clint Byrum <c****t@f****m> almost 13 years ago
2fbb1908 assertEquals is deprecated, use assertEqual (H602) Dirk Mueller <d****k@d****e>
Committed by: Dolph Mathews <d****s@g****m>
almost 13 years ago
baa94901 Fix misused assertTrue in unit tests Chang Bo Guo <g****o@c****m> almost 13 years ago
c34310cc Allow blank to email in user-update Yuuichi Fujioka <f****i@g****m> almost 13 years ago
19b01154 merge Merge "Convert tests to HTTPretty and reorganize" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
ce654976 merge Merge "Don't need to init testr explicitly" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
557b5a26 merge Merge "Deprecation warning should be 'pending'" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
2fdbcbd0 Set example timestamps to 2038-01-18T21:14:07Z Dolph Mathews <d****s@g****m> almost 13 years ago
c448bb44 merge Merge "Replace HttpConnection in auth_token with Requests" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
7a4ad7d6 merge Merge "Support client generate literal ipv6 auth_uri base on auth_host" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
86c4c2d5 merge Merge "Allow Hacking 0.7.x or later" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
almost 13 years ago
54ff0729 Decode the non-english username str to unicode YangLei <y****y@c****m> almost 13 years ago
9ee559cd Deprecation warning should be 'pending' Dolph Mathews <d****s@g****m> almost 13 years ago
661d6cf7 Deprecation warning for the CLI Dolph Mathews <d****s@g****m> almost 13 years ago
d40a9f4f Log user info in auth_token middleware AmalaBasha <a****l@R****M> almost 13 years ago
e3baba31 Don't need to init testr explicitly Kui Shi <s****d@g****m> almost 13 years ago
51b09aff Allow Hacking 0.7.x or later Dirk Mueller <d****k@d****e> almost 13 years ago
2dc3d810 Add auth_uri in conf to avoid unnecessary warning ZhiQiang Fan <a****n@g****m> about 13 years ago
d6eb5021 merge Merge "Correct keyword args in test cases" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
ecc3d079 merge Merge "Fix and enable gating on F811" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
a7c665c2 merge Merge "Standardize base.py with novaclient" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
0b66820e merge Merge "Fixing potential NameErrors" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
9edf7d03 merge Merge "Add apiclient.exceptions hierarchy" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
e585654c merge Merge "Replace auth_token middleware tests with httpretty" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
93793cb3 Normalize datetimes to account for tz Bryan Davidson <b****n@r****m> about 13 years ago
a2e7b178 Refactor for testability of an upcoming change Bryan Davidson <b****n@r****m> about 13 years ago
0e4abc1b Remove testcase test_invalid_auth_version_request Wu Wenxiang <w****g@9****t> about 13 years ago
bbcc7a77 merge Merge "python3: Use from future import unicode_literals" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
a68fcef1 merge Merge "Sync py3kcompat from oslo-incubator" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
3353ec24 merge Merge "Update oslo.config" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
29f8b987 merge Merge "python3: Transition to mox3 instead of mox" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
789f40d2 merge Merge "Use OSLO jsonutils instead of json module" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
0bf1607c merge Merge "Fix and enable gating on F841" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
f719e109 Fix and enable gating on F841 Morgan Fainberg <m****@m****m> about 13 years ago
dfa9d83b merge Merge "Fix and enable gating on H302: only import modules" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
7719a140 merge Merge "Fix License Headers and Enable Gating on H102" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
ceb65b04 Convert tests to HTTPretty and reorganize Jamie Lennox <j****x@g****m>
Committed by: Jamie Lennox <j****x@r****m>
about 13 years ago
71fdbbe2 merge Merge "Remove duplicate method in AccessInfo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
5f91c1cb merge Merge "Synchronize code from oslo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
893c87b6 Remove duplicate method in AccessInfo ZhiQiang Fan <a****n@g****m> about 13 years ago
415e0164 merge Merge "Add domain attributes to accessinfo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
7a84727b merge Merge "Use hashed token for invalid PKI token cache key" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
9c10cb40 merge Merge "Support older token formats for projects in accessinfo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
cd8698ae merge Merge "clearer error when authenticate called without auth_url" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
ebba21bd Standardize base.py with novaclient Alessio Ababilov <i****x@g****m> about 13 years ago
7eb6f805 merge Merge "Move flake8 option from run_tests.sh to tox.ini" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
8f42f105 python3: Transition to mox3 instead of mox
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> about 13 years ago
070a351a Sync py3kcompat from oslo-incubator
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> about 13 years ago
2b3da5e3 Update oslo.config
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m> about 13 years ago
c27800ee python3: Use from future import unicode_literals
Signed-off-by: Chuck Short <c****t@c****m>
Chuck Short <c****t@c****m>
Committed by: Morgan Fainberg <m****@m****m>
about 13 years ago
76dac776 merge Merge "Add unittests for exceptions.EmptyCatalog" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
aa8c6551 merge Merge "Move all opens in auth_token to be in context" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
1ac85add merge Merge "Add importutils and strutils from oslo" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
69fb850b merge Merge "Allow configure the number of http retries" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
6441f2bf merge Merge "Extract test token data from auth_token middleware" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
8c28dc88 merge Merge "Initial Trusts support" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
0e9f769f merge Merge "Restore client.py for backward compatibility" Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 13 years ago
b43349a1 Support older token formats for projects in accessinfo Jamie Lennox <j****x@r****m>
Committed by: Morgan Fainberg <m****@m****m>
about 13 years ago
90d161fc Add domain attributes to accessinfo Jamie Lennox <j****x@r****m>
Committed by: Morgan Fainberg <m****@m****m>
about 13 years ago
cf966b95 Allow configure the number of http retries Chmouel Boudjnah <c****l@e****m> about 13 years ago
85242113 Support client generate literal ipv6 auth_uri base on auth_host Dazhao <d****u@c****m> about 13 years ago
70c79a59 Restore client.py for backward compatibility Jamie Lennox <j****x@r****m> about 13 years ago

← Back to repository