aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Name fixEvgenii Kozlov1-2/+2
2020-06-05Set volumes ReadOnly if low free disk spaceEvgenii Kozlov1-3/+2
2020-06-04disable pulse secondsChris Lu1-2/+2
2020-06-02inject git version into buildChris Lu5-9/+9
2020-05-29add Volume Ids column only for max 100 volumes for convenience in the master ui.bingoohuang1-0/+2
2020-05-29util.BytesToHumanReadablebingoohuang1-23/+11
2020-05-28rename 'needle' which collides with imported package namebingoohuang1-7/+7
2020-05-28log JSON response if httpStatus >= 400bingoohuang1-0/+6
2020-05-25support multiple locksChris Lu2-17/+62
2020-05-25simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFuncbingoohuang1-1/+1
2020-05-17add error to avoid copying not found volumeChris Lu1-4/+7
2020-05-13Merge branch 'master' into msg_channelChris Lu1-4/+4
2020-05-13prevent empty locations returnedChris Lu1-4/+4
2020-05-08able to read chan and write chanChris Lu3-4/+40
2020-05-05add broker connects to filerChris Lu2-1/+42
2020-04-30refactoringChris Lu3-33/+3
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-04-29refactoringChris Lu1-0/+2
2020-04-28meta subscription: update the last read timeChris Lu1-0/+8
2020-04-28master and volume server: avoid race conditionChris Lu2-1/+6
2020-04-28remove printoutsChris Lu1-1/+1
2020-04-28filer: simplify image resizeChris Lu1-2/+8
2020-04-28metadata log: read from any timestampChris Lu1-11/+14
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang2-2/+4
2020-04-26Hadoop: fix entry not found for HCFSChris Lu1-3/+22
2020-04-23support semicolon seperated command linesChris Lu1-18/+23
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu2-1/+6
2020-04-23make lock/unlock optionalChris Lu1-16/+2
2020-04-23make second lock instantChris Lu1-1/+1
2020-04-23add exclusive lock library on shellChris Lu1-2/+2
2020-04-23add master side code for cluster wise exclusive lockChris Lu2-1/+109
2020-04-22reduce the connectionsChris Lu1-13/+0
2020-04-21async meta caching: can stream updates nowChris Lu1-2/+3
2020-04-21adjust loggingChris Lu1-2/+2
2020-04-20go fmtChris Lu1-1/+1
2020-04-20refactoringChris Lu1-36/+49
2020-04-19refactorChris Lu1-0/+1
2020-04-19Merge pull request #1280 from bukton123/filer_mongodbChris Lu1-0/+1
2020-04-18filer master start up with default ip address instead of just localhostChris Lu2-2/+4
2020-04-19Merge remote-tracking branch 'origin/master' into filer_mongodbbukton16-199/+169
2020-04-18add import mongodb to filer serverbukton1-0/+1
2020-04-17fix unreachable codeChris Lu2-2/+0
2020-04-17filer: able to append to a fileChris Lu1-0/+32
2020-04-16refactoringChris Lu2-144/+0
2020-04-16scaffolding messagingChris Lu1-5/+5
2020-04-16making volume stats size info readable.Reed1-5/+5
2020-04-13tiered cachingChris Lu1-1/+1
2020-04-12refactoringChris Lu3-6/+6
2020-04-12refactoringChris Lu1-3/+3
2020-04-12shell: only one shell is allowed to connect to the clusterChris Lu2-0/+15