summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* Only log application/json content typemitaka-eol2.3.2stable/mitakaTobias Diaz2017-01-111-4/+18
* Merge "Do not log binary data during request" into stable/mitakaJenkins2017-01-101-0/+5
|\
| * Do not log binary data during requestSteve Martinelli2017-01-091-0/+5
* | X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+1
|/
* Merge "Handle exception on UnicodeDecodError in logging of request"Jenkins2016-02-121-2/+11
|\
| * Handle exception on UnicodeDecodError in logging of requestTrevor McKay2016-02-101-2/+11
* | Deprecate SessionJamie Lennox2016-02-031-0/+6
|/
* use positional library instead of utilsSteve Martinelli2016-01-251-6/+6
* Address hacking check H405lin-hua-cheng2016-01-131-3/+4
* No keystone Endpoint now gives a valid Error Messagerajiv2015-11-261-1/+4
* Merge "Iterate over copy of session.adapters keys in Python2/3"Jenkins2015-11-111-1/+1
|\
| * Iterate over copy of session.adapters keys in Python2/3Corey Bryant2015-11-101-1/+1
* | Docstring spelling and function-vs-method fixesDolph Mathews2015-10-211-1/+1
* | List creation could be rewritten as a list literalAnkit Agrawal2015-09-241-3/+4
|/
* Merge "Fixes missing socket attribute error during init_poolmanager"Jenkins2015-09-081-4/+17
|\
| * Fixes missing socket attribute error during init_poolmanagerClaudiu Belu2015-08-261-4/+17
* | Merge "Mask passwords when logging the HTTP response"Jenkins2015-09-031-1/+3
|\ \
| * | Mask passwords when logging the HTTP responseMatt Riedemann2015-08-311-1/+3
| |/
* | Update deprecation text for Session propertiesBrant Knudson2015-08-291-2/+4
|/
* Proper deprecation for Session.get_token()Brant Knudson2015-08-131-3/+9
* Deprecate use of cert and keyBrant Knudson2015-08-131-6/+9
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-3/+16
* Stop using .keys() on dicts where not neededBrant Knudson2015-08-061-2/+2
* Clarify setting socket_optionsBrant Knudson2015-08-021-22/+24
* Remove check for requests versionBrant Knudson2015-08-021-23/+22
* Set reasonable defaults for TCP Keep-AliveIan Cordasco2015-07-231-3/+28
* Merge "Removes unused debug logging code"Jenkins2015-06-181-22/+7
|\
| * Removes unused debug logging codeDavid Stanek2015-05-301-22/+7
* | Merge "Add get_communication_params interface to plugins"Jenkins2015-06-091-0/+66
|\ \
| * | Add get_communication_params interface to pluginsJamie Lennox2015-05-261-0/+66
* | | Stop using function deprecated in Python 3Brant Knudson2015-06-081-2/+2
|/ /
* | Fix auth required message translationJamie Lennox2015-05-261-7/+11
|/
* Merge "Ensure that failing responses are logged"Jenkins2015-05-201-1/+1
|\
| * Ensure that failing responses are loggedJamie Lennox2015-05-051-1/+1
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-05-081-2/+2
|/
* Make process_header privateJamie Lennox2015-04-141-4/+4
* Merge "Improve feedback message in SSL error"Jenkins2015-03-241-2/+3
|\
| * Improve feedback message in SSL errorRodrigo Duarte Sousa2015-03-201-2/+3
* | Allow passing logger object to requestJamie Lennox2015-03-161-20/+28
|/
* Merge "Make remove_service_catalog private"Jenkins2015-02-131-2/+2
|\
| * Make remove_service_catalog privateJamie Lennox2015-02-101-2/+2
* | Ignore all failures removing catalog when logging tokenBrant Knudson2015-02-121-8/+13
|/
* Merge "Change oslo.config to oslo_config"Jenkins2015-02-101-7/+7
|\
| * Change oslo.config to oslo_configBrant Knudson2015-01-311-7/+7
* | Merge "Change oslo.serialization to oslo_serialization"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* | Merge "Add get_headers interface to authentication plugins"1.1.0Jenkins2015-02-091-14/+32
|\ \
| * | Add get_headers interface to authentication pluginsJamie Lennox2015-02-021-14/+32
| |/