aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25update job statusorigin/create-table-snapshot-api-designchrislu1-9/+9
2023-09-25prototypingchrislu1-0/+36
2023-09-25fix(ec): volumes created by foreign collection due to bug in ec balance (#4864)Tobias Gurtzick2-8/+21
* fix(ec): ignore 0 byte data files refers to parts of #4861 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com> * fix(ec): ignore volumes not from the current collection during balance fixes #4861 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com> --------- Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
2023-09-25update go modchrislu2-36/+114
2023-09-25Update go.modchrislu1-18/+39
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu23-70/+84
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-25Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu19-263/+427
2023-09-25fix compilationchrislu1-2/+2
2023-09-25Bump google.golang.org/grpc from 1.58.0 to 1.58.2 (#4872)dependabot[bot]2-3/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25Bump github.com/go-redsync/redsync/v4 from 4.8.2 to 4.9.4 (#4871)dependabot[bot]2-3/+3
Bumps [github.com/go-redsync/redsync/v4](https://github.com/go-redsync/redsync) from 4.8.2 to 4.9.4. - [Release notes](https://github.com/go-redsync/redsync/releases) - [Commits](https://github.com/go-redsync/redsync/compare/v4.8.2...v4.9.4) --- updated-dependencies: - dependency-name: github.com/go-redsync/redsync/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25Bump gocloud.dev/pubsub/rabbitpubsub from 0.33.0 to 0.34.0 (#4870)dependabot[bot]2-3/+3
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/rabbitpubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25Bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.42 (#4868)dependabot[bot]2-19/+18
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.18.39 to 1.18.42. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.39...config/v1.18.42) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration ↵Konstantin Lebedev17-235/+400
(#4859) * move s3account.AccountManager into to iam.S3ApiConfiguration and switch to Interface https://github.com/seaweedfs/seaweedfs/issues/4519 * fix: test bucket acl default and adjust the variable names * fix: s3 api config test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2023-09-25Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu22-27/+34
2023-09-25fix testchrislu1-1/+1
2023-09-25Bump actions/checkout from 4.0.0 to 4.1.0 (#4867)dependabot[bot]19-20/+20
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25weed/replication/sub: fix dropped error (#4865)Lars Lehtonen1-1/+4
2023-09-25fix: make dev_tls with volume https (#4866)Konstantin Lebedev2-6/+10
2023-09-24commentchrislu2-2/+2
2023-09-24ensure latest stats are reportedchrislu4-10/+21
2023-09-24read existing broker statschrislu1-3/+7
2023-09-24fix listing topicschrislu8-24/+64
2023-09-24create topic and report topicorigin/subchrislu10-414/+639
2023-09-24do create topicchrislu6-408/+615
2023-09-24implement create topicchrislu4-13/+52
2023-09-24add CreateTopic APIchrislu9-389/+703
2023-09-243.573.57chrislu2-3/+3
2023-09-24Merge branch 'fix-lock-table'chrislu1-3/+1
2023-09-24minorchrislu1-3/+1
2023-09-23fix lock table (#4863)Chris Lu1-17/+27
* adjust for better logs * if shared lock, still need to wait for exclusive lock to release * fix compilation * fix waiting condition * avoid deleting the entry too early
2023-09-23avoid deleting the entry too earlychrislu1-1/+1
2023-09-23fix waiting conditionchrislu1-1/+1
2023-09-23fix compilationchrislu1-1/+1
2023-09-23if shared lock, still need to wait for exclusive lock to releasechrislu1-14/+24
2023-09-23adjust for better logschrislu1-1/+1
2023-09-23read source uses shared lockchrislu1-1/+1
2023-09-22trying iodepthchrislu1-2/+2
2023-09-22seems removing --ioengine=libaio helpedchrislu1-3/+3
2023-09-22adjust timeoutchrislu1-2/+2
2023-09-22adjust total timeoutchrislu1-1/+1
2023-09-22increase timeout for 4kB block FIO testchrislu1-1/+1
2023-09-22adjust e2e test step namechrislu1-3/+3
2023-09-21adjust logschrislu2-17/+24
2023-09-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu5-18/+38
2023-09-21reduce logschrislu1-2/+2
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl ↵Konstantin Lebedev5-18/+38
(#4858) Replace action read/write to readAcp/writeAcp for handlers with acl query https://github.com/seaweedfs/seaweedfs/issues/4519 Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-09-21reduce binary sizechrislu1-1/+1
2023-09-21reduce binary sizechrislu7-15/+15
2023-09-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu6-86/+140
2023-09-21mount switch to ordered lock requestschrislu7-15/+23