summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unicode-related Python2-only codeCyril Roelandt2022-11-141-12/+12
* Merge "Do not use the six library in the tests."Zuul2020-07-161-8/+8
|\
| * Do not use the six library in the tests.Cyril Roelandt2020-06-151-8/+8
* | Pass Global Request ID on with session clientErno Kuvaja2020-07-131-0/+14
|/
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* Update hacking for Python3Andreas Jaeger2020-04-021-5/+5
* Don't quote colon in HTTP headersimacdonn2018-11-011-1/+7
* Skip quote '=' for token headerwangxiyuan2018-07-261-3/+4
* Do not quote '+' for token headerwangxiyuan2018-07-251-3/+3
* Handle HTTP headers per RFC 8187Brian Rosmaita2018-05-171-3/+11
* Merge "Replace six.iteritems() with .items()"Jenkins2017-06-281-2/+2
|\
| * Replace six.iteritems() with .items()ji-xuepeng2017-02-081-2/+2
* | Allow global_request_id in Client constructorSean Dague2017-06-011-0/+13
* | v2: Content-Type: application/octet-stream header always addedckonstanski2017-05-191-0/+36
* | x-openstack-request-id logged twice in logsAbhishek Kekane2017-02-221-0/+18
|/
* Merge "Revert "Add last_request_id member to HTTPClient and SessionClient""Jenkins2016-12-141-8/+0
|\
| * Revert "Add last_request_id member to HTTPClient and SessionClient"Abhishek Kekane2016-05-231-8/+0
* | Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'Cao Xuan Hoang2016-09-281-1/+1
* | switch from keystoneclient to keystoneauthItisha Dewan2016-09-031-2/+2
* | py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-251-0/+8
* | Use correct order of arguments to assertEqualzhengyao12016-06-291-1/+1
* | Merge "Fix "Codec can't encode characters""Jenkins2016-05-231-4/+1
|\ \
| * | Fix "Codec can't encode characters"Darja Shakhray2016-05-191-4/+1
* | | Merge "Add last_request_id member to HTTPClient and SessionClient"Jenkins2016-05-181-0/+8
|\ \ \ | |/ / |/| / | |/
| * Add last_request_id member to HTTPClient and SessionClientCao ShuFeng2016-03-301-0/+8
* | Merge "Enable hacking checks"Jenkins2016-04-201-5/+3
|\ \
| * | Enable hacking checksTin Lam2016-04-181-5/+3
| |/
* | Update auth_token before sending requestkairat_kushaev2016-03-301-8/+23
|/
* Change assertTrue(isinstance()) by optimal assertLiuNanke2016-01-061-1/+1
* Ensure that identity token in header is not an unicode stringVincent Untz2015-11-171-0/+8
* Merge "Add support for setting Accept-Language header"Jenkins2015-10-141-0/+22
|\
| * Add support for setting Accept-Language headerFrode Nordahl2015-10-141-0/+22
* | Remove custom SSL compression handlingStuart McLaren2015-08-261-19/+0
|/
* Enable flake8 checksDarja Shakhray2015-07-211-6/+5
* Fix exception message in Http.pywangxiyuan2015-07-141-0/+14
* Make glanceclient accept a session objectJamie Lennox2015-06-111-1/+35
* Move unit tests to standard directoryStuart McLaren2015-04-181-0/+326