aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25check bucket name in sql backendchrislu1-0/+6
fix https://github.com/seaweedfs/seaweedfs/issues/5710
2024-06-24fix s3tests.conf file namechrislu1-1/+1
2024-06-24Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu9-51/+44
2024-06-24adjust visibilitychrislu4-29/+29
2024-06-24chore(deps): bump cloud.google.com/go/pubsub from 1.38.0 to 1.39.0 (#5708)dependabot[bot]2-15/+15
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.38.0 to 1.39.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.38.0...pubsub/v1.39.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub 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-06-24chore(deps): bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 (#5709)dependabot[bot]2-23/+25
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.41.0...spanner/v1.42.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage 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-06-24chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 ↵dependabot[bot]2-3/+3
(#5707) chore(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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-06-24chore(deps): bump github.com/hashicorp/raft from 1.6.1 to 1.7.0 (#5706)dependabot[bot]2-3/+3
Bumps [github.com/hashicorp/raft](https://github.com/hashicorp/raft) from 1.6.1 to 1.7.0. - [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.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft 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-06-24chore(deps): bump github.com/getsentry/sentry-go from 0.28.0 to 0.28.1 (#5705)dependabot[bot]2-12/+3
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go 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-06-24chore(deps): bump docker/build-push-action from 6.0.0 to 6.1.0 (#5704)dependabot[bot]7-7/+7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/c382f710d39a5bb4e430307530a720f50c2d3318...31159d49c0d4756269a0940a750801a1ea5d7003) --- updated-dependencies: - dependency-name: docker/build-push-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-06-23minorchrislu1-2/+2
2024-06-22fix: correct command flag for master.raftBootstrap option in server.go (#5701)Nikita Borzykh1-1/+1
2024-06-22Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-3/+9
2024-06-22update advancedtlschrislu3-16/+22
2024-06-20bugfix: unregister ec shards when volume server disconnected (#5697)Numblgw1-0/+5
bugfix unregister ec shards when volume server disconnected Co-authored-by: liguowei <liguowei@xinye.com>
2024-06-20chore: hot fix panic fs.verify (#5696)Konstantin Lebedev1-3/+4
2024-06-19add dev notechrislu1-0/+1
2024-06-19[fs.verify] skip failed files if entry not found on filerStore (#5693)Konstantin Lebedev2-21/+57
2024-06-18[fs.verify] getmeta data from filer log (#5678)Konstantin Lebedev1-65/+104
* initial * fix: print entry path
2024-06-17adjust error handlingchrislu4-4/+4
fix https://github.com/seaweedfs/seaweedfs/issues/5677
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go from 1.53.5 to 1.54.2 (#5685)dependabot[bot]2-3/+3
2024-06-17fix #5681 convert all resources parameters to maps instead of strings (#5689)JesseBot6-13/+13
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.3 to ↵dependabot[bot]2-12/+12
1.55.1 (#5687)
2024-06-17chore(deps): bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0 (#5688)dependabot[bot]2-4/+3
2024-06-17chore(deps): bump github.com/fclairamb/ftpserverlib from 0.24.0 to 0.24.1 ↵dependabot[bot]2-3/+3
(#5686)
2024-06-17chore(deps): bump golang.org/x/image from 0.16.0 to 0.17.0 (#5684)dependabot[bot]2-3/+3
2024-06-17chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to ↵dependabot[bot]2-27/+27
1.17.18 (#5683)
2024-06-17chore(deps): bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5 (#5682)dependabot[bot]2-9/+3
2024-06-17chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#5680)dependabot[bot]7-7/+7
2024-06-17chore(deps): bump wangyoucao577/go-release-action from 1.50 to 1.51 (#5679)dependabot[bot]6-14/+14
2024-06-16Update README.mdChris Lu1-1/+1
2024-06-15Merge branch 'master' into mqchrislu9-221/+246
2024-06-15optionally skip deleting file chunkschrislu6-214/+231
2024-06-15DeleteUncommittedChunkschrislu1-1/+1
2024-06-15refactorchrislu1-1/+5
2024-06-15refactorchrislu5-6/+10
2024-06-14sort importschrislu1-1/+1
2024-06-14Merge branch 'master' into mqchrislu26-66/+106
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov26-66/+106
* Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
2024-06-14Merge branch 'master' into mqchrislu1-0/+1
2024-06-14minorchrislu1-0/+1
2024-06-13Merge branch 'master' into mqchrislu1-1/+6
2024-06-13more logschrislu1-1/+6
2024-06-12Merge branch 'master' into mqchrislu2-2/+2
2024-06-12add missing tagschrislu2-2/+2
fix https://github.com/seaweedfs/seaweedfs/issues/5676
2024-06-12Merge branch 'master' into mqchrislu13-67/+80
2024-06-11fix issue: sometimes volume.fsck report 'volume not found' (#5537)Taehyung Lim1-5/+10
* fix issue: sometimes volume.fsck report 'volume not found' when a volume server has multiple disk types * rename variable * adjust counters --------- Co-authored-by: chrislu <chris.lu@gmail.com>
2024-06-11chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from ↵dependabot[bot]2-29/+29
1.5.1 to 1.6.0 (#5675) chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/azcore/v1.6.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10Meenakshi fix filer sync (#5672)MeenakshiSachdeva1-0/+1
* Fix Filer Sync Issue: 5455 * Fix Filer Sync Issue: 5455
2024-06-10Fix Filer Sync Issue: 5455 (#5663)MeenakshiSachdeva2-0/+7