summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* Adds bandit nosec flag to hashlib.sha1lhinds2017-08-311-1/+3
* Remove use of positional decoratorMorgan Fainberg2017-08-071-6/+2
* Merge "Replace six.iteritems() with .items()"Jenkins2017-06-131-2/+2
|\
| * Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+2
* | Merge "Remove log translations in python-keystoneclient"Jenkins2017-05-161-4/+4
|\ \ | |/ |/|
| * Remove log translations in python-keystoneclientwingwj2017-03-211-4/+4
* | Fix response body being omitted in debug mode incorrectlyTin Lam2017-01-171-2/+8
* | Only log application/json in session to start3.9.0Steve Martinelli2017-01-101-3/+6
* | X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+1
* | Merge "Do not log binary data during request"Jenkins2017-01-081-0/+5
|\ \
| * | Do not log binary data during requestSteve Martinelli2017-01-061-0/+5
| |/
* | Merge "Prevent MemoryError when logging response bodies"Jenkins2017-01-051-4/+15
|\ \ | |/ |/|
| * Prevent MemoryError when logging response bodiesTobias Diaz2017-01-051-4/+15
* | Increase readability of 'find()' method and small improvementsArthur Miranda2016-10-211-0/+1
|/
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-3/+0
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-4/+6
* 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