| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-02 | Update filer upsert sqlstring for postgresql (#6835) | Luna Yao | 1 | -2/+14 | |
| 2025-05-22 | Fix mysql tls enable (#6807) | bwlfhu | 1 | -0/+4 | |
| 2025-05-04 | adds tls examples | chrislu | 1 | -0/+24 | |
| related to https://github.com/seaweedfs/seaweedfs/pull/6738 | |||||
| 2025-03-29 | Tarantool filer store (#6669) | MaratKarimov | 1 | -0/+7 | |
| Co-authored-by: Marat Karimov <m.karimov@digitalms.ru> | |||||
| 2025-03-28 | add lua redis store to ensure atomicity (#6671) | Chris Lu | 1 | -0/+35 | |
| 2025-02-26 | Update filer.toml | chrislu | 1 | -1/+1 | |
| 2025-02-26 | update redis support status | chrislu | 1 | -34/+0 | |
| 2025-02-26 | not planning to redis3 | chrislu | 1 | -30/+0 | |
| 2025-02-26 | add cassandra2 (#6582) | Chris Lu | 1 | -2/+3 | |
| 2024-08-08 | fix invalid toml | chrislu | 1 | -1/+1 | |
| 2024-05-18 | Feature/mongodb security (#5602) | sb | 1 | -0/+1 | |
| 2024-05-18 | add filer configuration options for username/password and tls (#5601) | sb | 1 | -0/+6 | |
| 2024-03-24 | Add TLS support, initial etcd connection check, fix key_prefix handling for ↵ | Nikita Borzykh | 1 | -0/+6 | |
| etcd backend meta storage (#5403) | |||||
| 2023-12-20 | chore: add dsn for connection to mysql (#5060) | Konstantin Lebedev | 1 | -0/+3 | |
| * chore: add dsn for connection to mysql * add comment * new comment * fix: validate dsn and adapt password | |||||
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -0/+1 | |
| * fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-05-18 | Feat: etcd filer store keys should have customizable prefix (#4484) | Mesar Hameed | 1 | -0/+1 | |
| An etcd cluster is not necessarily only dedicated to seaweedfs. This security enhancement adds a customizable key_prefix option to the etcd filer store. This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the key_prefix, instead of all keys on the etcd cluster. | |||||
| 2023-05-15 | Feat: support username/password authentication for etcd filer store s… (#4477) | Mesar Hameed | 1 | -0/+2 | |
| Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262 Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com> | |||||
| 2023-04-04 | use UPSERT for postgres style databases | chrislu | 1 | -3/+3 | |
| 2023-01-01 | filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094) | CommanderRoot | 1 | -13/+13 | |
| 2023-01-01 | filer.store.mysql: Replace deprecated upsert syntax (#4096) | CommanderRoot | 1 | -2/+2 | |
| 2022-09-15 | docs(command): readability fixes (#3686) | Ryan Russell | 1 | -1/+1 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-07-08 | filer tikv support tls | duanhongyi | 1 | -0/+8 | |
| 2022-06-26 | Update tikv client version and add one PC support | yulai.li | 1 | -5/+104 | |
| 2022-05-03 | add options to scaffold | Konstantin Lebedev | 1 | -5/+7 | |
| 2022-05-02 | ydb-go-sdk move to v3 | Konstantin Lebedev | 1 | -0/+11 | |
| 2022-04-01 | change user and pass to username and password | a | 1 | -2/+2 | |
| 2022-03-17 | prefix search, bucket implemented | elee | 1 | -3/+7 | |
| 2022-03-17 | arangodb adapter | elee | 1 | -0/+6 | |
| 2022-02-15 | FilerStore: add redis_lua | banjiaojuhao | 1 | -0/+34 | |
| 2022-01-18 | add gocql timeout setting | guol-fnst | 1 | -0/+2 | |
| 2021-11-29 | redis3 supports sentinel | Chris Lu | 1 | -0/+8 | |
| 2021-11-25 | fix redis2 sentinel config example | limd | 1 | -1/+1 | |
| 2021-11-25 | Merge remote-tracking branch 'origin/master' | limd | 1 | -3/+3 | |
| 2021-11-25 | support redis sentinel | limd | 1 | -0/+8 | |
| 2021-11-11 | filer: fix mysql2 SQL template | Chris Lu | 1 | -1/+1 | |
| 2021-11-11 | filer: fix mysql command to upsert | Chris Lu | 1 | -2/+2 | |
| 2021-10-10 | removing tikv to resolve "go mod tidy" problem | Chris Lu | 1 | -8/+0 | |
| tikv is causing "go mod tidy" problem. Need to resolve this before adding tikv back. go mod tidy go: finding module for package github.com/coreos/etcd/clientv3/balancer/picker go: finding module for package cloud.google.com/go/kms/apiv1 go: finding module for package github.com/coreos/etcd/clientv3/balancer/resolver/endpoint go: finding module for package google.golang.org/grpc/naming go: finding module for package github.com/coreos/etcd/clientv3/credentials go: finding module for package github.com/coreos/etcd/clientv3/balancer go: finding module for package github.com/d4l3k/messagediff go: found github.com/coreos/etcd/clientv3/balancer in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/balancer/picker in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/balancer/resolver/endpoint in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/credentials in github.com/coreos/etcd v3.3.26+incompatible go: found cloud.google.com/go/kms/apiv1 in cloud.google.com/go/kms v1.0.0 go: found github.com/d4l3k/messagediff in github.com/d4l3k/messagediff v1.2.1 go: finding module for package google.golang.org/grpc/naming github.com/chrislusf/seaweedfs/weed/filer/tikv imports github.com/tikv/client-go/v2/tikv imports go.etcd.io/etcd/clientv3 tested by go.etcd.io/etcd/clientv3.test imports github.com/coreos/etcd/integration imports github.com/coreos/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.41.0), but does not contain package google.golang.org/grpc/naming | |||||
| 2021-10-04 | add redis3 | Chris Lu | 1 | -0/+22 | |
| 2021-09-08 | mysql table DDL: minor, not necessary, but a little more strict | Chris Lu | 1 | -2/+2 | |
| the directory is already hashed into dirhash. So this change is not strictly required. | |||||
| 2021-08-26 | Add deleterange_concurrency to filer configuration file | yulai.li | 1 | -0/+2 | |
| 2021-08-26 | Update filer.toml scaffold to support tikv store | yulai.li | 1 | -0/+6 | |
| 2021-08-01 | remove buckets folder option | Chris Lu | 1 | -2/+0 | |
| the related code still works for old deployments | |||||
| 2021-07-05 | extract embed toml example to separate files | bingoohuang | 1 | -0/+234 | |
