aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
AgeCommit message (Collapse)AuthorFilesLines
2025-05-05Add SFTP Server Support (#6753)Mohamed Sekour1-0/+1
* Add SFTP Server Support Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix s3 tests and helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * increase helm chart version * adjust version --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2025-03-09Accumulated changes for message queue (#6600)Chris Lu1-0/+1
* rename * set agent address * refactor * add agent sub * pub messages * grpc new client * can publish records via agent * send init message with session id * fmt * check cancelled request while waiting * use sessionId * handle possible nil stream * subscriber process messages * separate debug port * use atomic int64 * less logs * minor * skip io.EOF * rename * remove unused * use saved offsets * do not reuse session, since always session id is new after restart remove last active ts from SessionEntry * simplify printing * purge unused * just proxy the subscription, skipping the session step * adjust offset types * subscribe offset type and possible value * start after the known tsns * avoid wrongly set startPosition * move * remove * refactor * typo * fix * fix changed path
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-07-28cluster.ps can list brokerschrislu1-2/+2
2022-07-28rename to SeaweedMQchrislu1-1/+1
2022-06-14add "copied from ↵guol-fnst1-1/+1
https://github.com/restic/restic/tree/master/internal/selfupdate"
2022-06-14add update featureguol-fnst1-1/+3
2022-02-27retire mount v1chrislu1-1/+0
2022-02-10initial setupchrislu1-0/+1
2021-09-15add command filre.remote.gatewayChris Lu1-0/+1
2021-08-12remove gateway commandChris Lu1-1/+0
2021-08-12master: add master.follower to handle read file id lookup requestsChris Lu1-0/+1
2021-08-08filer.remote.sync can work nowChris Lu1-0/+1
2021-08-02minor changesChris Lu1-2/+2
2021-08-03Add autocompletebyunghwa.yun1-0/+2
2021-07-23weed -h subcommand list is not sorted, makes discovery difficultChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/2214
2021-05-25create fuse subcommand to use weed with mountdanielflira1-0/+1
2021-04-10add gateway for easier POST and DELETE blobsChris Lu1-0/+1
2021-04-06Merge branch 'upstreamMaster' into iamapiprKonstantin Lebedev1-0/+2
2021-03-25init Iam Api ServerKonstantin Lebedev1-0/+1
2021-03-03add filer.meta.backup commandChris Lu1-0/+1
2021-02-28filer.backup: added to replace filer.replicateChris Lu1-0/+1
2021-02-20support command line arguments in a configuration file so we can `weed ↵bingoohuang1-1/+1
master -config=master.conf`, `weed volume -config=volume.conf` and etc.
2021-01-12rename "weed watch" to "weed filer.meta.tail"Chris Lu1-1/+1
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-0/+1
2020-09-09filer: cross cluster synchronizationChris Lu1-0/+1
2020-04-05change from 'weed tail' to 'weed watch'Chris Lu1-1/+1
2020-04-05filer: able to tail meta data changesChris Lu1-7/+8
2020-03-04refactoringChris Lu1-1/+1
2020-02-27weed queue startsChris Lu1-0/+1
2019-05-02scaffolding, but seems hard to satisfy mac, windows, and different os versionsChris Lu1-0/+1
https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu1-1/+0
2018-09-17add WIP filer.replicateChris Lu1-0/+1
2018-08-22adding filer.export prototypeChris Lu1-0/+1
2018-08-19add "weed scaffold" commandChris Lu1-0/+1
2018-07-18add list all my bucketsChris Lu1-0/+1
2016-07-20add "weed copy" command to copy files to filerChris Lu1-0/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+71
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.