aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2021-05-07add retry to assign volumeChris Lu1-36/+40
fix https://github.com/chrislusf/seaweedfs/issues/2056
2021-05-07remove duplicated codeChris Lu1-3/+0
2021-05-06go fmtChris Lu1-1/+1
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-1/+1
2021-04-27minFreeSpace refactoredbingoohuang2-23/+12
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-14/+16
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
fix https://github.com/chrislusf/seaweedfs/issues/2016
2021-04-20fix path-specific filer store comment errorliuxiaobo1-1/+1
2021-04-18cleaner way to set readonlyChris Lu1-1/+3
2021-04-16remove unused variableChris Lu1-1/+0
2021-04-14adjust loggingChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1999
2021-04-11adjust help messageChris Lu1-1/+1
2021-04-10go fmtChris Lu1-3/+3
2021-04-10add gateway for easier POST and DELETE blobsChris Lu2-0/+94
2021-04-07Fix typo in weed filer long helpPhilippe Pepiot1-1/+1
2021-04-07remove mac specific mount optionsChris Lu1-2/+0
2021-04-06fix get filerGrpcAddressKonstantin Lebedev1-1/+1
2021-04-06Merge branch 'upstreamMaster' into iamapiprKonstantin Lebedev20-197/+740
2021-04-04mount: add readOnly optionChris Lu2-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/1961
2021-04-02go fmtChris Lu1-1/+1
2021-04-01smaller file chunks are fasterChris Lu4-4/+4
2021-04-01refactor buffer poolChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu3-40/+48
add some back pressure when writes are slow
2021-03-30server add memory profilingChris Lu1-9/+4
2021-03-30fix postgres2 upsertQuery syntax alsoLazyDBA247-Anyvision1-1/+1
2021-03-30adjust orderingChris Lu1-4/+4
2021-03-30Merge pull request #1948 from LazyDBA247-Anyvision/masterChris Lu1-16/+12
add enableUpsert=true
2021-03-30use a compatible pg syntax for upsertLazyDBA247-Anyvision1-1/+1
2021-03-30reduce default concurrentWriters to 32Chris Lu1-1/+1
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-16/+12
and rename config to upsertQuery
2021-03-29adjust orderingChris Lu1-13/+13
2021-03-29iam GetUserKonstantin Lebedev1-4/+21
2021-03-29scaffold - insertQueryLazyDBA247-Anyvision1-0/+16
Example for upsert query for mysql & postgres variants
2021-03-25add a snowflake sequencer as more robust fid generator, but less ↵李海1-1/+1
compressable than small auto-inc id
2021-03-25init Iam Api ServerKonstantin Lebedev2-0/+98
2021-03-24GOMAXPROCS use defaults to the value of runtime.NumCPUKonstantin Lebedev3-7/+0
https://github.com/chrislusf/seaweedfs/issues/1942
2021-03-23more help messageChris Lu3-3/+3
fix https://github.com/chrislusf/seaweedfs/issues/1937
2021-03-23mysql: ensure name column is case sensitiveChris Lu1-4/+4
fix https://github.com/chrislusf/seaweedfs/issues/1931
2021-03-16Merge branch 'upstreamMaster' into check_chunkviews_mrKonstantin Lebedev1-1/+1
# Conflicts: # weed/filer/filechunk_manifest.go # weed/filer/stream.go # weed/replication/repl_util/replication_util.go # weed/util/fasthttp_util.go
2021-03-16CheckAllChunkViews() for HEAD requests onlyKonstantin Lebedev1-1/+1
2021-03-16revert fasthttp changesChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/1907
2021-03-14go fmtChris Lu1-1/+1
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu4-4/+4
2021-03-11mount: add a bit retry when connecting to filer during startupChris Lu1-7/+14
2021-03-10Merge pull request #1872 from kmlebedev/grpc_authChris Lu2-2/+6
TLS allowed CommonNames
2021-03-10add commentsKonstantin Lebedev1-0/+1
2021-03-10allowed wildcard domainKonstantin Lebedev1-0/+1
2021-03-10comma-separatedKonstantin Lebedev1-4/+4
2021-03-08TLS allowed commonNamesKonstantin Lebedev1-1/+4
2021-03-08permitCommonNamesKonstantin Lebedev1-1/+0
https://github.com/chrislusf/seaweedfs/issues/1841 https://jbrandhorst.com/post/grpc-auth/