summaryrefslogtreecommitdiff
path: root/tests/unit/test_swiftclient.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-061-3328/+0
* Add delimiter to get_account().Timur Alperovich2018-11-301-0/+12
* Stop leaking quite so many connectionsTim Burke2018-11-091-1/+7
* Stop lazy importing keystoneclientTim Burke2018-09-071-17/+9
* Properly handle unicode headers.Timur Alperovich2018-07-231-0/+61
* Merge "Stop mutating header dicts"Zuul2018-07-171-2/+13
|\
| * Stop mutating header dictsTim Burke2017-08-251-2/+13
* | Make OS_AUTH_URL work in DevStack by defaultClay Gerrard2018-06-201-0/+47
* | Add force auth retry mode in swiftclientKota Tsuyuzaki2018-03-131-0/+67
* | Add a query_string option to head_object().Timur Alperovich2018-03-051-2/+13
* | Merge "Add support for versionless endpoints"Jenkins2017-08-291-0/+20
|\ \ | |/ |/|
| * Add support for versionless endpointsChristian Schwede2017-06-131-0/+20
* | Merge "Do not set Content-Type to '' with new requests."Jenkins2017-06-131-2/+17
|\ \ | |/ |/|
| * Do not set Content-Type to '' with new requests.Timur Alperovich2017-06-131-2/+17
* | Fix MockHttpResponse to be more like the RealClay Gerrard2017-03-081-44/+31
|/
* Fix logging of the gzipped bodyVitaly Gridnev2017-03-081-1/+43
* Merge "Add additional headers for HEAD/GET/DELETE requests."Jenkins2016-11-081-1/+1
|\
| * Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-1/+1
* | Merge "Adding keystoneauth sessions support"Jenkins2016-10-261-0/+42
|\ \ | |/ |/|
| * Adding keystoneauth sessions supportPaulo Ewerton2016-05-191-0/+42
* | Merge "Accept gzip-encoded API responses"Jenkins2016-09-011-3/+18
|\ \
| * | Accept gzip-encoded API responsesTim Burke2016-08-301-3/+18
* | | Merge "Convert numeric and boolean header values to strings"Jenkins2016-08-311-3/+4
|\ \ \ | |/ / |/| |
| * | Convert numeric and boolean header values to stringsTim Burke2016-08-251-3/+4
* | | Merge "client: renew token on 401 even if retries is 0"Jenkins2016-08-261-0/+78
|\ \ \
| * | | client: renew token on 401 even if retries is 0Julien Danjou2016-06-071-0/+78
| | |/ | |/|
* | | Use mock patch to handle get_auth_keystoneJamie Lennox2016-08-251-133/+144
| |/ |/|
* | Merge "Add copy object method"Jenkins2016-08-241-0/+104
|\ \
| * | Add copy object methodMarek Kaleta2016-08-231-0/+104
| |/
* | Merge "Query string functionality for containers"Jenkins2016-06-141-0/+31
|\ \ | |/ |/|
| * Query string functionality for containersAndrew Welleck2016-06-091-0/+31
* | Merge "Support client certificate/key"Jenkins2016-05-191-2/+37
|\ \ | |/ |/|
| * Support client certificate/keyCedric Brandily2016-04-101-2/+37
* | Merge "Check responses when retrying bodies"Jenkins2016-05-111-2/+68
|\ \ | |/ |/|
| * Check responses when retrying bodiesTim Burke2016-05-041-2/+68
* | Include response headers in ClientExceptionsTim Burke2016-03-031-16/+72
* | Merge "Drop testtools from test-requirements.txt"Jenkins2016-03-011-31/+44
|\ \
| * | Drop testtools from test-requirements.txtTim Burke2016-02-121-31/+44
* | | Merge "Fix wrong args for get_container with full listing"Jenkins2016-02-291-0/+22
|\ \ \
| * | | Fix wrong args for get_container with full listingAlistair Coles2016-02-221-0/+22
* | | | Merge "Force header keys/values to bytes/unicode before coercing to unicode"Jenkins2016-02-271-2/+5
|\ \ \ \
| * | | | Force header keys/values to bytes/unicode before coercing to unicodeTim Burke2016-02-261-2/+5
* | | | | Fix test for redacting sensitive data in client.http_log()Joel Wright2016-02-261-9/+14
|/ / / /
* | | | Follow-up to patch 282363Tim Burke2016-02-251-1/+1
* | | | Do not reveal auth token in swiftclient log messages by defaultJoel Wright2016-02-221-2/+74
|/ / /
* | | Merge "_RetryBody doesn't need to take explicit etag/content-length"Jenkins2016-02-181-0/+52
|\ \ \ | |/ / |/| / | |/
| * _RetryBody doesn't need to take explicit etag/content-lengthTim Burke2016-01-111-0/+52
* | Merge "Accept token and tenant_id for authenticating against KS"Jenkins2016-02-101-1/+6
|\ \
| * | Accept token and tenant_id for authenticating against KSPratik Mallya2016-01-181-1/+6
* | | Use bulk-delete middleware when availableTim Burke2016-01-121-1/+36