aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2021-08-08filer.remote.sync can work nowChris Lu5-7/+251
2021-08-04refactor client subscribe metadataChris Lu4-157/+27
2021-08-04refactoringChris Lu1-0/+1
2021-08-03typoChris Lu1-2/+2
2021-08-03add TLS grpc support for filer meta clientsChris Lu5-2/+6
2021-08-02minor changesChris Lu2-5/+5
2021-08-03Add autocompletebyunghwa.yun2-0/+111
2021-08-01add -force option following #2228Chris Lu1-1/+1
2021-08-01add default quietFor valueChris Lu1-1/+1
2021-08-01shell: add `volume.deleteEmpty` commandChris Lu1-0/+1
2021-08-01remove buckets folder optionChris Lu1-2/+0
the related code still works for old deployments
2021-07-31customizable debug portChris Lu2-4/+8
2021-07-31debug from any serverChris Lu2-2/+2
2021-07-31add debug option to generate full goroutine stack dumpChris Lu2-0/+13
2021-07-23snowflake sequencer need an unique idChris Lu1-0/+2
fix https://github.com/chrislusf/seaweedfs/issues/2213
2021-07-23filer.copy: fail early if assign request failedChris Lu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/2216
2021-07-23weed -h subcommand list is not sorted, makes discovery difficultChris Lu2-16/+16
fix https://github.com/chrislusf/seaweedfs/issues/2214
2021-07-23scaffold -config= should output to stdoutChris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/2212
2021-07-21Fix error handlingbyunghwa.yun1-10/+10
2021-07-13volume: change all writes to fsync during graceful stoppingChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/2193
2021-07-05extract embed toml example to separate filesbingoohuang8-520/+517
2021-07-03volume: default readMode to proxyChris Lu2-2/+2
2021-07-02Merge pull request #2179 from nivekuil/tokenpolicyChris Lu1-0/+2
Cassandra: Use TokenAwareHostPolicy with fallback to localDC by default
2021-07-02Cassandra: Use TokenAwareHostPolicy by default with fallbacknivekuil1-0/+2
See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing
2021-07-02locate the weed binaryChris Lu1-1/+5
2021-07-02fix weed fuse parameters parsingdanielflira1-2/+2
2021-07-01go fmtChris Lu3-16/+16
2021-07-01configurable fusermount pathdanielflira1-0/+13
2021-06-30remote -> proxy in server to match volume flagsKevin Liu1-1/+1
noticed this was missed in https://github.com/chrislusf/seaweedfs/pull/2168
2021-06-30add proxy mode to read non-local volumeszhangsong1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong2-4/+4
2021-06-26Fix: Loosing environment variables at StartProcessthephoenixofthevoid1-6/+3
2021-06-24adjust logsChris Lu1-1/+1
2021-06-20start weed with mount in backgrounddanielflira1-0/+24
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-06-07Return correct exitcode when `wheed upload` failsDaniel Nagy1-2/+11
2021-06-06mount: adjust starting orderChris Lu1-0/+1
avoid possible nil wfs.Server
2021-06-02Return artificial . and .. directoriesPatrick Schmidt1-2/+27
2021-05-29filer.backup: escape colon from path on windowsChris Lu3-10/+32
fix https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-28Merge pull request #2099 from danielflira/mount-helperChris Lu1-110/+167
fix parameter multiple values
2021-05-29fix parameter multiple valuesdanielflira1-110/+167
2021-05-28freespace params fixEugeniy Kozlov1-1/+1
2021-05-27scaffold add commentsChris Lu1-2/+3
2021-05-26replace filer.remote and parts[1]danielflira1-39/+41
2021-05-25create fuse subcommand to use weed with mountdanielflira2-0/+164
2021-05-25filer.backup: backup to local directory optionally is incrementalChris Lu1-6/+0
fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-23filer: Support sqlite as filer meta storeChris Lu1-0/+5
2021-05-21adjust help messageChris Lu1-1/+1
2021-05-21FUSE mount: support multiple filersChris Lu1-10/+10
fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531
2021-05-12filer.copy: "check.size" before copying filesChris Lu1-5/+57
fix https://github.com/chrislusf/seaweedfs/issues/2067