aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Merge branch 'master' into metadata_follow_with_client_idChris Lu1-4/+26
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu1-4/+26
2021-12-31BUGFIX: security.toml contained wrong keysSebastian Kurfuerst1-2/+2
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-4/+26
2021-12-30add client id for all metadata listening clientschrislu8-13/+24
2021-12-29dynamically adjust connection timeoutchrislu1-1/+1
2021-12-29s3: increase timeout limitchrislu1-1/+1
2021-12-28mount: remove limits on number of parallel requestschrislu1-3/+3
2021-12-28fuse: change to direct io modechrislu1-1/+1
2021-12-26use streaming mode for long poll grpc callschrislu14-25/+25
2021-12-24BUGFIX: add access.ui setting to scaffolded security.tomlSebastian Kurfürst1-0/+7
2021-12-17s3: bind to a specific IPchrislu3-1/+5
2021-12-14gateway to remote object store: skip replicating multipart upload part fileschrislu1-0/+3
2021-12-13add more help messagechrislu1-1/+6
2021-12-10audit log SignatureVersionkmlebedev1-1/+3
2021-12-09non blocking audit logKonstantin Lebedev1-0/+1
2021-12-07Merge pull request #2498 from kmlebedev/s3_audit_logChris Lu3-0/+9
2021-12-07audit log configKonstantin Lebedev3-1/+9
2021-12-07audit logKonstantin Lebedev1-0/+1
2021-12-05avoid creating the same bucket with a different randomized namechrislu1-15/+19
2021-12-05adjust randomized bucket namechrislu1-1/+1
2021-11-29redis3 supports sentinelChris Lu1-0/+8
2021-11-29add s3.clean.uploads -timeAgo=24hChris Lu1-0/+1
2021-11-28adjust error logChris Lu1-1/+3
2021-11-27add logs for writing to remote fileChris Lu1-3/+5
2021-11-25fix redis2 sentinel config examplelimd1-1/+1
2021-11-25Merge remote-tracking branch 'origin/master'limd3-16/+22
2021-11-25support redis sentinellimd1-0/+8
2021-11-22add retries when writing to remote s3Chris Lu2-13/+19
2021-11-11filer: fix mysql2 SQL templateChris Lu1-1/+1
2021-11-11filer: fix mysql command to upsertChris Lu1-2/+2
2021-11-06filer: deprecate "-peers" optionChris Lu2-10/+0
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu3-3/+3
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu3-3/+3
2021-11-02better printoutChris Lu1-2/+0
2021-11-02shell: optionally read filer address from masterChris Lu1-4/+5
2021-10-31filer.meta.tail: add example to send metadata to elastic searchChris Lu1-0/+2
2021-10-24volume vacuum: avoid timeout with streaming progress reportChris Lu2-2/+2
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun3-15/+14
2021-10-10removing tikv to resolve "go mod tidy" problemChris Lu2-9/+0
2021-10-10removing etcd sequencerChris Lu1-4/+1
2021-10-04server: remove peer check if not starting masterChris Lu1-3/+2
2021-10-04add back logic to check master peersChris Lu1-0/+6
2021-10-04Merge pull request #2354 from chrislusf/bptreeChris Lu2-0/+23
2021-10-04add redis3Chris Lu1-0/+22
2021-10-04add redis3Chris Lu1-0/+1
2021-10-01typoChris Lu1-1/+1
2021-10-01retry both assign volume and uploading dataChris Lu1-28/+34
2021-09-26s3: default to allow empty folder for better performanceChris Lu3-3/+3
2021-09-25adjust metadata tail outputChris Lu1-3/+3