aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
AgeCommit message (Collapse)AuthorFilesLines
2024-01-17chore: fix typos in scaffold help output (#5211)Andrew Azores1-3/+3
2022-09-15docs(command): readability fixes (#3686)Ryan Russell1-1/+1
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-02-04change to util.WriteFilechrislu1-2/+2
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+4
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-07-23scaffold -config= should output to stdoutChris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/2212
2021-07-05extract embed toml example to separate filesbingoohuang1-520/+7
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-05-27scaffold add commentsChris Lu1-2/+3
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-04-20fix path-specific filer store comment errorliuxiaobo1-1/+1
2021-03-30fix postgres2 upsertQuery syntax alsoLazyDBA247-Anyvision1-1/+1
2021-03-30adjust orderingChris Lu1-4/+4
2021-03-30use a compatible pg syntax for upsertLazyDBA247-Anyvision1-1/+1
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-16/+12
and rename config to upsertQuery
2021-03-29adjust orderingChris Lu1-13/+13
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-23mysql: ensure name column is case sensitiveChris Lu1-4/+4
fix https://github.com/chrislusf/seaweedfs/issues/1931
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-02-28data sink: add incremental modeChris Lu1-0/+8
2021-02-15better postgres connection pool managementLazyDBA247-Anyvision1-0/+2
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of stale connections.
2021-02-14postgres2 & memsql2LazyDBA247-Anyvision1-6/+6
add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work.
2021-01-28replicate: incremental sink only contains new and updated filesChris Lu1-1/+2
address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527
2021-01-28replicate: use creation time for local incremental file sinkChris Lu1-2/+1
related to https://github.com/chrislusf/seaweedfs/pull/1762
2021-01-28rename in scaffoldKonstantin Lebedev1-2/+2
2021-01-27replication to create time date directoryKonstantin Lebedev1-1/+6
2021-01-27adjust help messageChris Lu1-2/+1
2021-01-27replication to todays date directoryKonstantin Lebedev1-1/+4
2021-01-26replication to local disk storageKonstantin Lebedev1-0/+4
2021-01-19filer store: postgres configuration adjust textChris Lu1-2/+2
2021-01-19filer store: postgres adjust default config, add optioanl schemaChris Lu1-2/+4
2021-01-19filer store: add postgres2Chris Lu1-0/+20
2021-01-19filer store: add mysql2Chris Lu1-0/+21
2021-01-19scaffold: add YugabyteDBChris Lu1-1/+1
2021-01-19add memsql to commentsChris Lu1-1/+1
2021-01-14better mysql connection pool managementLazyDBA247-Anyvision1-0/+1
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of connections.
2021-01-12filer: add leveldb3Chris Lu1-0/+6
support dedicated leveldb instance for each bucket
2021-01-11redis cluster: do not enable route by latency by defaultChris Lu1-2/+2
2021-01-03add scaffoldChris Lu1-1/+7
2020-12-28shell: add shell.toml supportChris Lu1-0/+16
fix https://github.com/chrislusf/seaweedfs/issues/1664
2020-12-24filer: hbase add enabled flagChris Lu1-0/+1
2020-12-23hook upChris Lu1-0/+4
2020-12-22filer: redis, redis cluster, cassandra support super large directoryChris Lu1-0/+6
2020-12-19filer: support path-specific filer storeChris Lu1-0/+22
2020-11-16deprecating "filer.options.buckets_fsync" in filer.tomlChris Lu1-4/+0