Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "authors/changelog for 2.20.0 release"2.20.0 | Zuul | 2018-12-15 | 4 | -2/+234 |
|\ | |||||
| * | authors/changelog for 2.20.0 release | John Dickinson | 2018-12-15 | 4 | -2/+234 |
* | | Fix rolling upgrade job | Tim Burke | 2018-12-14 | 1 | -1/+7 |
* | | Merge "Python3: fix test_xprofile.py" | Zuul | 2018-12-13 | 4 | -12/+21 |
|\ \ | |||||
| * | | Python3: fix test_xprofile.py | Cyril Roelandt | 2018-12-12 | 4 | -12/+21 |
* | | | Py3: Add working tests to tox.ini | Cyril Roelandt | 2018-12-13 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Merge "Fix SSYNC concurrency on partition" | Zuul | 2018-12-11 | 6 | -20/+139 |
|\ \ | |||||
| * | | Fix SSYNC concurrency on partition | Romain LE DISEZ | 2018-12-04 | 6 | -20/+139 |
* | | | Merge "Ignore ENOENT and ENOTEMPTY errors in delete_partition" | Zuul | 2018-12-11 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | Ignore ENOENT and ENOTEMPTY errors in delete_partition | Tim Burke | 2018-09-28 | 1 | -1/+6 |
* | | | | Merge "s3 secret caching" | Zuul | 2018-12-11 | 3 | -57/+216 |
|\ \ \ \ | |||||
| * | | | | s3 secret caching | Sam Morrison | 2018-12-11 | 3 | -57/+216 |
| | |_|/ | |/| | | |||||
* | | | | Fix container sharding doc | Thiago da Silva | 2018-12-11 | 1 | -1/+1 |
* | | | | Merge "Py3: Use BytesIO when we want bytes" | Zuul | 2018-12-10 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Py3: Use BytesIO when we want bytes | Cyril Roelandt | 2018-12-07 | 1 | -2/+2 |
* | | | | | fix a typo in docstring | melissaml | 2018-12-10 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge "Support long-running multipart uploads" | Zuul | 2018-12-08 | 7 | -68/+256 |
|\ \ \ \ | |||||
| * | | | | Support long-running multipart uploads | Tim Burke | 2018-12-06 | 7 | -68/+256 |
* | | | | | Merge "s3api: Allow concurrent multi-deletes" | Zuul | 2018-12-08 | 5 | -17/+91 |
|\ \ \ \ \ | |||||
| * | | | | | s3api: Allow concurrent multi-deletes | Tim Burke | 2018-12-06 | 5 | -17/+91 |
* | | | | | | Merge "Py3: Port test/unit/test_ringcomposer.py" | Zuul | 2018-12-08 | 2 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Py3: Port test/unit/test_ringcomposer.py | Cyril Roelandt | 2018-12-01 | 2 | -1/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge "s3api: Allow some forms of server-side-encryption" | Zuul | 2018-12-07 | 2 | -5/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | s3api: Allow some forms of server-side-encryption | Tim Burke | 2018-12-06 | 2 | -5/+42 |
* | | | | | | | Merge "Py3: Fix test_memcache" | Zuul | 2018-12-07 | 2 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Py3: Fix test_memcache | Cyril Roelandt | 2018-12-03 | 2 | -1/+2 |
* | | | | | | | | Merge "s3api: Change default location to us-east-1" | Zuul | 2018-12-07 | 10 | -84/+93 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | s3api: Change default location to us-east-1 | Tim Burke | 2018-11-12 | 10 | -84/+93 |
* | | | | | | | | | Merge "Change openstack-dev to openstack-discuss" | Zuul | 2018-12-06 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Change openstack-dev to openstack-discuss | ZhijunWei | 2018-12-04 | 2 | -2/+2 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge "s3api: Include '-' in S3 ETags of normal SLOs" | Zuul | 2018-12-06 | 5 | -17/+45 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | s3api: Include '-' in S3 ETags of normal SLOs | Tim Burke | 2018-11-21 | 5 | -17/+45 |
* | | | | | | | | | | Merge "api-ref: Clean up container and object response code formatting" | Zuul | 2018-12-06 | 2 | -11/+21 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | api-ref: Clean up container and object response code formatting | Tim Burke | 2018-12-05 | 2 | -11/+21 |
* | | | | | | | | | | | Merge "fixed _check_node() in the container sharder" | Zuul | 2018-12-06 | 3 | -17/+87 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | fixed _check_node() in the container sharder | John Dickinson | 2018-12-04 | 3 | -17/+87 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Py3: Replace map() with a list comprehension | Cyril Roelandt | 2018-12-04 | 1 | -3/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Fix in-process func tests to work with newer PasteDeploy | Tim Burke | 2018-12-03 | 1 | -1/+0 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge "Py3: We cannot use len(filter(...))" | Zuul | 2018-12-02 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Py3: We cannot use len(filter(...)) | Cyril Roelandt | 2018-12-01 | 1 | -2/+1 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge "Py3: Use dict.items instead of dict.iteritems" | Zuul | 2018-12-02 | 4 | -5/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Py3: Use dict.items instead of dict.iteritems | Cyril Roelandt | 2018-12-01 | 4 | -5/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge "Py3: Fix a relative import" | Zuul | 2018-12-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Py3: Fix a relative import | Cyril Roelandt | 2018-12-01 | 1 | -1/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge "Py3: fix a simple bytes vs str issue" | Zuul | 2018-12-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Py3: fix a simple bytes vs str issue | Cyril Roelandt | 2018-12-01 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Py3: Use collections.MutableMapping rather than UserDict.DictMixin | Cyril Roelandt | 2018-12-01 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Only print "SKIPPING FUNCTIONAL TESTS ..." messages once | Tim Burke | 2018-11-29 | 1 | -32/+39 |
* | | | | | | | Add chaging secret key for external KMS section | Matthew Oliver | 2018-11-26 | 1 | -5/+25 |
* | | | | | | | Multi-key KMS keymaster | Matthew Oliver | 2018-11-26 | 2 | -24/+95 |