summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add cap_length helper"HEADmasterZuul2023-05-176-12/+30
|\
| * Add cap_length helperTim Burke2023-04-056-12/+30
* | Merge "memcached: log user provided keys in exception error logging."Zuul2023-05-172-68/+133
|\ \
| * | memcached: log user provided keys in exception error logging.Jianjian Huo2023-05-012-68/+133
* | | Merge "Unit test for keepalive timeout"Zuul2023-05-173-5/+102
|\ \ \
| * | | Unit test for keepalive timeoutShreeya Deshpande2023-05-103-5/+102
| |/ /
* | | Merge "docs: Remove references to out-dated install guides"Zuul2023-05-173-17/+1
|\ \ \
| * | | docs: Remove references to out-dated install guidesTim Burke2023-05-163-17/+1
* | | | docs: Update versions in Getting Started docTim Burke2023-05-161-2/+2
|/ / /
* | | Merge "testing xattr metadata with py3.8"Zuul2023-05-151-0/+33
|\ \ \
| * | | testing xattr metadata with py3.8Clay Gerrard2023-05-021-0/+33
* | | | Merge "Properly read py2 object metadata on py3"Zuul2023-05-154-33/+256
|\ \ \ \ | |/ / /
| * | | Properly read py2 object metadata on py3Tim Burke2023-05-024-33/+256
| |/ /
* | | Merge "disable requests_mock pytest plugin"Zuul2023-05-121-1/+1
|\ \ \
| * | | disable requests_mock pytest pluginClay Gerrard2023-05-101-1/+1
| |/ /
* | | Merge "Sharder: add timing metrics for individual steps and total time spent."Zuul2023-05-102-0/+103
|\ \ \
| * | | Sharder: add timing metrics for individual steps and total time spent.Jianjian Huo2023-05-032-0/+103
| |/ /
* | | Merge "more explicit catch"Zuul2023-05-091-2/+3
|\ \ \
| * | | more explicit catchClay Gerrard2023-05-091-2/+3
* | | | Merge "backend_ratelimit: Tighten blanket exception handling"Zuul2023-05-091-3/+4
|\ \ \ \ | |/ / /
| * | | backend_ratelimit: Tighten blanket exception handlingTim Burke2023-05-051-3/+4
| |/ /
* | | Merge "wsgi: Add keepalive_timeout option"Zuul2023-05-093-0/+14
|\ \ \ | |/ / |/| |
| * | wsgi: Add keepalive_timeout optionTim Burke2023-04-183-0/+14
* | | Merge "Log (Watchdog's) Timeouts with duration"Zuul2023-05-013-20/+28
|\ \ \
| * | | Log (Watchdog's) Timeouts with durationClay Gerrard2023-04-283-20/+28
* | | | Merge "Don't monkey patch logging on import"Zuul2023-04-286-19/+108
|\ \ \ \
| * | | | Don't monkey patch logging on importChetan Mishra2023-04-286-19/+108
* | | | | Merge "Proxy: restructure cached listing shard ranges"Zuul2023-04-288-167/+268
|\ \ \ \ \
| * | | | | Proxy: restructure cached listing shard rangesJianjian Huo2023-04-178-167/+268
* | | | | | Merge "proxy controller: always pass x-backend-* headers to backend"Zuul2023-04-282-10/+74
|\ \ \ \ \ \
| * | | | | | proxy controller: always pass x-backend-* headers to backendAlistair Coles2023-04-192-10/+74
* | | | | | | Merge "ECFragGetter: assume policy.fragment_size is non-zero"Zuul2023-04-282-27/+10
|\ \ \ \ \ \ \
| * | | | | | | ECFragGetter: assume policy.fragment_size is non-zeroAlistair Coles2023-04-262-27/+10
* | | | | | | | Merge "Make all config parsing case-sensitive"Zuul2023-04-283-5/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Make all config parsing case-sensitiveClay Gerrard2023-04-283-5/+20
* | | | | | | | | Merge "ring: Centralize device normalization"Zuul2023-04-282-25/+32
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | ring: Centralize device normalizationTim Burke2023-04-262-25/+32
* | | | | | | | | Merge "docs: Fix broken paste/pastedeploy links"Zuul2023-04-289-10/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: Fix broken paste/pastedeploy linksTim Burke2023-04-279-10/+10
* | | | | | | | | | Merge "tests: Fix config numbers in test_versioning_with_metadata_replication"Zuul2023-04-281-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: Fix config numbers in test_versioning_with_metadata_replicationTim Burke2023-04-271-4/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Error logs changed for ChunkWriteTimeout"Zuul2023-04-282-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Error logs changed for ChunkWriteTimeoutShreeya Deshpande2023-04-272-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge "tests for wsgi/daemon config parsing"Zuul2023-04-274-7/+226
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | tests for wsgi/daemon config parsingClay Gerrard2023-04-144-7/+226
* | | | | | | | Merge "ECFragGetter: simplify iter_bytes_from_response_part"Zuul2023-04-272-30/+79
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | ECFragGetter: simplify iter_bytes_from_response_partAlistair Coles2023-04-262-30/+79
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "CI: Use [tox]requires to pin virtualenv"Zuul2023-04-262-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CI: Use [tox]requires to pin virtualenvTim Burke2023-04-262-1/+6
* | | | | | | Merge "Assert ChunkWriteTimeout errors are logged"Zuul2023-04-251-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |