summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "use importlib.metadata to get keyring version"Zuul2022-04-291-5/+13
|\
| * use importlib.metadata to get keyring versionDoug Hellmann2022-04-221-5/+13
* | Stop using an admin endpoint by defaultDr. Jens Harbott2021-11-051-5/+14
|/
* Add Response class to return request-id to callerDavid Stanek2018-03-261-0/+5
* Remove use of positional decoratorMorgan Fainberg2017-08-071-4/+0
* Remove log translations in python-keystoneclientwingwj2017-03-211-6/+4
* Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-011-1/+4
|\
| * Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-051-1/+4
* | Fix typo in httpclient.pyzhangyanxian2016-11-081-1/+1
|/
* Merge "Fixing D105 PEP257"Jenkins2016-05-041-0/+2
|\
| * Fixing D105 PEP257Navid Pustchi2016-05-041-0/+2
* | Merge "Fixing D200 PEP257 violation."Jenkins2016-05-041-6/+2
|\ \ | |/
| * Fixing D200 PEP257 violation.Navid Pustchi2016-05-041-6/+2
* | Merge "Fixing D202 and D203 PEP257 violation."Jenkins2016-05-041-2/+0
|\ \ | |/
| * Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-2/+0
* | httpclient: remove unused debug kwargsJulien Danjou2016-05-021-5/+1
|/
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-4/+4
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-11/+17
* Merge "Deprecate adapter"Jenkins2016-02-121-1/+1
|\
| * Deprecate adapterJamie Lennox2016-02-031-1/+1
* | Merge "Remove python 2.5 workaround"Jenkins2016-02-041-6/+0
|\ \
| * | Remove python 2.5 workaroundBrant Knudson2016-01-311-6/+0
| |/
* | Update keyring requirementsBrant Knudson2016-01-311-2/+3
|/
* use positional library instead of utilsSteve Martinelli2016-01-251-4/+4
* Merge "Address hacking check H405"Jenkins2016-01-231-2/+4
|\
| * Address hacking check H405lin-hua-cheng2016-01-131-2/+4
* | Deprecate the baseclient.ClientJamie Lennox2015-12-171-1/+1
|/
* Proper deprecation for httpclient.USER_AGENTBrant Knudson2015-08-291-2/+6
* Deprecate create HTTPClient without sessionBrant Knudson2015-08-291-7/+33
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+1
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-131-1/+6
* Stop using .keys() on dicts where not neededBrant Knudson2015-08-061-1/+1
* Proper deprecation for HTTPClient session and adapter propertiesBrant Knudson2015-08-041-5/+16
* Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-041-21/+49
* Proper deprecation for HTTPClient.tenant_id|nameBrant Knudson2015-08-041-2/+23
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-3/+11
* Proper deprecation for httpclient.request()Brant Knudson2015-07-261-2/+14
* Stop using deprecated AccessInfo.auth_url and management_urlBrant Knudson2015-07-241-2/+8
* tox env for BanditBrant Knudson2015-06-031-1/+1
* Adapter version is a tupleBrant Knudson2015-04-301-1/+5
* Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* Allow fetching user_id/project_id from authJamie Lennox2015-01-051-0/+6
* Pass all adapter parameters through to adapterJamie Lennox2014-12-051-4/+27
* Correct documenting constructor parametersBrant Knudson2014-12-041-58/+56
* Make keystoneclient use an adapterJamie Lennox2014-11-211-57/+153
* Merge "Cleanup docs - raises class"Jenkins2014-11-181-3/+4
|\
| * Cleanup docs - raises classBrant Knudson2014-10-181-3/+4
* | I18nBrant Knudson2014-10-281-9/+13
* | Merge "Prevent AttributeError if no authorization"Jenkins2014-10-271-1/+1
|\ \