summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Only log application/json content typemitaka-eol2.3.2stable/mitakaTobias Diaz2017-01-111-18/+59
* Merge "Do not log binary data during request" into stable/mitakaJenkins2017-01-101-7/+4
|\
| * Do not log binary data during requestSteve Martinelli2017-01-091-7/+4
* | X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+2
|/
* Merge "Handle exception on UnicodeDecodError in logging of request"Jenkins2016-02-121-0/+39
|\
| * Handle exception on UnicodeDecodError in logging of requestTrevor McKay2016-02-101-0/+39
* | Deprecate SessionJamie Lennox2016-02-031-7/+24
|/
* Replace TestResponse with requests_mockJamie Lennox2016-01-251-2/+2
* remove the default arguments "{}"Javeme2015-12-141-1/+3
* Merge "Fixes missing socket attribute error during init_poolmanager"Jenkins2015-09-081-0/+37
|\
| * Fixes missing socket attribute error during init_poolmanagerClaudiu Belu2015-08-261-0/+37
* | Mask passwords when logging the HTTP responseMatt Riedemann2015-08-311-0/+29
|/
* Proper deprecation for Session.get_token()Brant Knudson2015-08-131-1/+2
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+2
* Merge "Use python-six shim for assertRaisesRegex/p"Jenkins2015-06-181-4/+5
|\
| * Use python-six shim for assertRaisesRegex/pCorey Bryant2015-06-051-4/+5
* | Use random strings for test fixturesBrant Knudson2015-06-081-2/+2
|/
* Ensure that failing responses are loggedJamie Lennox2015-05-051-0/+12
* Replace assertRaisesRegexp with assertRaisesRegexVictor Morales2015-03-261-4/+4
* Merge "Improve feedback message in SSL error"Jenkins2015-03-241-0/+18
|\
| * Improve feedback message in SSL errorRodrigo Duarte Sousa2015-03-201-0/+18
* | Merge "Rename requests mock object in testing"Jenkins2015-03-201-32/+32
|\ \
| * | Rename requests mock object in testingJamie Lennox2015-03-181-32/+32
| |/
* | Allow passing logger object to requestJamie Lennox2015-03-161-0/+58
|/
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+866