| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-23 | 3.553.55 | chrislu | 2 | -3/+3 | |
| 2023-07-22 | s3api should return 500 code from filer (#4699) | SmoothDenis | 1 | -0/+5 | |
| 2023-07-18 | Add variabilisation of RBAC (#4692) | Armand LEOPOLD | 3 | -0/+5 | |
| * Add variabilisation of RBAC * fix also filer reference | |||||
| 2023-07-17 | Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.26 to 1.13.27 (#4684) | dependabot[bot] | 2 | -18/+27 | |
| 2023-07-17 | Bump helm/kind-action from 1.7.0 to 1.8.0 (#4686) | dependabot[bot] | 1 | -1/+1 | |
| 2023-07-17 | Bump modernc.org/sqlite from 1.23.1 to 1.24.0 (#4685) | dependabot[bot] | 2 | -3/+3 | |
| 2023-07-17 | Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.48.4 to 3.48.5 (#4683) | dependabot[bot] | 2 | -3/+3 | |
| 2023-07-17 | Bump google.golang.org/api from 0.130.0 to 0.131.0 (#4682) | dependabot[bot] | 2 | -16/+21 | |
| 2023-07-17 | deps: patch go-m1cpu to build with macOS < 12 (#4679) | Rui Chen | 2 | -3/+4 | |
| 2023-07-17 | Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#4687) | dependabot[bot] | 7 | -7/+7 | |
| 2023-07-17 | Bump golang.org/x/tools from 0.10.0 to 0.11.0 (#4681) | dependabot[bot] | 2 | -6/+6 | |
| 2023-07-17 | Fix large file chunks deleted by mistake (#4678) | wusong | 2 | -5/+12 | |
| 2023-07-16 | 3.543.54 | chrislu | 2 | -3/+3 | |
| 2023-07-16 | fix refactoring mistake | chrislu | 1 | -2/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4639 | |||||
| 2023-07-12 | Concurrency works better (#4663) | mervynzhang | 1 | -3/+4 | |
| Co-authored-by: mervyn.zhang <mervyn.zhang@sap.com> | |||||
| 2023-07-11 | Fix data loss: add lock for metacache (#4664) | wusong | 1 | -18/+19 | |
| Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2023-07-11 | Fix S3 API multipart upload on Windows (#4666) | Henco Appel | 1 | -1/+1 | |
| The file paths were being having '/' changed to '\' by filepath.Dir() resulting in a file being created with '\' separators, but when trying to read the files, the same wasn't happening. Co-authored-by: Hendrik Appel <happel@europe.altair.com> | |||||
| 2023-07-11 | Fix the segfault from not setting s3 https port (#4667) | Henco Appel | 1 | -0/+1 | |
| 2023-07-10 | avoid logging nil error (#4659) | Konstantin Lebedev | 1 | -1/+3 | |
| Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-07-10 | refresh max volume count after adjust (#4662) | LHHDZ | 1 | -0/+5 | |
| Signed-off-by: changlin.shi <changlin.shi@ly.com> | |||||
| 2023-07-10 | Bump golang.org/x/image from 0.8.0 to 0.9.0 (#4655) | dependabot[bot] | 2 | -3/+3 | |
| 2023-07-10 | Bump golang.org/x/net from 0.11.0 to 0.12.0 (#4657) | dependabot[bot] | 0 | -0/+0 | |
| 2023-07-10 | Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#4658) | dependabot[bot] | 2 | -3/+3 | |
| 2023-07-10 | Bump google.golang.org/api from 0.128.0 to 0.130.0 (#4654) | dependabot[bot] | 2 | -14/+21 | |
| 2023-07-10 | Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#4653) | dependabot[bot] | 7 | -7/+7 | |
| 2023-07-10 | README.md: minor fixes (#4652) | Nat Makarevitch | 1 | -3/+3 | |
| 2023-07-07 | avoid nil needle map | chrislu | 1 | -0/+4 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4640 | |||||
| 2023-07-07 | mount: create mount root on filer | chrislu | 1 | -0/+8 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/127 | |||||
| 2023-07-06 | minor | chrislu | 1 | -2/+2 | |
| 2023-07-06 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+4 | |
| 2023-07-06 | clone volume locations in case they are changed | chrislu | 5 | -5/+18 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4642 | |||||
| 2023-07-04 | Fix DataBackend nil pointer (#4641) | wusong | 1 | -1/+4 | |
| 2023-07-04 | proxy to master uses http address | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4607 | |||||
| 2023-07-04 | fix copying level db files during commi | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4635 | |||||
| 2023-07-03 | Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 (#4632) | dependabot[bot] | 2 | -2/+3 | |
| 2023-07-03 | Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.35.0 to 1.36.0 (#4634) | dependabot[bot] | 2 | -2/+3 | |
| 2023-07-03 | Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.48.3 to 3.48.4 (#4633) | dependabot[bot] | 2 | -3/+3 | |
| 2023-07-03 | Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 (#4630) | dependabot[bot] | 2 | -2/+3 | |
| 2023-07-03 | Bump github.com/rclone/rclone from 1.62.2 to 1.63.0 (#4631) | dependabot[bot] | 2 | -13/+19 | |
| 2023-07-03 | Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#4629) | dependabot[bot] | 7 | -7/+7 | |
| 2023-07-03 | Fix buff use (#4628) | wusong | 1 | -2/+2 | |
| 2023-06-26 | Unix Socket listener for S3 server (#4621) | Amir H. Yeganemehr | 3 | -2/+28 | |
| Add localSocket option to s3 server | |||||
| 2023-06-26 | Bump gocloud.dev/pubsub/rabbitpubsub from 0.29.0 to 0.30.0 (#4612) | dependabot[bot] | 2 | -100/+3 | |
| Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.29.0...v0.30.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-06-26 | Bump gocloud.dev/pubsub/natspubsub from 0.29.0 to 0.30.0 (#4619) | dependabot[bot] | 2 | -54/+528 | |
| Bumps [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/natspubsub 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-06-26 | Bump github.com/aws/aws-sdk-go-v2/config from 1.18.12 to 1.18.27 (#4618) | dependabot[bot] | 2 | -14/+21 | |
| Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.18.12 to 1.18.27. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.12...config/v1.18.27) --- 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-06-26 | Bump github.com/klauspost/reedsolomon from 1.11.7 to 1.11.8 (#4620) | dependabot[bot] | 2 | -3/+3 | |
| Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.11.7 to 1.11.8. - [Release notes](https://github.com/klauspost/reedsolomon/releases) - [Commits](https://github.com/klauspost/reedsolomon/compare/v1.11.7...v1.11.8) --- updated-dependencies: - dependency-name: github.com/klauspost/reedsolomon 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-06-26 | Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#4615) | dependabot[bot] | 2 | -3/+3 | |
| Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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-06-26 | Revert "Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 (#4614)" | chrislu | 2 | -3/+3 | |
| This reverts commit 14adbb88fe13030e2ac25f8e00c77126443c40d0. | |||||
| 2023-06-26 | Bump golang.org/x/image from 0.7.0 to 0.8.0 (#4617) | dependabot[bot] | 2 | -4/+3 | |
| 2023-06-26 | Bump github.com/aws/aws-sdk-go-v2 from 1.17.4 to 1.18.1 (#4616) | dependabot[bot] | 0 | -0/+0 | |
