aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-02directory can paginatechrislu2-4/+11
2024-07-02chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.1 to ↵dependabot[bot]2-27/+27
1.58.0 (#5738)
2024-07-02chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 ↵dependabot[bot]2-3/+3
(#5731)
2024-07-02chore(deps): bump golang.org/x/tools from ↵dependabot[bot]2-6/+6
0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0 (#5733)
2024-07-02chore(deps): bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.13 (#5737)dependabot[bot]2-3/+3
2024-07-02chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 (#5729)dependabot[bot]7-7/+7
2024-07-02chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.1 (#5734)dependabot[bot]2-6/+6
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev18-84/+84
2024-07-01avoid possible nil case during other error caseschrislu1-1/+1
2024-06-30using fixed bootstrap from peer filer3.69chrislu3-8/+0
2024-06-303.69chrislu2-2/+2
2024-06-29[Helm chart] Remove createClusterRole dependency from serviceAccount usage ↵Reddysekhar Gaduputi3-3/+3
from filer statefulset (#5724) * Remove createClusterRole dependency from serviceAccount usage from filer statefulset * Add automountServiceAccountToken option for service account.
2024-06-28ParallelProcessDirectoryStructurechrislu1-0/+38
need to use this for simpler parallel processing
2024-06-28Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2024-06-28bootstrap filer from one peerchrislu10-486/+865
2024-06-28remove unusedchrislu1-62/+0
2024-06-28fixed fail to initialize existing ec volume when volume server has separate ↵Taehyung Lim1-1/+1
index dictory (#5723)
2024-06-27adjust sizechrislu2-0/+0
2024-06-27Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+2
2024-06-27less heightchrislu1-0/+0
2024-06-27Update README.mdChris Lu1-1/+2
2024-06-27Create keepsec.pngchrislu1-0/+0
2024-06-27Move cluster role to a separate template. (#5721)Gregor Tudan2-37/+36
Move cluster role to a separate template, to allow disabling it without breaking the service account
2024-06-27Helm-Chart: clean up image handling (#5720)Gregor Tudan2-43/+15
Clean up the image computation to make it consistent with the values file
2024-06-26chore(deps): bump golang.org/x/image from 0.17.0 to 0.18.0 (#5719)dependabot[bot]2-3/+3
2024-06-25optionally open the leveldb in readonly modechrislu2-5/+10
2024-06-25remove unused functionchrislu3-10/+0
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)