dependabot[bot]
86cc7efc3e
chore(deps): bump google.golang.org/grpc/security/advancedtls from 0.0.0-20240621202332-c8568c99b8c5 to 1.0.0 ( #5751 )
chore(deps): bump google.golang.org/grpc/security/advancedtls
Bumps [google.golang.org/grpc/security/advancedtls](https://github.com/grpc/grpc-go ) from 0.0.0-20240621202332-c8568c99b8c5 to 1.0.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/commits/v1.0.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc/security/advancedtls
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
dependabot[bot]
b7928fcab6
chore(deps): bump github.com/linxGnu/grocksdb from 1.9.1 to 1.9.2 ( #5750 )
Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/linxGnu/grocksdb/releases )
- [Commits](https://github.com/linxGnu/grocksdb/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/linxGnu/grocksdb
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>
9 months ago
chrislu
f3d708d3b6
add a test case
9 months ago
chrislu
d29fccc521
skip checking if it is the root directory
9 months ago
chrislu
114ac39917
add a simple test
9 months ago
Konstantin Lebedev
f77eee667d
add s3test for sql ( #5718 )
* add s3test for sql
* fix test test_bucket_listv2_delimiter_basic for s3
* fix action s3tests
* regen s3 api xsd
* rm minor s3 test test_bucket_listv2_fetchowner_defaultempty
* add docs
* without xmlns
9 months ago
chrislu
7c06306857
fix breadcrumb
9 months ago
rhysm
7ee1f520a4
volume.tier.upload: Fix deleting replicated volumes ( #5743 )
Co-authored-by: Rhys M <rhysm@protonmail.com>
9 months ago
chrislu
8943a572d8
log error message
9 months ago
chrislu
62c29b2398
Revert "directory can paginate"
This reverts commit 69003d0e90
.
9 months ago
chrislu
761a1555de
fix ordering
9 months ago
chrislu
69003d0e90
directory can paginate
9 months ago
dependabot[bot]
f9eedc9c72
chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.1 to 1.58.0 ( #5738 )
9 months ago
dependabot[bot]
0c080251b8
chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 ( #5731 )
9 months ago
dependabot[bot]
861073b548
chore(deps): bump golang.org/x/tools from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0 ( #5733 )
9 months ago
dependabot[bot]
c08489d18b
chore(deps): bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.13 ( #5737 )
9 months ago
dependabot[bot]
76a6a68c4f
chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 ( #5729 )
9 months ago
dependabot[bot]
55e7b174e1
chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.1 ( #5734 )
9 months ago
Konstantin Lebedev
5ffacbb6ea
refactor all methods strings to const ( #5726 )
9 months ago
chrislu
0fdf7eca48
avoid possible nil case during other error cases
9 months ago
chrislu
ac6fd36c06
using fixed bootstrap from peer filer
9 months ago
chrislu
fbe1316c92
3.69
9 months ago
Reddysekhar Gaduputi
e99eee8ed9
[Helm chart] Remove createClusterRole dependency from serviceAccount usage from filer statefulset ( #5724 )
* Remove createClusterRole dependency from serviceAccount usage from filer statefulset
* Add automountServiceAccountToken option for service account.
10 months ago
chrislu
d8dfadb617
ParallelProcessDirectoryStructure
need to use this for simpler parallel processing
10 months ago
chrislu
1c0718f26d
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
10 months ago
chrislu
c030cb3ce9
bootstrap filer from one peer
10 months ago
chrislu
00f87e5bb5
remove unused
10 months ago
Taehyung Lim
4d0bf6ddd4
fixed fail to initialize existing ec volume when volume server has separate index dictory ( #5723 )
10 months ago
chrislu
81188ec9cb
adjust size
10 months ago
chrislu
9d4e6d7c19
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
10 months ago
chrislu
9868d5c22e
less height
10 months ago
Chris Lu
5059a7a621
Update README.md
10 months ago
chrislu
2514fd034b
Create keepsec.png
10 months ago
Gregor Tudan
a6a5495477
Move cluster role to a separate template. ( #5721 )
Move cluster role to a separate template, to allow disabling it without breaking the service account
10 months ago
Gregor Tudan
c7e8906ad2
Helm-Chart: clean up image handling ( #5720 )
Clean up the image computation to make it consistent with the values file
10 months ago
dependabot[bot]
6966972ec3
chore(deps): bump golang.org/x/image from 0.17.0 to 0.18.0 ( #5719 )
10 months ago
chrislu
cb67137a03
optionally open the leveldb in readonly mode
10 months ago
chrislu
90182e97fe
remove unused function
10 months ago
chrislu
9ac1023362
check bucket name in sql backend
fix https://github.com/seaweedfs/seaweedfs/issues/5710
10 months ago
chrislu
8211b29689
fix s3tests.conf file name
10 months ago
chrislu
488a7dc428
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
10 months ago
chrislu
ded761ffc5
adjust visibility
10 months ago
dependabot[bot]
b40751112e
chore(deps): bump cloud.google.com/go/pubsub from 1.38.0 to 1.39.0 ( #5708 )
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>
10 months ago
dependabot[bot]
b971c68d0f
chore(deps): bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 ( #5709 )
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>
10 months ago
dependabot[bot]
b8ad3ea702
chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 ( #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>
10 months ago
dependabot[bot]
2c7d215a72
chore(deps): bump github.com/hashicorp/raft from 1.6.1 to 1.7.0 ( #5706 )
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>
10 months ago
dependabot[bot]
d031a3c37d
chore(deps): bump github.com/getsentry/sentry-go from 0.28.0 to 0.28.1 ( #5705 )
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>
10 months ago
dependabot[bot]
38e81632e0
chore(deps): bump docker/build-push-action from 6.0.0 to 6.1.0 ( #5704 )
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](c382f710d3
...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>
10 months ago
chrislu
07f47776c3
minor
10 months ago
Nikita Borzykh
64756c2d79
fix: correct command flag for master.raftBootstrap option in server.go ( #5701 )
10 months ago