summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "authors/changelog for 2.20.0 release"2.20.0Zuul2018-12-154-2/+234
|\
| * authors/changelog for 2.20.0 releaseJohn Dickinson2018-12-154-2/+234
* | Fix rolling upgrade jobTim Burke2018-12-141-1/+7
* | Merge "Python3: fix test_xprofile.py"Zuul2018-12-134-12/+21
|\ \
| * | Python3: fix test_xprofile.pyCyril Roelandt2018-12-124-12/+21
* | | Py3: Add working tests to tox.iniCyril Roelandt2018-12-131-0/+5
| |/ |/|
* | Merge "Fix SSYNC concurrency on partition"Zuul2018-12-116-20/+139
|\ \
| * | Fix SSYNC concurrency on partitionRomain LE DISEZ2018-12-046-20/+139
* | | Merge "Ignore ENOENT and ENOTEMPTY errors in delete_partition"Zuul2018-12-111-1/+6
|\ \ \
| * | | Ignore ENOENT and ENOTEMPTY errors in delete_partitionTim Burke2018-09-281-1/+6
* | | | Merge "s3 secret caching"Zuul2018-12-113-57/+216
|\ \ \ \
| * | | | s3 secret cachingSam Morrison2018-12-113-57/+216
| | |_|/ | |/| |
* | | | Fix container sharding docThiago da Silva2018-12-111-1/+1
* | | | Merge "Py3: Use BytesIO when we want bytes"Zuul2018-12-101-2/+2
|\ \ \ \
| * | | | Py3: Use BytesIO when we want bytesCyril Roelandt2018-12-071-2/+2
* | | | | fix a typo in docstringmelissaml2018-12-101-1/+1
| |/ / / |/| | |
* | | | Merge "Support long-running multipart uploads"Zuul2018-12-087-68/+256
|\ \ \ \
| * | | | Support long-running multipart uploadsTim Burke2018-12-067-68/+256
* | | | | Merge "s3api: Allow concurrent multi-deletes"Zuul2018-12-085-17/+91
|\ \ \ \ \
| * | | | | s3api: Allow concurrent multi-deletesTim Burke2018-12-065-17/+91
* | | | | | Merge "Py3: Port test/unit/test_ringcomposer.py"Zuul2018-12-082-1/+2
|\ \ \ \ \ \
| * | | | | | Py3: Port test/unit/test_ringcomposer.pyCyril Roelandt2018-12-012-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "s3api: Allow some forms of server-side-encryption"Zuul2018-12-072-5/+42
|\ \ \ \ \ \
| * | | | | | s3api: Allow some forms of server-side-encryptionTim Burke2018-12-062-5/+42
* | | | | | | Merge "Py3: Fix test_memcache"Zuul2018-12-072-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Py3: Fix test_memcacheCyril Roelandt2018-12-032-1/+2
* | | | | | | | Merge "s3api: Change default location to us-east-1"Zuul2018-12-0710-84/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | s3api: Change default location to us-east-1Tim Burke2018-11-1210-84/+93
* | | | | | | | | Merge "Change openstack-dev to openstack-discuss"Zuul2018-12-062-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change openstack-dev to openstack-discussZhijunWei2018-12-042-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge "s3api: Include '-' in S3 ETags of normal SLOs"Zuul2018-12-065-17/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s3api: Include '-' in S3 ETags of normal SLOsTim Burke2018-11-215-17/+45
* | | | | | | | | | Merge "api-ref: Clean up container and object response code formatting"Zuul2018-12-062-11/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | api-ref: Clean up container and object response code formattingTim Burke2018-12-052-11/+21
* | | | | | | | | | | Merge "fixed _check_node() in the container sharder"Zuul2018-12-063-17/+87
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fixed _check_node() in the container sharderJohn Dickinson2018-12-043-17/+87
| |/ / / / / / / / /
* | | | | | | | | | Py3: Replace map() with a list comprehensionCyril Roelandt2018-12-041-3/+2
|/ / / / / / / / /
* | | | | | | | | Fix in-process func tests to work with newer PasteDeployTim Burke2018-12-031-1/+0
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge "Py3: We cannot use len(filter(...))"Zuul2018-12-021-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Py3: We cannot use len(filter(...))Cyril Roelandt2018-12-011-2/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge "Py3: Use dict.items instead of dict.iteritems"Zuul2018-12-024-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Py3: Use dict.items instead of dict.iteritemsCyril Roelandt2018-12-014-5/+5
| |/ / / / / / /
* | | | | | | | Merge "Py3: Fix a relative import"Zuul2018-12-021-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Py3: Fix a relative importCyril Roelandt2018-12-011-1/+2
| |/ / / / / / /
* | | | | | | | Merge "Py3: fix a simple bytes vs str issue"Zuul2018-12-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Py3: fix a simple bytes vs str issueCyril Roelandt2018-12-011-1/+1
| |/ / / / / / /
* | | | | | | | Py3: Use collections.MutableMapping rather than UserDict.DictMixinCyril Roelandt2018-12-011-2/+2
|/ / / / / / /
* | | | | | | Only print "SKIPPING FUNCTIONAL TESTS ..." messages onceTim Burke2018-11-291-32/+39
* | | | | | | Add chaging secret key for external KMS sectionMatthew Oliver2018-11-261-5/+25
* | | | | | | Multi-key KMS keymasterMatthew Oliver2018-11-262-24/+95