aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-143.653.65chrislu2-3/+3
2024-04-14[s3] fix s3 test_multipart_get_part (#5476)Konstantin Lebedev7-11/+53
2024-04-14chore: fix some typos in comments (#5497)yudrywet5-6/+6
2024-04-12add testchrislu1-2/+17
2024-04-11log possible racing conditionchrislu2-12/+12
2024-04-11go mod tidychrislu1-0/+1
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev5-17/+50
2024-04-10fix append disorder (#5492)skycope1-1/+1
2024-04-08chore(deps): bump github.com/shirou/gopsutil/v3 from 3.24.1 to 3.24.3 (#5481)dependabot[bot]2-6/+6
2024-04-08chore(deps): bump gocloud.dev/pubsub/natspubsub from 0.36.0 to 0.37.0 (#5482)dependabot[bot]2-12/+12
2024-04-08chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.11 ...dependabot[bot]2-30/+30
2024-04-08chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.56.1 to 3.63.0...dependabot[bot]2-5/+5
2024-04-08chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#5485)dependabot[bot]2-3/+3
2024-04-08chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#5486)dependabot[bot]7-7/+7
2024-04-08fix(volume.fix.replication): adjust volume count, not free volume count (#5479)steve.wei1-4/+4
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel6-24/+74
2024-04-08chore: fix function names in comment (#5478)clonefetch5-5/+5
2024-04-07[s3] add s3 pass test_multipart_upload_size_too_small (#5475)Konstantin Lebedev3-9/+26
2024-04-07[s3] add s3 pass test_multipart_upload (#5474)Konstantin Lebedev4-18/+43
2024-04-06[s3] fix s3 test_multipart_resend_first_finishes_last (#5471)Konstantin Lebedev4-147/+101
2024-04-04fix: correctly form partNumber from new entry.Name format in "listObjectParts...Nikita Borzykh1-1/+7
2024-04-03helm chart: make s3 ingress annotations consistent (#5463)mergwyn2-3/+3
2024-04-03Correct type for volume logs and idx values (#5462)mergwyn1-2/+2
2024-04-02fix completed multiupload lost data (#5460)skycope3-31/+66
2024-04-02fix panic at isAllWritable (#5457)Konstantin Lebedev1-4/+9
2024-04-02fix: always close volume file (#4530) (#5459)Henco Appel1-4/+11
2024-04-01fix: ensure complete gRPC stream consumption in doListFilerEntries to prevent...Nikita Borzykh1-1/+1
2024-04-01chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.1 to 3.14.2 (#5...dependabot[bot]2-8/+8
2024-04-01chore(deps): bump go.etcd.io/etcd/client/pkg/v3 from 3.5.12 to 3.5.13 (#5452)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 (#5451)dependabot[bot]2-6/+6
2024-04-01chore(deps): bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 (#5450)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 (#5449)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump github.com/viant/ptrie from 0.3.0 to 0.3.1 (#5447)dependabot[bot]2-12/+11
2024-04-01chore(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 (#5446)dependabot[bot]2-3/+3
2024-04-01chore(deps): bump google.golang.org/api from 0.169.0 to 0.172.0 (#5448)dependabot[bot]2-9/+9
2024-04-01chore(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 (#5445)dependabot[bot]1-1/+1
2024-03-30fix: adjust condition in prefixFilterEntries prevent infinite loop (#5440)Nikita Borzykh1-1/+1
2024-03-29[tests] add action s3 tests (#5427)Konstantin Lebedev2-1/+190
2024-03-29[master] grow volumes if no writable volumes in current dataCenter (#5434)Konstantin Lebedev4-4/+19
2024-03-28fix panic 5435 (#5436)Konstantin Lebedev4-2/+10
2024-03-27lock instead of RLock, to prevent racing conditionchrislu1-2/+2
2024-03-25print only adapted urlchrislu3-3/+3
2024-03-25chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 (#5422)dependabot[bot]2-3/+3
2024-03-25chore(deps): bump github.com/hashicorp/raft from 1.6.0 to 1.6.1 (#5420)dependabot[bot]2-6/+6
2024-03-25chore(deps): bump gocloud.dev from 0.36.0 to 0.37.0 (#5423)dependabot[bot]2-141/+144
2024-03-25chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 (#5418)dependabot[bot]1-1/+1
2024-03-25fix nil volume data backendchrislu1-0/+3
2024-03-24Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ...Nikita Borzykh1-5/+5
2024-03-24fix filer address parsing (#5415)Nikita Korolev1-13/+17
2024-03-24Add TLS support, initial etcd connection check, fix key_prefix handling for e...Nikita Borzykh4-23/+58