Chris Lu
af37b374cb
weed shell: fs.cd change current directory
6 years ago
Chris Lu
715a38da1e
weed shell: add fs.cd, fs.pwd to change to a directory and print current directory
6 years ago
Chris Lu
2a52e70a41
weed filer: increase default mysql/postgres dir or name length to 65535
6 years ago
Chris Lu
920b4e56aa
refactoring
6 years ago
Chris Lu
f60d383947
weed filer.copy: support multiple masters
6 years ago
Chris Lu
487ca51491
weed filer.export: fix pagination error
6 years ago
Chris Lu
7a14cdc90c
refactoring, go fmt
6 years ago
Chris Lu
df95ce0b6c
weed backup: efficient delta backup
fix https://github.com/chrislusf/seaweedfs/issues/399
6 years ago
Chris Lu
70815e9124
WIP
6 years ago
Chris Lu
a3490b600c
weed filer, weed master: add option to disable http
6 years ago
Jonathan Amsterdam
8db82e2b75
notification: add Go CDK pubsub support
Add the gocdk_pub_sub package, which supports the Go Cloud Development
Kit pubsub API.
Link in all current providers.
Update the notification scaffold.
6 years ago
chenwanli
45a52b17fd
benchmark: add replication flag
6 years ago
Chris Lu
da871896c3
weed filer: set grpc port to port + 10000
6 years ago
Chris Lu
657dd2e6c9
add shell command to list all collections
6 years ago
Chris Lu
55bab1b456
add context.Context
6 years ago
Chris Lu
cece860bfd
add context to all filer APIs
6 years ago
Chris Lu
d30600e6d6
fix filer starting under "weed server" when ip is not localhost
fix https://github.com/chrislusf/seaweedfs/issues/886
6 years ago
Chris Lu
a4e8aa98a0
weed server: mkdir first, and set the master ip address
fix https://github.com/chrislusf/seaweedfs/issues/885
6 years ago
Chris Lu
6fe071175d
mount: add option to disable allow others
fix https://github.com/chrislusf/seaweedfs/issues/877
6 years ago
Chris Lu
4773497d2c
add back "/cluster/status"
fix https://github.com/chrislusf/seaweedfs/issues/870
6 years ago
Chris Lu
ab32556a51
weed server: fix error coming from moving raft to grpc
fix https://github.com/chrislusf/seaweedfs/issues/872
6 years ago
Chris Lu
2812c14520
master: add option to disable http operations
6 years ago
Chris Lu
7bbe24dd28
volume server directly support https
6 years ago
Chris Lu
0fa1be8c4b
adjust formatting and comments
6 years ago
Chris Lu
07af52cb6f
raft change from http to grpc
master grpc port is fixed to http port + 10000
6 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
6 years ago
Chris Lu
98a03b38e5
avoid util package depends on security package
6 years ago
Chris Lu
74fb237727
benchmark can work in secure mode
6 years ago
Chris Lu
215cd27b37
add authorizing fileId write access
need to secure upload/update/delete for benchmark/filer/mount
need to add secure grpc
6 years ago
Chris Lu
4ff4a147b2
cleanup security.Secret
6 years ago
Chris Lu
501bd72b1c
wip: add security.toml file
6 years ago
Sergey
aa5ccff6d2
fixing of typos
6 years ago
Chris Lu
a6bffc58f9
go fmt
6 years ago
Chris Lu
67e2ea72be
master add separate grpc port
due to https://github.com/soheilhy/cmux/issues/64
fix https://github.com/chrislusf/seaweedfs/issues/820
fix https://github.com/chrislusf/seaweedfs/issues/840
fix https://github.com/chrislusf/seaweedfs/issues/841
6 years ago
bingoohuang
ab6be025d7
go fmt and fix some typo
6 years ago
bingoohuang
6ddfaf33cb
extract VolumeFileScanner for ScanVolumeFile
6 years ago
Chris Lu
6740427638
weed mount: reduce default chunk size
6 years ago
Chris Lu
55f7d8f801
remove extra log
6 years ago
Chris Lu
170ed53da5
weed mount: mac add AutoXattr
6 years ago
Chris Lu
9f3836072a
weed mount: no mac finder broswe mode
6 years ago
Chris Lu
d7bf6c5b91
switching_to_seaweedfs_fuse
6 years ago
Chris Lu
03c7447ad6
set mount point to existing permissions
fix https://github.com/chrislusf/seaweedfs/issues/806
6 years ago
Chris Lu
2a19511ba8
avoid gzip benchmark data
related to https://github.com/chrislusf/seaweedfs/issues/804
6 years ago
Chris Lu
ba923e2864
error if the last arguement does not end with forward slash
6 years ago
Chris Lu
49f40cd145
adjust help message
6 years ago
Chris Lu
852ee21835
avoid .gz auto decompression
6 years ago
Chris Lu
93d0ad09af
error log format
6 years ago
Chris Lu
c28e8a2397
refactoring
6 years ago
Chris Lu
ffa2827ab1
fail fast if two notification queues or inputs are enabled
6 years ago
Chris Lu
52b24a9902
default "weed server -filer" to same directory as -mdir
6 years ago