aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2018-11-23go fmtChris Lu3-3/+3
2018-11-23add fs.FSStatfser for SeaweedFS weed mountChris Lu2-2/+49
2018-11-22add subimit count parameterChris Lu1-1/+9
2018-11-22formatting error logChris Lu1-1/+1
2018-11-20master add grpc API for fileid assigningChris Lu2-29/+86
2018-11-08use MD5 for ETag to be consistent with Amazon S3Chris Lu1-1/+5
2018-11-01go fmtChris Lu1-1/+1
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-4/+6
2018-10-31support AWS SQS as file change notification message queueChris Lu1-0/+1
2018-10-31Update volume_server_handlers_write.gozoe1-1/+1
2018-10-29Update volume_server_handlers_write.gozoe1-1/+1
2018-10-23go fmtChris Lu2-2/+2
2018-10-15move DiskStatus and MemStatus to protobufChris Lu2-2/+4
2018-10-15migrate volume sync to gRpcChris Lu4-93/+65
2018-10-15move volume mount/unmount on volume server to grpcChris Lu3-22/+32
2018-10-15remove volume server /admin/volume/deleteChris Lu2-11/+0
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu4-20/+29
2018-10-15migrate assign volume to grpc API on volume serverChris Lu4-34/+29
2018-10-15adjust log level for deletesChris Lu1-1/+1
2018-10-15migrate delete collection to grpc API on volume serverChris Lu4-12/+32
2018-10-14fix error log formatChris Lu1-4/+4
2018-10-14rename filesChris Lu3-0/+0
2018-10-14move volume vacuum to gRpcChris Lu5-62/+84
2018-10-14go fmtChris Lu2-2/+3
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu8-108/+31
2018-10-12fix when no files in filer0.98Chris Lu1-0/+4
2018-10-12fix master static resource display problemChris Lu2-0/+7
2018-10-11adding basic grpc to volume serverChris Lu2-1/+80
2018-10-07embed static resources via statikChris Lu3-9/+6
2018-10-07embed static resources via statikChris Lu6-19/+17
2018-09-28adjust loggingChris Lu1-1/+1
2018-09-25remove filer grpc API GetEntryAttributesChris Lu1-19/+0
2018-09-23add more instructionsChris Lu1-3/+5
2018-09-22add ETag to upload results and chunksChris Lu1-0/+1
2018-09-22consolidate file chunks during createChris Lu1-2/+11
2018-09-17add WIP filer.replicateChris Lu1-1/+1
2018-09-16renaming msgqueue to notificationChris Lu1-4/+4
2018-09-12go fmtChris Lu1-1/+1
2018-09-12working S3 multipart uploadsChris Lu2-4/+10
2018-09-09add s3 multipart uploadChris Lu4-5/+12
2018-09-07fix build error0.96Chris Lu1-1/+1
2018-09-07fix data writes error when consecutive calls overlaps with previous writesChris Lu1-1/+1
2018-09-03Update volume_server_handlers_read.gozhangmingfeng1-0/+3
2018-08-24instant notification of new volumes added or deletedChris Lu2-7/+31
2018-08-24reformatChris Lu1-42/+41
2018-08-22adding filer.export prototypeChris Lu1-2/+2
2018-08-19fix test error0.93Chris Lu1-1/+1
2018-08-19filer add upload and drag&dorpChris Lu1-2/+90
2018-08-19go fmtChris Lu1-1/+1
2018-08-19merge notification config with filer.tomlChris Lu1-6/+30