| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-07 | Merge pull request #2498 from kmlebedev/s3_audit_log | Chris Lu | 3 | -0/+9 | |
| 2021-12-07 | audit log config | Konstantin Lebedev | 3 | -1/+9 | |
| 2021-12-07 | audit log | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-12-05 | avoid creating the same bucket with a different randomized name | chrislu | 1 | -15/+19 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2492 | |||||
| 2021-12-05 | adjust randomized bucket name | chrislu | 1 | -1/+1 | |
| 2021-11-29 | redis3 supports sentinel | Chris Lu | 1 | -0/+8 | |
| 2021-11-29 | add s3.clean.uploads -timeAgo=24h | Chris Lu | 1 | -0/+1 | |
| 2021-11-28 | adjust error log | Chris Lu | 1 | -1/+3 | |
| 2021-11-27 | add logs for writing to remote file | Chris Lu | 1 | -3/+5 | |
| 2021-11-25 | fix redis2 sentinel config example | limd | 1 | -1/+1 | |
| 2021-11-25 | Merge remote-tracking branch 'origin/master' | limd | 3 | -16/+22 | |
| 2021-11-25 | support redis sentinel | limd | 1 | -0/+8 | |
| 2021-11-22 | add retries when writing to remote s3 | Chris Lu | 2 | -13/+19 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2465 | |||||
| 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-11-06 | filer: deprecate "-peers" option | Chris Lu | 2 | -10/+0 | |
| 2021-11-05 | Revert "master: rename grpc function KeepConnected() to ↵ | Chris Lu | 3 | -3/+3 | |
| SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc. | |||||
| 2021-11-03 | master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates() | Chris Lu | 3 | -3/+3 | |
| 2021-11-02 | better printout | Chris Lu | 1 | -2/+0 | |
| 2021-11-02 | shell: optionally read filer address from master | Chris Lu | 1 | -4/+5 | |
| 2021-10-31 | filer.meta.tail: add example to send metadata to elastic search | Chris Lu | 1 | -0/+2 | |
| 2021-10-24 | volume vacuum: avoid timeout with streaming progress report | Chris Lu | 2 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2396 | |||||
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 3 | -15/+14 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-10-10 | removing tikv to resolve "go mod tidy" problem | Chris Lu | 2 | -9/+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-10 | removing etcd sequencer | Chris Lu | 1 | -4/+1 | |
| causing go mod tidy problem. If anyone wants this, please help to resolve this first. github.com/chrislusf/seaweedfs/weed/sequence imports go.etcd.io/etcd/client tested by go.etcd.io/etcd/client.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 | server: remove peer check if not starting master | Chris Lu | 1 | -3/+2 | |
| more fix https://github.com/chrislusf/seaweedfs/issues/2352 | |||||
| 2021-10-04 | add back logic to check master peers | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2352 | |||||
| 2021-10-04 | Merge pull request #2354 from chrislusf/bptree | Chris Lu | 2 | -0/+23 | |
| Add Redis3 | |||||
| 2021-10-04 | add redis3 | Chris Lu | 1 | -0/+22 | |
| 2021-10-04 | add redis3 | Chris Lu | 1 | -0/+1 | |
| 2021-10-01 | typo | Chris Lu | 1 | -1/+1 | |
| 2021-10-01 | retry both assign volume and uploading data | Chris Lu | 1 | -28/+34 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2351 | |||||
| 2021-09-26 | s3: default to allow empty folder for better performance | Chris Lu | 3 | -3/+3 | |
| 2021-09-25 | adjust metadata tail output | Chris Lu | 1 | -3/+3 | |
| 2021-09-20 | use default 10000 for grpc port | Chris Lu | 5 | -7/+21 | |
| 2021-09-19 | go fmt | Chris Lu | 2 | -8/+7 | |
| 2021-09-15 | filer.remote.gateway: add options to include or exclude new bucket names to ↵ | Chris Lu | 2 | -0/+15 | |
| mirror | |||||
| 2021-09-15 | adjust help messages | Chris Lu | 2 | -15/+2 | |
| 2021-09-15 | add command filre.remote.gateway | Chris Lu | 1 | -0/+1 | |
| 2021-09-15 | separate filer.remote.gateway command to avoid confusion | Chris Lu | 4 | -52/+127 | |
| 2021-09-14 | go fmt | Chris Lu | 1 | -10/+10 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 24 | -188/+142 | |
| 2021-09-12 | custom grpc port: filer | Chris Lu | 2 | -1/+4 | |
| 2021-09-12 | custom grpc port: volume server | Chris Lu | 2 | -1/+4 | |
| 2021-09-12 | custom grpc port: master follower | Chris Lu | 1 | -1/+2 | |
| 2021-09-12 | custom grpc port: master | Chris Lu | 2 | -1/+4 | |
| 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-09-07 | better IP v6 support | Chris Lu | 5 | -18/+14 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 3 | -3/+3 | |
| 2021-09-06 | refactoring | Chris Lu | 1 | -5/+30 | |
