aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Collapse)AuthorFilesLines
2024-07-03fix breadcrumbchrislu2-0/+77
2024-07-02Revert "directory can paginate"chrislu2-11/+4
This reverts commit 69003d0e906e098cf6db11da05d915d0718a5eba.
2024-07-02fix orderingchrislu1-1/+1
2024-07-02directory can paginatechrislu2-4/+11
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev4-7/+7
2024-06-30using fixed bootstrap from peer filer3.69chrislu1-4/+0
2024-06-28bootstrap filer from one peerchrislu3-1/+116
2024-06-24adjust visibilitychrislu4-29/+29
2024-06-23minorchrislu1-2/+2
2024-06-15optionally skip deleting file chunkschrislu1-1/+1
2024-06-15DeleteUncommittedChunkschrislu1-1/+1
2024-06-15refactorchrislu4-6/+6
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov7-14/+15
* 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
2024-06-14minorchrislu1-0/+1
2024-06-13more logschrislu1-1/+6
2024-06-10Fix Filer Sync Issue: 5455 (#5663)MeenakshiSachdeva1-0/+4
2024-06-07fix: Ensure that the clientAddress is unique (#5655)steve.wei1-1/+7
2024-06-06Fix panic (#5654)Gaspare Iengo1-2/+4
2024-06-05Set the capacity of clientChan to 10000 (#5647)steve.wei1-2/+1
2024-06-03fix deadlock caused by message chan blocked (#5639)LHHDZ1-0/+8
2024-05-29pass along volume server grpc portchrislu1-0/+2
fix https://github.com/seaweedfs/seaweedfs/issues/5617
2024-05-24avoid ticker leakchrislu2-0/+3
2024-04-29reduce ambiguity about use memory_sequencer (#5555)shenxingwuying1-1/+3
2024-04-18avoid repeated calls to heavy-weighted viperchrislu1-1/+6
2024-04-18renamechrislu4-13/+13
2024-04-14[s3] fix s3 test_multipart_get_part (#5476)Konstantin Lebedev1-3/+19
* try fix s3 test_multipart_get_part * add passed s3 tests * fix SeaweedFSUploadId * rm spaces * convert part request to range * add passed s3 tests of multipart
2024-04-14chore: fix some typos in comments (#5497)yudrywet2-2/+2
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-3/+3
2024-04-10fix append disorder (#5492)skycope1-1/+1
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel3-1/+37
2024-03-28fix panic 5435 (#5436)Konstantin Lebedev2-1/+6
2024-03-25fix nil volume data backendchrislu1-0/+3
fix https://github.com/seaweedfs/seaweedfs/issues/5417
2024-03-18fix get file metadata bug (#5394)jerebear122-6/+11
* Removed problematic if statement This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files. * Update filer_server_handers_read.go * Updated filer responses to invalid requests
2024-03-16Merge branch 'mq-subscribe'chrislu4-24/+39
2024-03-16only broad cast when there are waiting threadschrislu2-6/+14
2024-03-14[filer] replace an invalid methods in a metric with an invalid one (#5378)Konstantin Lebedev1-10/+12
fix: replace an invalid methods in a metric with an invalid one for filer
2024-03-12Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-03-09remove repetitive words (#5364)rustrover1-1/+1
2024-03-07each log function adds a "done" return parameterchrislu1-5/+5
2024-03-07pass errorschrislu1-1/+0
2024-03-07Merge branch 'master' into mq-subscribechrislu1-3/+0
2024-03-07purge cluster idchrislu1-3/+0
2024-02-29Merge branch 'master' into mq-subscribechrislu3-2/+13
2024-02-27Disable filer UI in configuration (#5297)jerebear123-2/+13
* 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
2024-02-25Merge branch 'master' into mq-subscribechrislu3-7/+5
2024-02-14filer: reduce delete entry ErrNotFound logs (#5301)Sébastien1-5/+3
2024-02-14[volume] requests that were canceled by the client are not an internal ↵Konstantin Lebedev2-2/+2
server problem(500 => 499) (#5304)
2024-02-05fix on finding lock ownerChris Lu1-1/+1
2024-02-04Merge branch 'master' into mq-subscribeChris Lu3-26/+71
2024-02-02lock returns host and ownerchrislu1-2/+3