aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-24Revert "Update network.go since To16 converts the IP address ip up to a ↵origin/revert-5134-patch-1Chris Lu1-2/+13
16-byte representation. If ip is not an IP address (it is the wrong length), To16 returns nil. (#5134)" This reverts commit 838578b55f138d98d9d2b3a0246a7fbb12fd379c.
2023-12-24remove unused codechrislu1-7/+0
2023-12-23Update network.go since To16 converts the IP address ip up to a 16-byte ↵vivekkoya1-13/+2
representation. If ip is not an IP address (it is the wrong length), To16 returns nil. (#5134)
2023-12-23Add modifyTimeAgo to volume.fsck (#5133)Seyed Mahdi Sadegh Shobeiri1-6/+17
* Add modifyTimeAgo to volume.fsck * Fix AppendAtNs
2023-12-23Fix cutoffTimeAgo in findMissingChunksInFiler (#5132)Seyed Mahdi Sadegh Shobeiri1-3/+2
2023-12-22correct lock accountingchrislu1-5/+6
possibly fix https://github.com/seaweedfs/seaweedfs/issues/5082
2023-12-22adjust optionschrislu1-1/+1
2023-12-22fixchrislu1-1/+1
2023-12-22go fmtchrislu7-46/+47
2023-12-22Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu32-116/+301
2023-12-22comment fixchrislu1-3/+2
2023-12-22option to filer.copy with public volume server urlchrislu1-0/+5
fix https://github.com/seaweedfs/seaweedfs/issues/5126
2023-12-22minorchrislu1-1/+1
2023-12-20Using filer.remote.sync concurrency in filer.remote.gateway (#5123)Farbod1-4/+14
- Chnaged ProcessEvenFn to be concurrent just like filer.remote.sync Co-authored-by: itsfarbod <itsfarbod@hamravesh.com>
2023-12-20Set allowed origins in config (#5109)jerebear129-12/+106
* Add a way to use a JWT in an HTTP only cookie If a JWT is not included in the Authorization header or a query string, attempt to get a JWT from an HTTP only cookie. * Added a way to specify allowed origins header from config * Removed unecessary log * Check list of domains from config or command flag * Handle default wildcard and change name of config value to cors
2023-12-20chore: add dsn for connection to mysql (#5060)Konstantin Lebedev2-9/+19
* chore: add dsn for connection to mysql * add comment * new comment * fix: validate dsn and adapt password
2023-12-20#5122 Add support for sidecar containers (#5125)Davidsod6-4/+79
2023-12-18Bump github.com/aws/aws-sdk-go-v2/config from 1.25.5 to 1.26.1 (#5114)dependabot[bot]2-21/+21
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.25.5 to 1.26.1. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.25.5...config/v1.26.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config 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-12-18Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#5118)dependabot[bot]2-3/+3
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18Bump actions/upload-artifact from 3 to 4 (#5117)dependabot[bot]1-1/+1
2023-12-18Bump docker/metadata-action from 5.3.0 to 5.4.0 (#5116)dependabot[bot]7-7/+7
2023-12-18Bump github/codeql-action from 2 to 3 (#5115)dependabot[bot]1-3/+3
2023-12-18Bump github.com/linxGnu/grocksdb from 1.8.0 to 1.8.10 (#5113)dependabot[bot]2-3/+3
2023-12-18Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (#5111)dependabot[bot]2-3/+3
2023-12-18Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.44.0 to 1.47.5 (#5110)dependabot[bot]2-34/+34
2023-12-14Fix: helm: remove deprecated values that caused helm template error for post ↵JesseBot2-9/+5
install hook (#5108) * Update post-install-bucket-hook.yaml - remove deprecated volume checks * Update Chart.yaml - update chart version to 3.60.0
2023-12-14Update helm_ci.yml - add `ct` flag `--target-branch ${{ ↵JesseBot1-3/+3
github.event.repository.default_branch }}` (#5106) * Update helm_ci.yml - add ct link flag --target-branch ${{ github.event.repository.default_branch }} This validates that the chart version has been bumped * Update helm_ci.yml - add --target-branch to ct list-changed command
2023-12-13Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2023-12-13fix wrong parameterchrislu2-7/+7
fix https://github.com/seaweedfs/seaweedfs/pull/5102
2023-12-13Bump io.grpc:grpc-protobuf from 1.23.0 to 1.53.0 in /other/java/client (#5103)dependabot[bot]1-1/+1
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.23.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.23.0...v1.53.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-2/+4
2023-12-13Revert "Bump github.com/hanwen/go-fuse/v2 from 2.4.0 to 2.4.2"chrislu2-3/+3
This reverts commit 3407e28a788415b33ad4bd8c2c3e7d25aba3a82a. > weed shell -h panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000) goroutine 1 [running]: github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x5?, 0x80000000, {0x101f4ab0c?, 0xffffffffffffffff?}) /Users/chrislu/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print.go:124 +0x159 github.com/hanwen/go-fuse/v2/fuse.init.1() /Users/chrislu/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print_darwin.go:12 +0x2b
2023-12-12Remote gateway Bug fix (#5100)Farbod1-2/+4
2023-12-11fix testchrislu1-3/+9
2023-12-11Merge accumulated changes related to message queue (#5098)Chris Lu58-2569/+3670
* balance partitions on brokers * prepare topic partition first and then publish, move partition * purge unused APIs * clean up * adjust logs * add BalanceTopics() grpc API * configure topic * configure topic command * refactor * repair missing partitions * sequence of operations to ensure ordering * proto to close publishers and consumers * rename file * topic partition versioned by unixTimeNs * create local topic partition * close publishers * randomize the client name * wait until no publishers * logs * close stop publisher channel * send last ack * comments * comment * comments * support list of brokers * add cli options * Update .gitignore * logs * return io.eof directly * refactor * optionally create topic * refactoring * detect consumer disconnection * sub client wait for more messages * subscribe by time stamp * rename * rename to sub_balancer * rename * adjust comments * rename * fix compilation * rename * rename * SubscriberToSubCoordinator * sticky rebalance * go fmt * add tests * balance partitions on brokers * prepare topic partition first and then publish, move partition * purge unused APIs * clean up * adjust logs * add BalanceTopics() grpc API * configure topic * configure topic command * refactor * repair missing partitions * sequence of operations to ensure ordering * proto to close publishers and consumers * rename file * topic partition versioned by unixTimeNs * create local topic partition * close publishers * randomize the client name * wait until no publishers * logs * close stop publisher channel * send last ack * comments * comment * comments * support list of brokers * add cli options * Update .gitignore * logs * return io.eof directly * refactor * optionally create topic * refactoring * detect consumer disconnection * sub client wait for more messages * subscribe by time stamp * rename * rename to sub_balancer * rename * adjust comments * rename * fix compilation * rename * rename * SubscriberToSubCoordinator * sticky rebalance * go fmt * add tests * tracking topic=>broker * merge * comment
2023-12-11Bump github.com/rclone/rclone from 1.64.2 to 1.65.0dependabot[bot]2-91/+109
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.64.2 to 1.65.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.64.2...v1.65.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump com.google.guava:guava in /other/java/clientdependabot[bot]1-1/+1
Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump actions/dependency-review-action from 3.1.3 to 3.1.4dependabot[bot]1-1/+1
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/7bbfa034e752445ea40215fff1c3bf9597993d3f...01bc87099ba56df1e897b6874784491ea6309bc4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump actions/setup-python from 4 to 5dependabot[bot]1-1/+1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump actions/setup-go from 4.1.0 to 5.0.0dependabot[bot]2-2/+2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/93397bea11091df50f3d7e59dc26a7711a8bcfbe...0c52d547c9bc32b1aa3301fd7a9cb496313a4491) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump gocloud.dev/pubsub/rabbitpubsub from 0.34.0 to 0.35.0dependabot[bot]2-142/+119
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.34.0...v0.35.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>
2023-12-11Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.11dependabot[bot]2-4/+3
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.11. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.11) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.1dependabot[bot]2-3/+3
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.12.1...v1.13.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11Bump github.com/hanwen/go-fuse/v2 from 2.4.0 to 2.4.2dependabot[bot]2-3/+3
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.4.0 to 2.4.2. - [Commits](https://github.com/hanwen/go-fuse/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: github.com/hanwen/go-fuse/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-09falls back to update only if error contains msg "duplicate entry"Konstantin Lebedev1-16/+9
https://github.com/seaweedfs/seaweedfs/issues/5062
2023-12-07Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu20-97/+68
2023-12-07add missing error in the logchrislu1-1/+1
related to https://github.com/seaweedfs/seaweedfs/issues/5084
2023-12-06weed/storage: fix dropped test errorsLars Lehtonen1-0/+12
2023-12-05Always include volumes in statefulsetsBálint József Jánvári3-51/+0
2023-12-05Add a way to use a JWT in an HTTP only cookiejerebear121-0/+8
If a JWT is not included in the Authorization header or a query string, attempt to get a JWT from an HTTP only cookie.