Nikita Borzykh
64756c2d79
fix: correct command flag for master.raftBootstrap option in server.go ( #5701 )
6 months ago
chrislu
a829f36d17
adjust error handling
fix https://github.com/seaweedfs/seaweedfs/issues/5677
6 months ago
vadimartynov
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
6 months ago
MeenakshiSachdeva
d2516d99cc
Meenakshi fix filer sync ( #5672 )
* Fix Filer Sync Issue: 5455
* Fix Filer Sync Issue: 5455
7 months ago
MeenakshiSachdeva
1caa012a76
Fix Filer Sync Issue: 5455 ( #5663 )
7 months ago
sb
a3a00d9499
Feature/mongodb security ( #5602 )
7 months ago
sb
3fae87632f
add filer configuration options for username/password and tls ( #5601 )
7 months ago
Konstantin Lebedev
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
7 months ago
Nikita Korolev
2dd2bb3e16
fix filer address parsing ( #5415 )
9 months ago
Nikita Borzykh
1f3742850d
Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage ( #5403 )
9 months ago
Konstantin Lebedev
d821cb3b18
fix: sync without dir /buckets/some/.uploads/hash_hash ( #5402 )
9 months ago
Michał Frąckiewicz
205829fa22
Document default method used by compact ( #5379 )
9 months ago
rustrover
ab70aa92da
remove repetitive words ( #5364 )
10 months ago
Konstantin Lebedev
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
10 months ago
Sean Ross
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.
10 months ago
jerebear12
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
10 months ago
chrislu
bb867694d8
skip updating multipart .upload files
11 months ago
chrislu
4ca6b1be3c
skip updating the .upload multipart files
11 months ago
chrislu
d848efed1b
skip updating multipart .upload files
11 months ago
chrislu
aca3c33bab
skip updating the .upload multipart files
11 months ago
chrislu
5c90b27b0a
go fmt
11 months ago
chrislu
83e4b02517
fix
11 months ago
chrislu
15b66a6633
refactor
11 months ago
XIAOYQ
be166b434f
fix: skip s3 .uploads
11 months ago
Andrew Azores
2eb82778bc
chore: fix typos in scaffold help output ( #5211 )
11 months ago
Konstantin Lebedev
8d23e36c45
fix: doDeleteFiles deletes files ( #5198 )
12 months ago
Konstantin Lebedev
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
12 months ago
Konstantin Lebedev
b9d32d32e1
chore: filer sync add doDeleteFiles option for create only mode ( #5166 )
12 months ago
Konstantin Lebedev
3b62b338a5
chore: add maxMB option for webdav ( #5165 )
12 months ago
chrislu
d3688938d9
avoid nil
fix https://github.com/seaweedfs/seaweedfs/issues/5153
introduced from #5109
12 months ago
chrislu
c4badf7396
adjust options
1 year ago
chrislu
6324062acc
fix
1 year ago
chrislu
e0727071c8
go fmt
1 year ago
chrislu
6df44d3c95
option to filer.copy with public volume server url
fix https://github.com/seaweedfs/seaweedfs/issues/5126
1 year ago
Farbod
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>
1 year ago
jerebear12
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
1 year ago
Konstantin Lebedev
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
1 year ago
chrislu
915416a277
fix wrong parameter
fix https://github.com/seaweedfs/seaweedfs/pull/5102
1 year ago
Lars Lehtonen
57801687de
weed/command: fix dropped error
1 year ago
Konstantin Lebedev
2b229e98ce
fix: add doDeleteFile option for filer backup
1 year ago
Konstantin Lebedev
e55fa68848
fix: excludeFileName is empty
1 year ago
Konstantin Lebedev
3c5295a1a6
filer backup add option for exclude file names that match the regexp to sync on filer
1 year ago
tired-engineer
4ed06e9ba5
Pass correct Filer's gRPC port to S3 server. ( #4972 )
Fixes seaweedfs/seaweedfs#4971
1 year ago
James Hedley
6acb43bbbb
Add optional flags to enable mTLS with verification of client certificate ( #4910 )
1 year ago
Konstantin Lebedev
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>
1 year ago
Konstantin Lebedev
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>
1 year ago
chrislu
b02fdeabff
RetryForever => RetryUntil
1 year ago
Konstantin Lebedev
44906f1f3b
fix: avoid error file name too long when writing a file ( #4876 )
1 year ago
chrislu
645ae8c57b
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs ""
This reverts commit 8cb42c39
1 year ago
chrislu
8cb42c39ad
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs "
This reverts commit 2e5aa06026
, reversing
changes made to 4d414f54a2
.
1 year ago