summaryrefslogtreecommitdiff
path: root/swift
Commit message (Expand)AuthorAgeFilesLines
* Merge "sharder: make misplaced objects lookup faster"Zuul2023-02-251-83/+96
|\
| * sharder: make misplaced objects lookup fasterAlistair Coles2023-02-231-83/+96
* | encryption: Expose decrypted metadata via CORSTim Burke2023-02-241-5/+23
* | Fix docstring regarding private methodTim Burke2023-02-221-1/+1
* | proxy-server exception logging shows replication_ip/portindianwhocodes2023-02-107-38/+116
* | Merge "s3token: Only replace access_key_id in account"Zuul2023-02-101-2/+2
|\ \
| * | s3token: Only replace access_key_id in accountTim Burke2022-05-311-2/+2
* | | Merge "object-replicator: Count sync failures in update_deleted"Zuul2023-02-091-1/+1
|\ \ \
| * | | object-replicator: Count sync failures in update_deletedTim Burke2022-09-301-1/+1
* | | | Merge "Remove :memory: from DatabaseBrokers and unittests"Zuul2023-02-092-32/+17
|\ \ \ \
| * | | | Remove :memory: from DatabaseBrokers and unittestsMatthew Oliver2022-07-122-32/+17
* | | | | Merge "Don't clear x-container-sysmeta-sharding on delete_db"Zuul2023-02-091-1/+2
|\ \ \ \ \
| * | | | | Don't clear x-container-sysmeta-sharding on delete_dbMatthew Oliver2023-02-081-1/+2
* | | | | | Merge "Switch from pkg_resources to importlib"Zuul2023-02-093-12/+60
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Switch from pkg_resources to importlibTim Burke2023-01-313-12/+60
| | |_|_|/ | |/| | |
* | | | | Merge "Sharding: No stat updates before CLEAVED state"Zuul2023-02-022-16/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Sharding: No stat updates before CLEAVED stateMatthew Oliver2022-12-122-16/+35
* | | | | Merge "Proxy: move '_get_update_shard' from base class to child class."Zuul2023-01-212-88/+89
|\ \ \ \ \
| * | | | | Proxy: move '_get_update_shard' from base class to child class.Jianjian Huo2023-01-202-88/+89
* | | | | | Merge "swift_proxy: add memcache skip success/error stats for shard range."Zuul2023-01-212-91/+163
|\ \ \ \ \ \ | |/ / / / /
| * | | | | swift_proxy: add memcache skip success/error stats for shard range.Jianjian Huo2023-01-202-91/+163
* | | | | | Merge "Clean up a bunch of deprecation warnings"Zuul2023-01-182-6/+21
|\ \ \ \ \ \
| * | | | | | Clean up a bunch of deprecation warningsTim Burke2022-12-272-6/+21
| | |/ / / / | |/| | | |
* | | | | | s3api: Prevent XXE injectionsAymeric Ducroquetz2023-01-171-1/+1
| |/ / / / |/| | | |
* | | | | Merge "Tolerate absolute-form request targets"Zuul2023-01-091-0/+6
|\ \ \ \ \
| * | | | | Tolerate absolute-form request targetsTim Burke2023-01-031-0/+6
* | | | | | Memcached: add timing stats to set/get and other public functionsJianjian Huo2023-01-062-1/+36
* | | | | | CI: pin tox at the project levelTim Burke2023-01-041-8/+2
|/ / / / /
* | | | | Merge "Inline parse_request from cpython"Zuul2022-12-191-34/+108
|\ \ \ \ \
| * | | | | Inline parse_request from cpythonTim Burke2022-12-061-34/+108
* | | | | | Merge "Extract SwiftHttpProtocol to its own module"Zuul2022-12-192-230/+250
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Extract SwiftHttpProtocol to its own moduleTim Burke2022-12-062-230/+250
* | | | | Merge "sharder: update own_sr stats explicitly"Zuul2022-12-093-33/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sharder: update own_sr stats explicitlyAlistair Coles2022-12-013-33/+56
* | | | | Merge "s3api errors for unsupported headers x-delete-at, x-delete-after"Zuul2022-12-053-12/+15
|\ \ \ \ \
| * | | | | s3api errors for unsupported headers x-delete-at, x-delete-afterindianwhocodes2022-12-013-12/+15
* | | | | | Merge "Malformed CompleteMultipartUpload request should 400"Zuul2022-12-051-2/+6
|\ \ \ \ \ \
| * | | | | | Malformed CompleteMultipartUpload request should 400indianwhocodes2022-12-011-2/+6
* | | | | | | Merge "DB locks shouldn't squelch errors"Zuul2022-12-021-10/+9
|\ \ \ \ \ \ \
| * | | | | | | DB locks shouldn't squelch errorsTim Burke2022-11-301-10/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "s-m-s-r: handle EOFError and KeyboardInterrupt"Zuul2022-12-011-5/+12
|\ \ \ \ \ \ \
| * | | | | | | s-m-s-r: handle EOFError and KeyboardInterruptTim Burke2022-12-011-5/+12
| |/ / / / / /
* | | | | | | Merge "ring: Have RingBuilder.debug return to old state"Zuul2022-12-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | ring: Have RingBuilder.debug return to old stateTim Burke2022-07-281-2/+2
* | | | | | | | Merge "slo: Default allow_async_delete to true"Zuul2022-12-011-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | slo: Default allow_async_delete to trueTim Burke2021-12-211-2/+2
* | | | | | | | proxy: refactor ContainerController._GET_using_cacheAlistair Coles2022-11-251-87/+112
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge "proxy-server: include suppression time in error limit log"Zuul2022-11-211-4/+4
|\ \ \ \ \ \ \
| * | | | | | | proxy-server: include suppression time in error limit logAlistair Coles2022-11-211-4/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "sharding: avoid transient overlaps while auditing."Zuul2022-11-211-5/+52
|\ \ \ \ \ \ \