aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server_handlers_ui.go
AgeCommit message (Collapse)AuthorFilesLines
2025-11-26hide millseconds in up time (#7553)Trim211-2/+3
2025-06-03change version directorychrislu1-3/+3
2022-08-24Add raft server access mutex to avoid races (#3503)Patrick Schmidt1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-07-27"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"chrislu1-1/+1
2022-07-22change topology mapping definition, improve spellingningfd1-2/+2
2022-04-07master ui add raft stats and Max Volume IdKonstantin Lebedev1-0/+1
2022-04-07fix master uiKonstantin Lebedev1-15/+36
2021-08-12adjust data typeChris Lu1-1/+1
2021-04-22master UI adds volume size limitChris Lu1-5/+7
2020-06-02inject git version into buildChris Lu1-1/+1
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/1286
2017-07-03fix nil raft server caused crashChris Lu1-9/+8
fix https://github.com/chrislusf/seaweedfs/issues/524
2016-06-02directory structure change to work with glideChris Lu1-0/+30
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.