index
:
delta/openstack/python-swiftclient.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-swiftclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
test_shell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "tests" directory to be "test" like in the swift repo
Tim Burke
2019-11-06
1
-3402
/
+0
*
Delete/overwrite symlinks better
Tim Burke
2019-08-01
1
-0
/
+29
*
Optionally display listings in raw json
Clay Gerrard
2019-07-09
1
-0
/
+20
*
Merge "Clean up warnings from newer flake8"
Zuul
2019-06-28
1
-2
/
+2
|
\
|
*
Clean up warnings from newer flake8
Tim Burke
2019-06-27
1
-2
/
+2
*
|
Fix SLO re-upload
Tim Burke
2019-06-27
1
-2
/
+42
|
/
*
Update hacking version
ZhijunWei
2019-01-03
1
-6
/
+6
*
Stop lazy importing keystoneclient
Tim Burke
2018-09-07
1
-34
/
+29
*
Merge "Back out some version bumps"
Zuul
2018-07-24
1
-9
/
+26
|
\
|
*
Back out some version bumps
Tim Burke
2018-07-11
1
-9
/
+26
*
|
Add ability to generate a temporary URL with an
mmcardle
2018-07-10
1
-5
/
+25
|
/
*
Add option for user to enter password
Alistair Coles
2018-06-11
1
-3
/
+54
*
Merge "Allow --meta on upload"
Zuul
2017-12-08
1
-2
/
+4
|
\
|
*
Allow --meta on upload
Tim Burke
2017-07-06
1
-2
/
+4
*
|
Allow for uploads from standard input.
Timur Alperovich
2017-07-26
1
-1
/
+40
*
|
Buffer reads from disk
Tim Burke
2017-07-11
1
-6
/
+6
|
/
*
Merge "Stop sending X-Static-Large-Object headers"
Jenkins
2017-06-14
1
-1
/
+0
|
\
|
*
Stop sending X-Static-Large-Object headers
Tim Burke
2017-04-10
1
-1
/
+0
*
|
Merge "ISO 8601 timestamps for tempurl"
Jenkins
2017-05-18
1
-5
/
+75
|
\
\
|
*
|
ISO 8601 timestamps for tempurl
Christopher Bartz
2017-03-29
1
-5
/
+75
|
|
/
*
|
respect bulk delete page size and fix logic error
John Dickinson
2017-04-20
1
-20
/
+92
|
/
*
prefix-based tempurls support
Christopher Bartz
2017-01-19
1
-2
/
+31
*
Merge "modify 'swift <sub_command> —help' display"
Jenkins
2016-12-13
1
-2
/
+5
|
\
|
*
modify 'swift <sub_command> —help' display
Shashirekha Gundur
2016-12-13
1
-2
/
+5
*
|
Merge "Add additional headers for HEAD/GET/DELETE requests."
Jenkins
2016-11-08
1
-27
/
+170
|
\
\
|
|
/
|
/
|
|
*
Add additional headers for HEAD/GET/DELETE requests.
Charles Hsu
2016-11-07
1
-27
/
+170
*
|
Replace assertTrue(a in b) with assertIn(a, b)
Anh Tran
2016-10-03
1
-4
/
+4
|
/
*
Merge "Fix intermittent test failure"
Jenkins
2016-09-14
1
-3
/
+7
|
\
|
*
Fix intermittent test failure
Tim Burke
2016-09-01
1
-3
/
+7
*
|
Make tempurl command check for valid object path
Alistair Coles
2016-09-14
1
-2
/
+14
*
|
Make options arguments truely optional
Christian Schwede
2016-09-06
1
-0
/
+16
|
/
*
Merge "Add copy object method"
Jenkins
2016-08-24
1
-0
/
+133
|
\
|
*
Add copy object method
Marek Kaleta
2016-08-23
1
-0
/
+133
*
|
Add --json option to `swift capabilities` / `swift info`
Tim Burke
2016-08-02
1
-0
/
+16
*
|
Merge "Add an option: disable etag check on downloads"
Jenkins
2016-06-06
1
-0
/
+18
|
\
\
|
*
|
Add an option: disable etag check on downloads
Cheng Li
2016-06-02
1
-0
/
+18
|
|
/
*
|
Suppress InsecureRequestWarning when using --insecure
Tim Burke
2016-06-01
1
-10
/
+18
|
/
*
Merge "Support client certificate/key"
Jenkins
2016-05-19
1
-1
/
+3
|
\
|
*
Support client certificate/key
Cedric Brandily
2016-04-10
1
-1
/
+3
*
|
Merge "Tighten up testing for sloppy auth version"
Jenkins
2016-05-08
1
-4
/
+10
|
\
\
|
*
|
Tighten up testing for sloppy auth version
Alistair Coles
2016-05-05
1
-4
/
+10
*
|
|
Default to v3 auth if we find a (user|project)-domain-(name|id) option
Tim Burke
2016-05-03
1
-0
/
+29
|
/
/
*
|
Pull option processing out to service.py
Tim Burke
2016-05-03
1
-0
/
+37
*
|
Parse options to dict
Tim Burke
2016-05-03
1
-6
/
+6
*
|
Merge "Add tests for thread option validation"
Jenkins
2016-05-02
1
-0
/
+95
|
\
\
|
|
/
|
/
|
|
*
Add tests for thread option validation
Tim Burke
2016-03-17
1
-0
/
+95
*
|
Merge "Port from optparse to argparse"
Jenkins
2016-04-08
1
-15
/
+18
|
\
\
|
*
|
Port from optparse to argparse
Tim Burke
2016-04-06
1
-15
/
+18
*
|
|
Merge "Initialize delete_object mock *before* creating all the threads"
Jenkins
2016-03-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Initialize delete_object mock *before* creating all the threads
Tim Burke
2016-03-17
1
-0
/
+1
|
|
/
/
[next]