aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2024-03-25fix nil volume data backendchrislu1-0/+3
2024-03-18fix get file metadata bug (#5394)jerebear122-6/+11
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
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
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 server...Konstantin Lebedev2-2/+2
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
2024-02-01use a short-lived lockchrislu1-2/+2
2024-01-30fix nil errorchrislu1-1/+1
2024-01-29re-lock if the lock owner is not foundchrislu1-7/+11
2024-01-29fix: http range request return status 500 (#5251)Sébastien3-25/+68
2024-01-24fix: s3tests test_get_object_ifnonematch_good (#5237)Konstantin Lebedev1-1/+3
2024-01-23Merge branch 'master' into mq-subscribechrislu2-12/+0
2024-01-23same logic as grpc assignchrislu2-12/+0
2024-01-18Merge branch 'master' into mq-subscribechrislu3-34/+62
2024-01-18http assign logic should be the same as grpc assignchrislu1-21/+40
2024-01-17chore: filer healthz handler check filer store (#5208)Konstantin Lebedev2-1/+10
2024-01-17[filer] avoid return http ok for not allowed methods (#5209)Konstantin Lebedev1-12/+12
2024-01-15read from disk if not in memorychrislu1-2/+2
2024-01-11Merge branch 'master' into mq-subscribechrislu9-35/+47
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev8-30/+44
2024-01-08Removed problematic if statement (#5180)jerebear121-5/+3
2024-01-08add batch index for each memory bufferchrislu1-6/+6
2024-01-05Merge branch 'master' into mq-subscribechrislu2-5/+26
2024-01-05chore: add maxMB option for webdav (#5165)Konstantin Lebedev1-2/+3
2024-01-03fix: webdav avoid create empty files (#5160)Konstantin Lebedev1-3/+9
2024-01-03fix: return etag with md5 in webdav responses (#5158)Konstantin Lebedev2-0/+14
2023-12-28subscriber can get assignmentschrislu1-0/+3
2023-12-28weed/server: remove unneeded err from streamReadOneVolume() signature (#5143)Lars Lehtonen1-5/+3
2023-12-27create volume grow request if the selected volume is close to fullchrislu3-15/+20
2023-12-20Set allowed origins in config (#5109)jerebear122-6/+50
2023-12-07add missing error in the logchrislu1-1/+1
2023-11-27adjust logschrislu1-1/+1
2023-11-27logging PickForWrite errorKonstantin Lebedev1-26/+27
2023-11-20Update filer_server_handlers_write_autochunk.gojulor1-0/+1
2023-11-20verify content-md5 in headerjulor1-0/+10
2023-11-07weed/server: fix dropped webdav errorLars Lehtonen1-0/+3
2023-11-06Replace an invalid method in a metric with an invalid one (#4987)Konstantin Lebedev1-10/+16