8943a572d8 
								
							
								 
							
						 
						
							
							
								
								log error message  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5ffacbb6ea 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor all methods strings to const ( #5726 )  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac6fd36c06 
								
							
								 
							
						 
						
							
							
								
								using fixed bootstrap from peer filer  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								64756c2d79 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: correct command flag for master.raftBootstrap option in server.go ( #5701 )  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a829f36d17 
								
							
								 
							
						 
						
							
							
								
								adjust error handling  
							
							
 
							
							
							fix https://github.com/seaweedfs/seaweedfs/issues/5677  
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8aae82dd71 
								
									
								
							
								 
							
						 
						
							
							
								
								Added context for the MasterClient's methods to avoid endless loops ( #5628 )  
							
							
 
							
							
							* Added context for the MasterClient's methods to avoid endless loops
* Returned WithClient function. Added WithClientCustomGetMaster function
* Hid unused ctx arguments
* Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions
* Changed the context termination check in the tryConnectToMaster function
* Added a child context to the tryConnectToMaster function
* Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark 
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d2516d99cc 
								
									
								
							
								 
							
						 
						
							
							
								
								Meenakshi fix filer sync ( #5672 )  
							
							
 
							
							
							* Fix Filer Sync Issue: 5455
* Fix Filer Sync Issue: 5455 
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1caa012a76 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix Filer Sync Issue: 5455 ( #5663 )  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a3a00d9499 
								
									
								
							
								 
							
						 
						
							
							
								
								Feature/mongodb security ( #5602 )  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3fae87632f 
								
									
								
							
								 
							
						 
						
							
							
								
								add filer configuration options for username/password and tls ( #5601 )  
							
							
								
 
							
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d389c5b27e 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: recreate index include deleted files ( #5579 )  
							
							
 
							
							
							* fix: recreate index include deleted files
https://github.com/seaweedfs/seaweedfs/issues/5508 
* fix: counting the number of files
* fix: log 
							
						 
						1 year ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2dd2bb3e16 
								
									
								
							
								 
							
						 
						
							
							
								
								fix filer address parsing ( #5415 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1f3742850d 
								
									
								
							
								 
							
						 
						
							
							
								
								Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage ( #5403 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d821cb3b18 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: sync without dir /buckets/some/.uploads/hash_hash ( #5402 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								205829fa22 
								
									
								
							
								 
							
						 
						
							
							
								
								Document default method used by compact ( #5379 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ab70aa92da 
								
									
								
							
								 
							
						 
						
							
							
								
								remove repetitive words ( #5364 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								170b63d6f8 
								
									
								
							
								 
							
						 
						
							
							
								
								[filer.backup] add param uploader_part_size for S3sink ( #5352 )  
							
							
 
							
							
							* fix: install cronie
* chore: refactor configure S3Sink
* chore: refactor cinfig
* add filer-backup compose file
* fix: X-Amz-Meta-Mtime and resolve with comments
* fix: attr mtime
* fix: MaxUploadPartst is reduced to the maximum allowable
* fix: env and force set max MaxUploadParts
* fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0833057503 
								
									
								
							
								 
							
						 
						
							
							
								
								Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the fin… ( #5351 )  
							
							
 
							
							
							Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the finder copy bug on arm64 macOS devices. 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								85d6d5371b 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable filer UI in configuration ( #5297 )  
							
							
 
							
							
							* Add filer.ui.enabled configuration property
* Add filer.expose_directory_metadata to config
* Ammend commit
* Remove ShowUI reference
* Update all routes that allow directory metadata
* Add cmd flag to server.go 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb867694d8 
								
							
								 
							
						 
						
							
							
								
								skip updating multipart .upload files  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ca6b1be3c 
								
							
								 
							
						 
						
							
							
								
								skip updating the .upload multipart files  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d848efed1b 
								
							
								 
							
						 
						
							
							
								
								skip updating multipart .upload files  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aca3c33bab 
								
							
								 
							
						 
						
							
							
								
								skip updating the .upload multipart files  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c90b27b0a 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83e4b02517 
								
							
								 
							
						 
						
							
							
								
								fix  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15b66a6633 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be166b434f 
								
							
								 
							
						 
						
							
							
								
								fix: skip s3 .uploads  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2eb82778bc 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: fix typos in scaffold help output ( #5211 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8d23e36c45 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: doDeleteFiles deletes files ( #5198 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1169f94310 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix filer sync set offset ( #5197 )  
							
							
 
							
							
							* fix: compose 2mount with sync
* fix: DATA RACE
https://github.com/seaweedfs/seaweedfs/issues/5194 
https://github.com/seaweedfs/seaweedfs/issues/5195  
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b9d32d32e1 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: filer sync add doDeleteFiles option for create only mode ( #5166 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3b62b338a5 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: add maxMB option for webdav ( #5165 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3688938d9 
								
							
								 
							
						 
						
							
							
								
								avoid nil  
							
							
 
							
							
							fix https://github.com/seaweedfs/seaweedfs/issues/5153 
introduced from #5109  
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4badf7396 
								
							
								 
							
						 
						
							
							
								
								adjust options  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6324062acc 
								
							
								 
							
						 
						
							
							
								
								fix  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0727071c8 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6df44d3c95 
								
							
								 
							
						 
						
							
							
								
								option to filer.copy with public volume server url  
							
							
 
							
							
							fix https://github.com/seaweedfs/seaweedfs/issues/5126  
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c278f49bca 
								
									
								
							
								 
							
						 
						
							
							
								
								Using filer.remote.sync concurrency in filer.remote.gateway ( #5123 )  
							
							
 
							
							
							- Chnaged ProcessEvenFn to be concurrent just like filer.remote.sync
Co-authored-by: itsfarbod <itsfarbod@hamravesh.com> 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								06343f8976 
								
									
								
							
								 
							
						 
						
							
							
								
								Set allowed origins in config ( #5109 )  
							
							
 
							
							
							* Add a way to use a JWT in an HTTP only cookie
If a JWT is not included in the Authorization header or a query string, attempt to get a JWT from an HTTP only cookie.
* Added a way to specify allowed origins header from config
* Removed unecessary log
* Check list of domains from config or command flag
* Handle default wildcard and change name of config value to cors 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3c9bcfb864 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: add dsn for connection to mysql ( #5060 )  
							
							
 
							
							
							* chore: add dsn for connection to mysql
* add comment
* new comment
* fix: validate dsn and adapt password 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								915416a277 
								
							
								 
							
						 
						
							
							
								
								fix wrong parameter  
							
							
 
							
							
							fix https://github.com/seaweedfs/seaweedfs/pull/5102  
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57801687de 
								
							
								 
							
						 
						
							
							
								
								weed/command: fix dropped error  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b229e98ce 
								
							
								 
							
						 
						
							
							
								
								fix: add doDeleteFile option for filer backup  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e55fa68848 
								
							
								 
							
						 
						
							
							
								
								fix: excludeFileName is empty  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c5295a1a6 
								
							
								 
							
						 
						
							
							
								
								filer backup add option for exclude file names that match the regexp to sync on filer  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4ed06e9ba5 
								
									
								
							
								 
							
						 
						
							
							
								
								Pass correct Filer's gRPC port to S3 server. ( #4972 )  
							
							
 
							
							
							Fixes  seaweedfs/seaweedfs#4971  
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6acb43bbbb 
								
									
								
							
								 
							
						 
						
							
							
								
								Add optional flags to enable mTLS with verification of client certificate ( #4910 )  
							
							
								
 
							
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1cac5d983d 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: disallow file name too long when writing a file ( #4881 )  
							
							
 
							
							
							* fix: disallow file name too long when writing a file
* bool LongerName to MaxFilenameLength
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2b3e39397e 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: skipping checking active volumes with the same number of files at the moment ( #4893 )  
							
							
 
							
							
							* fix: skipping checking active volumes with the same number of files at the moment
 https://github.com/seaweedfs/seaweedfs/issues/4140 
* refactor with comments
https://github.com/seaweedfs/seaweedfs/issues/4140 
* add TestShouldSkipVolume
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> 
							
						 
						2 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b02fdeabff 
								
							
								 
							
						 
						
							
							
								
								RetryForever => RetryUntil  
							
							
								
 
							
							
						 
						2 years ago