| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-17 | chore: fix typos in scaffold help output (#5211) | Andrew Azores | 1 | -3/+3 | |
| 2022-09-15 | docs(command): readability fixes (#3686) | Ryan Russell | 1 | -1/+1 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2022-02-04 | change to util.WriteFile | chrislu | 1 | -2/+2 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 1 | -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-23 | scaffold -config= should output to stdout | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2212 | |||||
| 2021-07-05 | extract embed toml example to separate files | bingoohuang | 1 | -520/+7 | |
| 2021-07-02 | Cassandra: Use TokenAwareHostPolicy by default with fallback | nivekuil | 1 | -0/+2 | |
| See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing | |||||
| 2021-05-27 | scaffold add comments | Chris Lu | 1 | -2/+3 | |
| 2021-05-25 | filer.backup: backup to local directory optionally is incremental | Chris Lu | 1 | -6/+0 | |
| fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084 | |||||
| 2021-05-23 | filer: Support sqlite as filer meta store | Chris Lu | 1 | -0/+5 | |
| 2021-04-20 | fix path-specific filer store comment error | liuxiaobo | 1 | -1/+1 | |
| 2021-03-30 | fix postgres2 upsertQuery syntax also | LazyDBA247-Anyvision | 1 | -1/+1 | |
| 2021-03-30 | adjust ordering | Chris Lu | 1 | -4/+4 | |
| 2021-03-30 | use a compatible pg syntax for upsert | LazyDBA247-Anyvision | 1 | -1/+1 | |
| 2021-03-30 | add enableUpsert=true | LazyDBA247-Anyvision | 1 | -16/+12 | |
| and rename config to upsertQuery | |||||
| 2021-03-29 | adjust ordering | Chris Lu | 1 | -13/+13 | |
| 2021-03-29 | scaffold - insertQuery | LazyDBA247-Anyvision | 1 | -0/+16 | |
| Example for upsert query for mysql & postgres variants | |||||
| 2021-03-25 | add a snowflake sequencer as more robust fid generator, but less ↵ | 李海 | 1 | -1/+1 | |
| compressable than small auto-inc id | |||||
| 2021-03-23 | mysql: ensure name column is case sensitive | Chris Lu | 1 | -4/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1931 | |||||
| 2021-03-10 | add comments | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-03-10 | allowed wildcard domain | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-03-10 | comma-separated | Konstantin Lebedev | 1 | -4/+4 | |
| 2021-03-08 | TLS allowed commonNames | Konstantin Lebedev | 1 | -1/+4 | |
| 2021-02-28 | data sink: add incremental mode | Chris Lu | 1 | -0/+8 | |
| 2021-02-15 | better postgres connection pool management | LazyDBA247-Anyvision | 1 | -0/+2 | |
| adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of stale connections. | |||||
| 2021-02-14 | postgres2 & memsql2 | LazyDBA247-Anyvision | 1 | -6/+6 | |
| add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work. | |||||
| 2021-01-28 | replicate: incremental sink only contains new and updated files | Chris Lu | 1 | -1/+2 | |
| address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527 | |||||
| 2021-01-28 | replicate: use creation time for local incremental file sink | Chris Lu | 1 | -2/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/1762 | |||||
| 2021-01-28 | rename in scaffold | Konstantin Lebedev | 1 | -2/+2 | |
| 2021-01-27 | replication to create time date directory | Konstantin Lebedev | 1 | -1/+6 | |
| 2021-01-27 | adjust help message | Chris Lu | 1 | -2/+1 | |
| 2021-01-27 | replication to todays date directory | Konstantin Lebedev | 1 | -1/+4 | |
| 2021-01-26 | replication to local disk storage | Konstantin Lebedev | 1 | -0/+4 | |
| 2021-01-19 | filer store: postgres configuration adjust text | Chris Lu | 1 | -2/+2 | |
| 2021-01-19 | filer store: postgres adjust default config, add optioanl schema | Chris Lu | 1 | -2/+4 | |
| 2021-01-19 | filer store: add postgres2 | Chris Lu | 1 | -0/+20 | |
| 2021-01-19 | filer store: add mysql2 | Chris Lu | 1 | -0/+21 | |
| 2021-01-19 | scaffold: add YugabyteDB | Chris Lu | 1 | -1/+1 | |
| 2021-01-19 | add memsql to comments | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | better mysql connection pool management | LazyDBA247-Anyvision | 1 | -0/+1 | |
| adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of connections. | |||||
| 2021-01-12 | filer: add leveldb3 | Chris Lu | 1 | -0/+6 | |
| support dedicated leveldb instance for each bucket | |||||
| 2021-01-11 | redis cluster: do not enable route by latency by default | Chris Lu | 1 | -2/+2 | |
| 2021-01-03 | add scaffold | Chris Lu | 1 | -1/+7 | |
| 2020-12-28 | shell: add shell.toml support | Chris Lu | 1 | -0/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1664 | |||||
| 2020-12-24 | filer: hbase add enabled flag | Chris Lu | 1 | -0/+1 | |
| 2020-12-23 | hook up | Chris Lu | 1 | -0/+4 | |
| 2020-12-22 | filer: redis, redis cluster, cassandra support super large directory | Chris Lu | 1 | -0/+6 | |
| 2020-12-19 | filer: support path-specific filer store | Chris Lu | 1 | -0/+22 | |
| 2020-11-16 | deprecating "filer.options.buckets_fsync" in filer.toml | Chris Lu | 1 | -4/+0 | |
