| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-03-31 | add publisher name for debugging | chrislu | 7 | -211/+236 | |
| 2024-03-30 | simplify | chrislu | 3 | -17/+4 | |
| 2024-03-30 | logs | chrislu | 2 | -2/+1 | |
| 2024-03-27 | Merge branch 'master' into mq-subscribe | chrislu | 4 | -5/+5 | |
| 2024-03-27 | LocalPartition shutdown | chrislu | 1 | -18/+18 | |
| 2024-03-27 | simplify | chrislu | 9 | -63/+41 | |
| 2024-03-27 | change visibility | chrislu | 1 | -14/+14 | |
| 2024-03-27 | publish and send to follower | chrislu | 2 | -19/+23 | |
| 2024-03-27 | MaybeShutdownLocalPartition refactor | chrislu | 1 | -19/+19 | |
| 2024-03-27 | fix | chrislu | 1 | -1/+1 | |
| 2024-03-27 | refactor | chrislu | 2 | -45/+54 | |
| 2024-03-27 | refactor | chrislu | 2 | -12/+18 | |
| 2024-03-27 | lock instead of RLock, to prevent racing condition | chrislu | 1 | -2/+2 | |
| https://github.com/seaweedfs/seaweedfs/discussions/5432#discussioncomment-8933608 | |||||
| 2024-03-27 | separate goroutine to send ack to publisher | chrislu | 2 | -55/+40 | |
| 2024-03-27 | separate context | chrislu | 1 | -1/+1 | |
| If using the same context, the downstream grpc would be cancelled when the parent grpc is cancelled. | |||||
| 2024-03-26 | rename | chrislu | 2 | -5/+5 | |
| 2024-03-26 | log server list | chrislu | 1 | -1/+2 | |
| 2024-03-25 | print only adapted url | chrislu | 3 | -3/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5424 | |||||
| 2024-03-25 | Merge branch 'master' into mq-subscribe | chrislu | 15 | -206/+390 | |
| 2024-03-25 | chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 (#5422) | dependabot[bot] | 2 | -3/+3 | |
| Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.25.3 to 1.26.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.3...v1.26.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 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> | |||||
| 2024-03-25 | chore(deps): bump github.com/hashicorp/raft from 1.6.0 to 1.6.1 (#5420) | dependabot[bot] | 2 | -6/+6 | |
| Bumps [github.com/hashicorp/raft](https://github.com/hashicorp/raft) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/hashicorp/raft/releases) - [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/raft/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft 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> | |||||
| 2024-03-25 | chore(deps): bump gocloud.dev from 0.36.0 to 0.37.0 (#5423) | dependabot[bot] | 2 | -141/+144 | |
| Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: gocloud.dev 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> | |||||
| 2024-03-25 | chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 (#5418) | dependabot[bot] | 1 | -1/+1 | |
| Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.3 to 4.2.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/9129d7d40b8c12c1ed0f60400d00c92d437adcce...733dd5d4a5203f238c33806593ec0f5fc5343d8c) --- updated-dependencies: - dependency-name: actions/dependency-review-action 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> | |||||
| 2024-03-25 | fix nil volume data backend | chrislu | 1 | -0/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5417 | |||||
| 2024-03-25 | adjust logs | chrislu | 1 | -2/+3 | |
| 2024-03-24 | close local partition if no more publishers and subscribers | chrislu | 1 | -29/+28 | |
| 2024-03-24 | Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ↵ | Nikita Borzykh | 1 | -5/+5 | |
| storage backend (#5416) Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries | |||||
| 2024-03-24 | refactor | chrislu | 2 | -15/+15 | |
| 2024-03-24 | refactor | chrislu | 3 | -23/+24 | |
| 2024-03-24 | setup follower by publisher | chrislu | 9 | -434/+339 | |
| * the subscriber would getOrGen a local partition and wait * the publisher would getOrGen a local partition. If localPartition follower is not setup, and init message has follower info, it would create followers based on init.Messages. | |||||
| 2024-03-24 | fix filer address parsing (#5415) | Nikita Korolev | 1 | -13/+17 | |
| 2024-03-24 | Add TLS support, initial etcd connection check, fix key_prefix handling for ↵ | Nikita Borzykh | 4 | -23/+58 | |
| etcd backend meta storage (#5403) | |||||
| 2024-03-22 | [master] add test for PickForWrite add metrics for volume layout (#5413) | Konstantin Lebedev | 3 | -8/+123 | |
| 2024-03-22 | add basic support for sentry error reporting (#5410) | Nikita Korolev | 3 | -1/+21 | |
| 2024-03-22 | fix s3api: delimeter properly takes prefixes into account (#5411) | adasauce | 1 | -5/+9 | |
| 2024-03-22 | [mount] fix GetAttr blocks count (#5409) | wusong | 1 | -1/+1 | |
| 2024-03-21 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -1/+1 | |
| 2024-03-21 | clean up logs | chrislu | 1 | -1/+1 | |
| 2024-03-21 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -1/+1 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-21 | Merge branch 'master' into mq-subscribe | chrislu | 2 | -4/+6 | |
| 2024-03-21 | clean up logs | chrislu | 1 | -2/+2 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-21 | correctly wait for the publisher to finish | chrislu | 1 | -7/+16 | |
| 2024-03-21 | Fix iam service response 500 (#5405) | zuzuviewer | 1 | -1/+3 | |
| 2024-03-21 | Merge branch 'master' into mq-subscribe | chrislu | 3 | -9/+14 | |
| 2024-03-21 | fix: panic: assignment to entry in nil map on S3Sink.CreateEntry (#5406) | Konstantin Lebedev | 1 | -7/+12 | |
| 2024-03-21 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+1 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-20 | fix: sync without dir /buckets/some/.uploads/hash_hash (#5402) | Konstantin Lebedev | 1 | -1/+1 | |
