aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2023-09-18fix nilchrislu1-1/+4
2023-09-18fix: mount proxyByFiler write error: wrong jwtzemul1-6/+6
2023-09-16adjust logchrislu1-1/+1
2023-09-16revert to non-streaming mode to assign file idchrislu1-6/+1
2023-09-16Revert "turn on streaming assign file id"chrislu1-1/+1
2023-09-16Squashed commit of the following:chrislu2-11/+39
2023-09-16balancer workschrislu2-11/+39
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta3-6/+8
2023-08-23turn on streaming assign file idchrislu1-1/+1
2023-08-23streaming assign file idschrislu1-1/+6
2023-08-22add stream assign server side implementationchrislu1-0/+19
2023-08-22refactor fileschrislu2-88/+103
2023-07-17Fix large file chunks deleted by mistake (#4678)wusong1-3/+4
2023-07-10avoid logging nil error (#4659)Konstantin Lebedev1-1/+3
2023-07-04proxy to master uses http addresschrislu1-1/+1
2023-06-25lock on append metadata operationchrislu1-1/+6
2023-06-25adjust lock APIschrislu1-3/+3
2023-06-25filer can proxy to peer filer holding the lockchrislu1-2/+35
2023-06-25refactorchrislu2-21/+6
2023-06-25add distributed lock managerchrislu2-35/+15
2023-06-25add distributed lock managerchrislu2-0/+118
2023-06-19remove unused cluster node leaderchrislu1-29/+12
2023-06-17generate jwt token when looking up needle idchrislu1-17/+24
2023-06-12Delete volume is empty (#4561)Konstantin Lebedev2-2/+2
2023-06-10avoid overwriting non-nil uploadReaderToChunks.uploadErr with nil value (#4560)柏杰1-3/+7
2023-06-09Healthz check for deadlocks (#4558)Konstantin Lebedev1-3/+18
2023-06-05support TTL when creating folderschrislu1-2/+3
2023-06-05Fix no more writable volumes by delay judgment (#4548)wusong2-3/+8
2023-06-03fix deadlock for filer upload (#4527)wusong1-18/+8
2023-05-24add return for error handle (#4502)wusong1-2/+4
2023-05-09update raft versionchrislu1-4/+2
2023-05-07update raftchrislu1-2/+4
2023-04-29[Filer] post add param:saveInside (#4434)zemul2-2/+21
2023-04-26Fix: http rename move dir to subdir (#4432)wusong1-2/+2
2023-04-24Volume range read use sync.pool (#4422)zemul1-2/+11
2023-04-18compilation fail (#4414)wusong1-1/+1
2023-04-17collect ec shard from multiple locationschrislu1-2/+10
2023-04-17adjust error messagechrislu1-2/+2
2023-04-11s3 fix get fake dir object key (#4390)Konstantin Lebedev1-4/+3
2023-03-31style: clerical error (#4361)wusong1-6/+0
2023-03-21add validate config for raft (#4332)Konstantin Lebedev1-0/+4
2023-03-19avoid lower casing the commandchrislu1-1/+1
2023-03-19fix volume not found if marked as read onlychrislu1-2/+9
2023-03-15The filer does not set defaultReplication to the defaultReplication o… (#4315)LHHDZ1-3/+0
2023-03-08#4270 set http status code to 409 if dir already exists (#4287)Rohit Chormale1-1/+1
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-1/+2
2023-02-28adjust ui pagination sizechrislu1-1/+1
2023-02-25add -disk to filer command (#4247)lfhy3-1/+12
2023-02-21Updated the deprecated ioutil dependency (#4239)Zachary Walters1-2/+1
2023-02-06volume:fix return if Replicate write error (#4188)Neo1-0/+1