summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix logging of the gzipped bodyVitaly Gridnev2017-03-082-1/+61
* Merge "Make functests py3-compatible"Jenkins2017-01-241-15/+20
|\
| * Make functests py3-compatibleTim Burke2016-08-241-15/+20
* | Merge "Accept more types of input for headers/meta"Jenkins2017-01-241-3/+16
|\ \
| * | Accept more types of input for headers/metaTim Burke2016-11-181-3/+16
* | | prefix-based tempurls supportChristopher Bartz2017-01-192-2/+66
* | | Merge "modify 'swift <sub_command> —help' display"Jenkins2016-12-131-2/+5
|\ \ \ | |/ / |/| |
| * | modify 'swift <sub_command> —help' displayShashirekha Gundur2016-12-131-2/+5
* | | Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'howardlee2016-11-181-1/+1
* | | Merge "Add additional headers for HEAD/GET/DELETE requests."Jenkins2016-11-083-50/+307
|\ \ \
| * | | Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-073-50/+307
* | | | Merge "Add v1password keystoneauth plugin"Jenkins2016-11-081-0/+246
|\ \ \ \
| * | | | Add v1password keystoneauth pluginTim Burke2016-10-241-0/+246
* | | | | Merge "Adding keystoneauth sessions support"Jenkins2016-10-261-0/+42
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Adding keystoneauth sessions supportPaulo Ewerton2016-05-191-0/+42
* | | | Merge "Use ConfigParser instead of SafeConfigParser"Jenkins2016-10-171-1/+1
|\ \ \ \
| * | | | Use ConfigParser instead of SafeConfigParserPallavi2016-10-171-1/+1
* | | | | Replace assertTrue(a in b) with assertIn(a, b)Anh Tran2016-10-031-4/+4
| |_|/ / |/| | |
* | | | Merge "Make tempurl subcommand insist on whole number seconds"Jenkins2016-09-151-3/+18
|\ \ \ \
| * | | | Make tempurl subcommand insist on whole number secondsAlistair Coles2016-09-141-3/+18
* | | | | Merge "Fix intermittent test failure"Jenkins2016-09-141-3/+7
|\ \ \ \ \
| * | | | | Fix intermittent test failureTim Burke2016-09-011-3/+7
* | | | | | Merge "Make tempurl command check for valid object path"Jenkins2016-09-142-2/+40
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Make tempurl command check for valid object pathAlistair Coles2016-09-142-2/+40
* | | | | Fix order of arguments in assertIsJi-Wei2016-09-091-6/+6
|/ / / /
* | | | Make options arguments truely optionalChristian Schwede2016-09-061-0/+16
* | | | Merge "Accept gzip-encoded API responses"Jenkins2016-09-012-3/+55
|\ \ \ \
| * | | | Accept gzip-encoded API responsesTim Burke2016-08-302-3/+55
| |/ / /
* | | | Merge "Convert numeric and boolean header values to strings"Jenkins2016-08-312-4/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Convert numeric and boolean header values to stringsTim Burke2016-08-252-4/+14
* | | | 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 "Strip leading/trailing whitespace from headers"Jenkins2016-08-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Strip leading/trailing whitespace from headersTim Burke2016-08-191-1/+1
* | | | Merge "Add copy object method"Jenkins2016-08-244-0/+383
|\ \ \ \ | |/ / / |/| | |
| * | | Add copy object methodMarek Kaleta2016-08-234-0/+383
| | |/ | |/|
* | | Merge "Fix unicode issues in tempurl command"Jenkins2016-08-071-33/+109
|\ \ \
| * | | Fix unicode issues in tempurl commandTim Burke2016-07-191-33/+109
* | | | Merge "Add --json option to `swift capabilities` / `swift info`"Jenkins2016-08-061-0/+16
|\ \ \ \
| * | | | Add --json option to `swift capabilities` / `swift info`Tim Burke2016-08-021-0/+16
* | | | | Modify assertzheng yin2016-07-261-25/+25
|/ / / /
* | | | Add __ne__ built-in functionyuyafei2016-07-051-0/+3
|/ / /
* | | Merge "Query string functionality for containers"Jenkins2016-06-141-0/+31
|\ \ \ | |_|/ |/| |
| * | Query string functionality for containersAndrew Welleck2016-06-091-0/+31
* | | Merge "Add an option: disable etag check on downloads"Jenkins2016-06-062-0/+27
|\ \ \
| * | | Add an option: disable etag check on downloadsCheng Li2016-06-022-0/+27
| | |/ | |/|
* | | Suppress InsecureRequestWarning when using --insecureTim Burke2016-06-011-10/+18
|/ /
* | Merge "Support client certificate/key"Jenkins2016-05-193-3/+46
|\ \
| * | Support client certificate/keyCedric Brandily2016-04-103-3/+46