Chris Lu
338e6d60a5
refactor: prepare for snapshotting
6 years ago
Chris Lu
79c2cca9c1
better error message
6 years ago
Chris Lu
6e116b3d67
volume: reset leader if error happens
6 years ago
Chris Lu
e85048bcdc
http exhaust and close response body
6 years ago
Chris Lu
3e8a3a8fec
fix race detector found problems
6 years ago
Chris Lu
0e33272f56
small refactoring
6 years ago
Chris Lu
2f76681d62
refactor: adjust grpc API name
6 years ago
stlpmo-jn
f2031884f0
fix bug : CI build failed
6 years ago
stlpmo-jn
c1a0403da2
repair the error replications of the volume
6 years ago
Chris Lu
000ee725fc
refactor Offset into a struct of bytes
6 years ago
Chris Lu
766396d249
weed master: atomic volume counting
possible fix for https://github.com/chrislusf/seaweedfs/issues/913
6 years ago
Chris Lu
189c890715
weed replicate: replicate atomic rename to other systems
6 years ago
Chris Lu
78ac2bef3c
go fmt
6 years ago
Chris Lu
97406333a5
support atomic renaming for mysql/postgres filer store
6 years ago
Chris Lu
c7e7b6229f
detect mime type
6 years ago
Chris Lu
65757ae2fd
weed filer: set content-type consistent with filer store
6 years ago
Chris Lu
7a14cdc90c
refactoring, go fmt
6 years ago
Chris Lu
19728fe3f6
remove deprecated code
6 years ago
Chris Lu
df95ce0b6c
weed backup: efficient delta backup
fix https://github.com/chrislusf/seaweedfs/issues/399
6 years ago
Chris Lu
a32797518b
weed master: redirect to leader for default admin UI
fix https://github.com/chrislusf/seaweedfs/issues/898
6 years ago
Chris Lu
70815e9124
WIP
6 years ago
Chris Lu
95e0520182
weed volume: add grpc operation to relicate a volume to local
6 years ago
Chris Lu
a3490b600c
weed filer, weed master: add option to disable http
6 years ago
Chris Lu
531add52c2
weed master: skip proxied file read in http read only mode
6 years ago
Chris Lu
977b30e992
weed filer: http HEAD response header add ETag
fix https://github.com/chrislusf/seaweedfs/issues/892
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
Chris Lu
88ab932f7d
refactoring function parameter
6 years ago
Chris Lu
da871896c3
weed filer: set grpc port to port + 10000
6 years ago
Chris Lu
eb4a54d9fe
refactoring
6 years ago
Chris Lu
104922a3db
text wrapping
6 years ago
Chris Lu
aca653c08b
weed shell: list volumes
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
55c85f3a66
adding context
6 years ago
Chris Lu
ad08a52ab6
synchronously upload files
fix https://github.com/chrislusf/seaweedfs/issues/807
6 years ago
Chris Lu
4773497d2c
add back "/cluster/status"
fix https://github.com/chrislusf/seaweedfs/issues/870
6 years ago
Chris Lu
d312c55bbe
file path supports windows, avoiding back slashes
fix https://github.com/chrislusf/seaweedfs/issues/868
6 years ago
Chris Lu
f9dcf56465
adjust log level for loading configurations
6 years ago
chenwanli
f233bbe9c0
Fix https://github.com/chrislusf/seaweedfs/issues/825#issuecomment-469097375
6 years ago
Chris Lu
219b651bc3
jwt check the base file id
fix https://github.com/chrislusf/seaweedfs/issues/867
6 years ago
Chris Lu
2812c14520
master: add option to disable http operations
6 years ago
Chris Lu
e108688990
avoid grpc 5 seconds timeout
some operations may take longer than 5 seconds.
only keep the timeout for raft operations
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
d37c3ab7a5
adjust error message
6 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
6 years ago
Chris Lu
7103c1ab7e
go fmt
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