aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-04fmtchrislu2-0/+2
2025-12-03fix: SFTP HomeDir path translation for user operations (#7611)Chris Lu7-0/+1324
2025-12-02Add disk-aware EC rebalancing (#7597)Chris Lu1-1/+437
2025-12-02Fix SSE-S3 copy: preserve encryption metadata and set chunk SSE type (#7598)Chris Lu1-0/+72
2025-12-01Fix tagging test pattern to run our comprehensive tests instead of basic testsChris Lu1-2/+2
2025-12-01Update s3-tagging-tests to use Makefile server management like other S3 testsChris Lu1-12/+310
2025-12-01Add S3 object tagging tests to CI workflowChris Lu1-3/+16
2025-12-01Fix S3 object tagging issue #7589Chris Lu3-0/+509
2025-12-01chore(deps): bump github.com/prometheus/procfs from 0.19.1 to 0.19.2 (#7577)dependabot[bot]2-3/+3
2025-12-01chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#7576)dependabot[bot]2-3/+3
2025-12-01chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11 (#7579)dependabot[bot]2-24/+24
2025-11-28fix: copy to bucket with default SSE-S3 encryption fails (#7562) (#7568)Chris Lu1-0/+228
2025-11-26java 4.00origin/upgrade-versions-to-4.00Chris Lu1-1/+1
2025-11-25Add error list each entry func (#7485)tam-i133-18/+25
2025-11-25chore(deps): bump github.com/linkedin/goavro/v2 from 2.14.0 to 2.14.1 (#7537)dependabot[bot]2-3/+3
2025-11-25HDFS: Java client replication configuration (#7526)Chris Lu23-41/+4440
2025-11-21test read write by s3fs and PyArrow native file system for s3 (#7520)Chris Lu4-6/+685
2025-11-20S3: adds FilerClient to use cached volume id (#7518)Chris Lu1-1/+11
2025-11-19chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#7511)dependabot[bot]2-9/+9
2025-11-19chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /test/kafka/ka...dependabot[bot]2-9/+9
2025-11-19filer store: add foundationdb (#7178)Chris Lu19-0/+3185
2025-11-19S3: Add tests for PyArrow with native S3 filesystem (#7508)Chris Lu6-5/+986
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu11-0/+2069
2025-11-18faster master startupchrislu10-10/+13
2025-11-17chore(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 (#7497)dependabot[bot]2-13/+13
2025-11-12S3: Enforce bucket policy (#7471)Chris Lu12-121/+144
2025-11-10chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 (#7459)dependabot[bot]2-11/+11
2025-11-10chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.9 to 4.25.10 (#7457)dependabot[bot]2-48/+48
2025-11-05do delete expired entries on s3 list request (#7426)Konstantin Lebedev2-39/+40
2025-11-03adjust testchrislu1-7/+17
2025-11-03S3: prevent deleting buckets with object locking (#7434)Chris Lu1-0/+239
2025-10-29S3: add fallback for CORS (#7404)Chris Lu1-6/+9
2025-10-27chore(deps): bump github.com/prometheus/procfs from 0.17.0 to 0.19.1 (#7388)dependabot[bot]2-3/+3
2025-10-27chore(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 (#7386)dependabot[bot]2-3/+3
2025-10-27go mod tidychrislu2-3/+3
2025-10-20chore(deps): bump golang.org/x/image from 0.30.0 to 0.32.0 (#7343)dependabot[bot]2-3/+3
2025-10-20chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#7347)dependabot[bot]2-15/+15
2025-10-20chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1 (#7344)dependabot[bot]2-3/+3
2025-10-17Clean up logs and deprecated functions (#7339)Chris Lu4-8/+8
2025-10-17Fixes for kafka gateway (#7329)Chris Lu19-39/+1149
2025-10-15S3: Signature verification should not check permissions (#7335)Chris Lu1-1/+1
2025-10-13All consumers share the same group for load balancing across partitionschrislu1-3/+4
2025-10-13Add Kafka Gateway (#7231)Chris Lu123-295/+16783
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu1-1/+0
2025-09-09Message Queue: Add sql querying (#7185)Chris Lu14-1/+2352
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu28-0/+7178
2025-08-22S3 API: Add integration with KMS providers (#7152)Chris Lu17-13/+2606
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-0/+1089
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu6-0/+2355
2025-08-01fix parsing s3 tag (#7069)Chris Lu1-0/+79