chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
Konstantin Lebedev
bcbdc4cb37
use const multipart uploads folder
avoid error bucket NotEmpty if multipart uploads folder exist
3 years ago
Konstantin Lebedev
5b388ed6c1
initial advancedtls
3 years ago
Konstantin Lebedev
a9f6c4b43d
fix ip.bind cmd for docker compose
3 years ago
Konstantin Lebedev
fb57aa431c
stats master_replica_placement_mismatch
3 years ago
Kaiwalya Joshi
47d335cf8c
feat: Send commands to weed shell from the docker image.
Add the ability to send commands to weed shell from the docker image.
Allows an operator to perform maintenance commands like so:
```
docker run \
--rm \
-e SHELL_FILER=localhost:8888 \
-e SHELL_MASTER=localhost:9333 \
chrislusf/seaweedfs:local \
"shell" \
"fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply"
```
3 years ago
Konstantin Lebedev
b86628f85d
fix show empty dir
https://github.com/chrislusf/seaweedfs/issues/3086
3 years ago
Konstantin Lebedev
a14728d508
docker compose nextcloud rm mysql
3 years ago
Konstantin Lebedev
a34438384e
docker compose file for nextcloud testing
https://github.com/chrislusf/seaweedfs/issues/3086
3 years ago
chrislu
ca85b66511
fix build
3 years ago
Konstantin Lebedev
59435e4a2e
rocksdb up version to v7.2.2
3 years ago
Konstantin Lebedev
8f762a1a06
build release containers for all tags
3 years ago
Konstantin Lebedev
d12a423aa0
refactor
add some tests
https://github.com/chrislusf/seaweedfs/pull/2996
3 years ago
chrislu
bbd3c586f6
docker compose: use ip.bind=0.0.0.0
3 years ago
chrislu
22fbce8fd5
add docker compose file to sync 2 mounts
3 years ago
chrislu
362dec87a3
add tests
3 years ago
Konstantin Lebedev
8342f651f3
fix scanNamed
3 years ago
Konstantin Lebedev
319d300d48
fix createDB
3 years ago
Konstantin Lebedev
275c3bb19c
ydb initial
https://github.com/chrislusf/seaweedfs/issues/2942
3 years ago
chrislu
192983b464
s3 backend support customizing storage class
3 years ago
chrislu
cdb31c5b61
go 1.18 for rocksdb
3 years ago
chrislu
8e98d7326b
docker move to go version 1.18
3 years ago
Konstantin Lebedev
357aa818fe
add raft shell cmds
3 years ago
Konstantin Lebedev
b7cdde14ae
auto bootstraping and update peers
3 years ago
chrislu
3176bf126a
update rocksdb version
3 years ago
Konstantin Lebedev
1a1e5778c3
fix cluster status
3 years ago
Konstantin Lebedev
14dd971890
hashicorp raft with state machine
3 years ago
Konstantin Lebedev
c514710b7b
initial add hashicorp raft
3 years ago
Konstantin Lebedev
b6a2b43efe
allowDeleteBucketNotEmpty
3 years ago
Konstantin Lebedev
5b90a39954
fix s3 tests:
multipart_upload_incorrect_etag
multipart_resend_first_finishes_last
3 years ago
chrislu
24541fc7ec
minor
3 years ago
chrislu
22362f6495
avoid too many logs in tmp folder
3 years ago
chrislu
eb39f78396
rocksdb: PORTABLE=1
3 years ago
chrislu
13cb609f60
add filer.toml for rocksdb to docker image for rocksdb
3 years ago
kmlebedev
4f98553ba9
audit log SignatureVersion
3 years ago
Konstantin Lebedev
10678cde81
audit log config
3 years ago
chrislu
73e3e77904
deprecate all cronjob module related code
related to https://github.com/chrislusf/seaweedfs/issues/2483
3 years ago
Chris Lu
947fe4cc97
docker: entry point change working directory from root to /data
3 years ago
Chris Lu
b485c905d4
docker image: build with arm also
fix https://github.com/chrislusf/seaweedfs/issues/2418
3 years ago
Konstantin Lebedev
9d6ffa0ea1
GetBucketLifecycleConfigurationHandler
3 years ago
Konstantin Lebedev
be4b3ed509
AclHandlers
3 years ago
Chris Lu
0c12a7d12a
github action build rocksdb image
3 years ago
Chris Lu
7b776be285
build docker image for chrislusf/seaweedfs:rocksdb
3 years ago
Alexander
ee52f29c33
feature(ci): recognise more arches and add build tests
3 years ago
Konstantin Lebedev
1f301e4ba4
gccgo build
3 years ago
Chris Lu
d24ad92513
fix building latest docker image
3 years ago
Chris Lu
7bf65c1e99
use go 1.17 for docker
3 years ago
Chris Lu
3986601ee8
add run_image
4 years ago
Konstantin Lebedev
302738ee74
s3 test bucket delete nonempty
4 years ago
Konstantin Lebedev
b612d5aebd
s3 test get w/ If-Match: bogus ETag
4 years ago