summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix SLO re-uploadTim Burke2019-08-071-2/+42
* Fix up stable gateTim Burke2019-08-061-14/+28
* Update hacking versionZhijunWei2019-01-031-6/+6
* Add delimiter to get_account().Timur Alperovich2018-11-302-0/+24
* Stop leaking quite so many connectionsTim Burke2018-11-093-3/+17
* Stop lazy importing keystoneclientTim Burke2018-09-073-59/+38
* Merge "Back out some version bumps"Zuul2018-07-241-9/+26
|\
| * Back out some version bumpsTim Burke2018-07-111-9/+26
* | 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
* | | Add ability to generate a temporary URL with anmmcardle2018-07-102-5/+73
| |/ |/|
* | Merge "Add option for user to enter password"Zuul2018-06-301-3/+54
|\ \
| * | Add option for user to enter passwordAlistair Coles2018-06-111-3/+54
* | | Merge "Make OS_AUTH_URL work in DevStack by default"Zuul2018-06-291-0/+47
|\ \ \
| * | | Make OS_AUTH_URL work in DevStack by defaultClay Gerrard2018-06-201-0/+47
| |/ /
* | | Remove some pointless codeTim Burke2018-06-221-6/+0
|/ /
* | 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
* | Allow for object uploads > 5GB from stdin.Timur Alperovich2018-01-182-0/+235
* | Merge "Allow --meta on upload"Zuul2017-12-082-28/+13
|\ \
| * | Allow --meta on uploadTim Burke2017-07-062-28/+13
* | | Merge "Add support for versionless endpoints"Jenkins2017-08-291-0/+20
|\ \ \ | |_|/ |/| |
| * | Add support for versionless endpointsChristian Schwede2017-06-131-0/+20
* | | Allow for uploads from standard input.Timur Alperovich2017-07-261-1/+40
* | | Buffer reads from diskTim Burke2017-07-112-10/+10
* | | Option to ignore mtime metadata entry.Christopher Bartz2017-07-061-0/+46
| |/ |/|
* | Merge "Skip checksum validation on partial downloads"Jenkins2017-06-221-0/+10
|\ \
| * | Skip checksum validation on partial downloadsTim Burke2017-04-211-0/+10
* | | Merge "Tolerate RFC-compliant ETags"Jenkins2017-06-221-15/+23
|\ \ \ | |/ /
| * | Tolerate RFC-compliant ETagsTim Burke2017-04-211-15/+23
* | | Merge "Stop sending X-Static-Large-Object headers"Jenkins2017-06-141-1/+0
|\ \ \
| * | | Stop sending X-Static-Large-Object headersTim Burke2017-04-101-1/+0
| |/ /
* | | 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
* | | Merge "Fix MockHttpResponse to be more like the Real"Jenkins2017-06-121-44/+31
|\ \ \ | |/ / |/| |
| * | Fix MockHttpResponse to be more like the RealClay Gerrard2017-03-081-44/+31
* | | Merge "ISO 8601 timestamps for tempurl"Jenkins2017-05-182-16/+151
|\ \ \
| * | | ISO 8601 timestamps for tempurlChristopher Bartz2017-03-292-16/+151
| | |/ | |/|
* | | respect bulk delete page size and fix logic errorJohn Dickinson2017-04-202-20/+126
|/ /
* | Close file handle after upload jobKazufumi Noto2017-03-161-47/+72
|/
* 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