summaryrefslogtreecommitdiffstats
path: root/src/test/rgw (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: SAL drivers take `boost::asio::io_context`Adam C. Emerson2024-01-244-4/+15
* Merge pull request #53320 from jzhu116-bloomberg/wip-62710Casey Bodley2024-01-241-0/+191
|\
| * rgw/multisite: add multisite test cases with some rgw instances downJane Zhu2024-01-221-0/+191
* | Merge pull request #54759 from jzhu116-bloomberg/wip-63178Casey Bodley2024-01-181-6/+6
|\ \ | |/ |/|
| * rgw/lc: remove default arguments in virtual functionsJane Zhu2024-01-101-6/+6
* | test/rgw: metadata sync checkpoint waits on global 'sync' statusCasey Bodley2024-01-121-3/+5
|/
* Merge pull request #54829 from awojno-bloomberg/wip-fix-role-delete-replicationCasey Bodley2024-01-094-0/+49
|\
| * rgw/iam: fix role deletion replicationAlex Wojno2023-12-204-0/+49
* | Merge pull request #53156 from qiuxinyidian/rgw-devCasey Bodley2024-01-091-3/+2
|\ \
| * \ Merge branch 'main' into rgw-devqiuxinyidian2023-12-2124-317/+1856
| |\ \
| * | | rgw: modify string match_wildcards with fnmatchzhipeng li2023-12-211-3/+2
* | | | Merge pull request #52315 from ronen-fr/wip-rf-rgw-tassertsCasey Bodley2024-01-081-4/+7
|\ \ \ \
| * | | | test/rgw: annotating variables with maybe_unusedRonen Friedman2023-07-051-4/+7
* | | | | Revert "spawn: use explicit strand executor"Casey Bodley2023-12-213-6/+6
| |_|/ / |/| | |
* | | | RGW:pubsub publish commit with etag populatedAli Masarwa2023-12-141-0/+64
* | | | Merge pull request #54622 from BBoozmen/oozmen_lc_work_timeCasey Bodley2023-12-081-1/+236
|\ \ \ \ | |_|_|/ |/| | |
| * | | rgw/lc: adjust timing if the configured end work-time is less than the start-...Oguzhan Ozmen2023-11-231-27/+28
| * | | unittesting/rgw/lc: add testcases for the units should_work and schedule_next...Oguzhan Ozmen2023-11-231-0/+235
| * | | unittesting/rgw/lc: [non-functional change] remove commented out include stat...Oguzhan Ozmen2023-11-231-1/+0
* | | | rgw/acl: ACLGrant uses variant for grantee typesCasey Bodley2023-11-301-20/+20
* | | | rgw: ACLOwner as raw structCasey Bodley2023-11-301-11/+12
* | | | Merge pull request #54619 from cbodley/wip-rgw-sal-get-stats-asyncCasey Bodley2023-11-291-1/+1
|\ \ \ \
| * | | | rgw/sal: unify ReadStatsCB for async user/bucket statsCasey Bodley2023-11-231-1/+1
| |/ / /
* | | | rgw: fix spelling errorsJosh Soref2023-11-2710-16/+16
* | | | Merge pull request #52931 from yuvalif/wip-yuval-lua-teuthologyYuval Lifshitz2023-11-247-0/+571
|\ \ \ \
| * | | | rgw/test/lua: add lua integration tests suiteYuval Lifshitz2023-11-237-0/+571
| |/ / /
* / / / rgw/test/kafka: let consumer read events from the beginningYuval Lifshitz2023-11-231-5/+6
|/ / /
* | | test/rgw: clean up unused include dirsCasey Bodley2023-11-101-22/+11
* | | rgw/sal: Bucket owner as rgw_userCasey Bodley2023-11-092-19/+14
* | | rgw/sal: move User::create_bucket() to Bucket::create()Casey Bodley2023-11-072-40/+10
* | | rgw: read existing placement and swift_ver_location outside of salCasey Bodley2023-11-061-1/+1
* | | rgwlc: fix notification test importsMatt Benjamin2023-11-031-0/+1
* | | rgwlc: dispatch S3 notifications on transition and mpu abortMatt Benjamin2023-11-031-84/+131
* | | Merge pull request #50821 from cbodley/wip-cmake-uringCasey Bodley2023-10-312-2/+7
|\ \ \
| * | | rgw: use granular asio includesCasey Bodley2023-10-202-2/+7
* | | | Merge branch 'main' into wip-topic-policyKrunal Chheda2023-10-276-99/+542
|\ \ \ \
| * | | | rgw/notifications/test: install java for kafka buildYuval Lifshitz2023-10-221-2/+1
| |/ / /
| * | | rgw: adding request context structureYuval Lifshitz2023-10-121-5/+6
| * | | Merge pull request #52326 from yuvalif/wip-yuval-lua-reloadYuval Lifshitz2023-10-091-61/+59
| |\ \ \
| | * | | rgw/lua/doc: support reloading lua packages on all RGWsYuval Lifshitz2023-10-061-61/+59
| * | | | test/rgw: don't compile POSIX test unless enabledLeonid Usov2023-10-081-10/+12
| |/ / /
| * | | Merge pull request #53684 from cbodley/wip-rgw-keystone-yieldCasey Bodley2023-10-021-22/+23
| |\ \ \
| | * | | rgw/async: use optional_yield for keystone and kms requestsCasey Bodley2023-09-261-22/+23
| * | | | Merge pull request #53580 from AliMasarweh/wip-alimasa-persistent-q-migrationAli Masarwa2023-10-011-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | RGW | Bucket Notification: migrating old entries to support persistency controlAli Masarwa2023-09-281-2/+2
| * | | | Merge pull request #53615 from ronen-fr/wip-rf-great-moveRonen Friedman2023-09-261-2/+2
| |\ \ \ \
| | * | | | rgw/test: add std:: qualifiers to 'move'Ronen Friedman2023-09-231-2/+2
| * | | | | rgw/sal: StoreBucket no longer wraps RGWBucketEntCasey Bodley2023-09-222-4/+0
| * | | | | rgw/sal: list_buckets() returns RGWBucketEntsCasey Bodley2023-09-221-1/+1
| |/ / / /
| * | | | RGW - Add wait backoff to posix bucket cache testDaniel Gryniewicz2023-09-181-5/+12