aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server_handlers_admin.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-19follow grow volume option versionchrislu1-1/+2
2025-06-16refactoringchrislu1-1/+1
2025-06-16add version to volume protochrislu1-1/+3
2025-06-03change version directorychrislu1-5/+5
2024-12-18[shell] feat:stop vacuum immediately once volume.vacuum.disable was executed ...dsd1-3/+4
2024-08-29math/rand => math/rand/v2chrislu1-2/+2
2024-08-21add parallel vacuumingchrislu1-1/+1
2024-08-19add http endpoint to get the size of a collection (#5910)Riccardo Bertossa1-0/+55
2024-07-16Added tls for http clients (#5766)vadimartynov1-3/+4
2024-07-16[master] Do Automatic Volume Grow in background (#5781)Konstantin Lebedev1-6/+7
2024-07-12fix: avoid timeout if datacenter does not exist in topology (#5772)Konstantin Lebedev1-0/+2
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-11/+11
2022-07-22change topology mapping definition, improve spellingningfd1-1/+1
2022-06-23fix compilationchrislu1-1/+4
2022-04-18shell vacuum volume by collection and volume idKonstantin Lebedev1-1/+1
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-10-05refactorChris Lu1-7/+0
2021-09-12change server address from string to a typeChris Lu1-9/+4
2021-08-10add logs for volume creationChris Lu1-0/+1
2021-05-06ahead of time volume assignmentqieqieplus1-4/+6
2021-02-17go fmtChris Lu1-2/+2
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-2/+2
2021-02-16this can compile now!!!Chris Lu1-2/+2
2021-02-13disk type can be generic tagsChris Lu1-4/+1
2020-12-17assign volumes based on disk typeChris Lu1-1/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13master allocate volumes if ssd type runs outChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-3/+3
2020-12-13adding volume typeChris Lu1-1/+7
2020-09-09master: changing 301 to 308 on redirect to volume serversChris Lu1-1/+1
2020-06-02inject git version into buildChris Lu1-2/+2
2020-03-09volume: fix memory leak during compactionChris Lu1-1/+1
2020-02-25avoid reusing context objectChris Lu1-2/+2
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-23shell: add ec.decode commandChris Lu1-2/+2
2019-10-31return error when garbageThreshold is not a valid float numberLei Liu1-0/+1
2019-10-31fix dir/lookup and col/delete apiLei Liu1-3/+7
2019-10-29misc updatedLei Liu1-5/+5
2019-10-24refactoringChris Lu1-1/+1
2019-10-22refactor memory map related codeChris Lu1-1/+2
2019-10-21adjust parameter namesChris Lu1-2/+2
2019-10-21fix unreachable codeChris Lu1-9/+8
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-7/+7
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-7/+13
2019-09-02Swap imports to use joeslayj.laycock1-7/+7
2019-07-28master: followers can also lookup and redirectChris Lu1-10/+6
2019-06-23big refactoringChris Lu1-5/+5
2019-04-18refactoringChris Lu1-5/+7