| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2021-09-06 | update help message | Chris Lu | 1 | -6/+8 | |
| 2021-09-06 | filer.remote.sync: createBucketWithRandomSuffix defaults to true | Chris Lu | 1 | -1/+1 | |
| 2021-09-06 | filer.remote.sync: automatically detect the primary remote storage | Chris Lu | 2 | -29/+60 | |
| 2021-09-06 | remove unused code | Chris Lu | 1 | -4/+0 | |
| 2021-09-05 | option to map remote bucket to trimmed bucket name | Chris Lu | 1 | -0/+4 | |
| 2021-09-04 | filer.remote.sync: add option to add randomized suffix to buckets to avoid ↵ | Chris Lu | 2 | -21/+37 | |
| conflicts | |||||
| 2021-09-04 | filer.remote.sync fix upload logic | Chris Lu | 1 | -1/+1 | |
| 2021-09-04 | re-ordering | Chris Lu | 1 | -21/+22 | |
| 2021-09-04 | remember sync time | Chris Lu | 1 | -0/+1 | |
| 2021-09-04 | update remote storage mount mapping | Chris Lu | 1 | -16/+37 | |
| 2021-09-04 | when creating bucket, use remote storage client for default storage | Chris Lu | 2 | -4/+9 | |
| 2021-09-04 | filer.remote.sync: split into buckets mode and single directory mode | Chris Lu | 3 | -212/+588 | |
| 2021-09-03 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-09-02 | minor | Chris Lu | 1 | -2/+2 | |
| 2021-09-02 | refactor | Chris Lu | 1 | -12/+23 | |
| 2021-09-02 | refactor | Chris Lu | 1 | -24/+30 | |
| 2021-09-01 | go fmt | Chris Lu | 4 | -4/+5 | |
| 2021-09-01 | filer.remote.sync: exit when directory is unmounted | Chris Lu | 1 | -5/+42 | |
| this will not propagate the deletions back to the cloud | |||||
| 2021-08-31 | line wrap | Chris Lu | 5 | -12/+18 | |
| 2021-08-31 | add additionalPathPrefixes | Chris Lu | 5 | -18/+12 | |
| 2021-08-30 | Merge branch 'master' into filerstore-tikv | Rain Li | 2 | -15/+24 | |
| 2021-08-29 | import hdfs | Chris Lu | 1 | -2/+3 | |
