2eb82778bc 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix typos in scaffold help output ( #5211 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f6d391c9da 
								
									
								
							
								 
							
						 
						
							
							
								
								docs(command): readability fixes ( #3686 )  
							
							
 
							
							
							Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org> 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26dbc6c905 
								
							
								 
							
						 
						
							
							
								
								move to  https://github.com/seaweedfs/seaweedfs  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								affe3c2c12 
								
							
								 
							
						 
						
							
							
								
								change to util.WriteFile  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a23bcbb7ec 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor: move from io/ioutil to io and os package  
							
							
 
							
							
							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> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10fc478557 
								
							
								 
							
						 
						
							
							
								
								scaffold -config= should output to stdout  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/2212  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5dbbe19c8b 
								
							
								 
							
						 
						
							
							
								
								extract embed toml example to separate files  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8425705643 
								
							
								 
							
						 
						
							
							
								
								Cassandra: Use TokenAwareHostPolicy by default with fallback  
							
							
 
							
							
							See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d55132c7d 
								
							
								 
							
						 
						
							
							
								
								scaffold add comments  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dce1f02c9e 
								
							
								 
							
						 
						
							
							
								
								filer.backup: backup to local directory optionally is incremental  
							
							
 
							
							
							fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								064269bb57 
								
							
								 
							
						 
						
							
							
								
								filer: Support sqlite as filer meta store  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c31c5e829c 
								
									
								
							
								 
							
						 
						
							
							
								
								fix path-specific filer store comment error  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9385e2224d 
								
							
								 
							
						 
						
							
							
								
								fix postgres2 upsertQuery syntax also  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5662c9e5e 
								
							
								 
							
						 
						
							
							
								
								adjust ordering  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f1cab179c 
								
							
								 
							
						 
						
							
							
								
								use a compatible pg syntax for upsert  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c51e6a660 
								
							
								 
							
						 
						
							
							
								
								add enableUpsert=true  
							
							
 
							
							
							and rename config to upsertQuery 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b61e9f6a1a 
								
							
								 
							
						 
						
							
							
								
								adjust ordering  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								96c62bd34d 
								
							
								 
							
						 
						
							
							
								
								scaffold - insertQuery  
							
							
 
							
							
							Example for upsert query for mysql & postgres variants 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69b2dab9c6 
								
							
								 
							
						 
						
							
							
								
								add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85cff10787 
								
							
								 
							
						 
						
							
							
								
								mysql: ensure name column is case sensitive  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1931  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								348e21a08c 
								
							
								 
							
						 
						
							
							
								
								add comments  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								831953c55c 
								
							
								 
							
						 
						
							
							
								
								allowed wildcard domain  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bf93d6e63 
								
							
								 
							
						 
						
							
							
								
								comma-separated  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								190fada1ef 
								
							
								 
							
						 
						
							
							
								
								TLS allowed commonNames  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								678c54d705 
								
							
								 
							
						 
						
							
							
								
								data sink: add incremental mode  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f458d5e78 
								
							
								 
							
						 
						
							
							
								
								better postgres connection pool management  
							
							
 
							
							
							adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime )
to enable refresh of stale connections. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51b4963e2e 
								
							
								 
							
						 
						
							
							
								
								postgres2 & memsql2  
							
							
 
							
							
							add escape (quote identifiers) for the dynamic sql
so tables (collections) with special characters will work. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a06c35da4 
								
							
								 
							
						 
						
							
							
								
								replicate: incremental sink only contains new and updated files  
							
							
 
							
							
							address da08402ba2 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da08402ba2 
								
							
								 
							
						 
						
							
							
								
								replicate: use creation time for local incremental file sink  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/pull/1762  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be1062b7fc 
								
							
								 
							
						 
						
							
							
								
								rename in scaffold  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b54ff9912 
								
							
								 
							
						 
						
							
							
								
								replication to create time date directory  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0488c84bea 
								
							
								 
							
						 
						
							
							
								
								adjust help message  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3634811408 
								
							
								 
							
						 
						
							
							
								
								replication to todays date directory  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								612b7975a1 
								
							
								 
							
						 
						
							
							
								
								replication to local disk storage  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a3f859c58 
								
							
								 
							
						 
						
							
							
								
								filer store: postgres configuration adjust text  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b434f7e4e0 
								
							
								 
							
						 
						
							
							
								
								filer store: postgres adjust default config, add optioanl schema  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5add83e85 
								
							
								 
							
						 
						
							
							
								
								filer store: add postgres2  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52a8f1470e 
								
							
								 
							
						 
						
							
							
								
								filer store: add mysql2  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								96354208c5 
								
							
								 
							
						 
						
							
							
								
								scaffold: add YugabyteDB  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f13c082583 
								
							
								 
							
						 
						
							
							
								
								add memsql to comments  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8eed763b97 
								
							
								 
							
						 
						
							
							
								
								better mysql connection pool management  
							
							
 
							
							
							adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime )
to enable refresh of connections. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								629c9962e7 
								
							
								 
							
						 
						
							
							
								
								filer: add leveldb3  
							
							
 
							
							
							support dedicated leveldb instance for each bucket 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c7148cd55 
								
							
								 
							
						 
						
							
							
								
								redis cluster: do not enable route by latency by default  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a04d8927a8 
								
							
								 
							
						 
						
							
							
								
								add scaffold  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89977123b6 
								
							
								 
							
						 
						
							
							
								
								shell: add shell.toml support  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1664  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75c6edba9e 
								
							
								 
							
						 
						
							
							
								
								filer: hbase add enabled flag  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3d1b3b5aa 
								
							
								 
							
						 
						
							
							
								
								hook up  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90d785a15f 
								
							
								 
							
						 
						
							
							
								
								filer: redis, redis cluster, cassandra support super large directory  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41c0f3ad24 
								
							
								 
							
						 
						
							
							
								
								filer: support path-specific filer store  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef3e068c51 
								
							
								 
							
						 
						
							
							
								
								deprecating "filer.options.buckets_fsync" in filer.toml  
							
							
								
 
							
							
						 
						5 years ago