seaweedfs/weed/admin
Chris Lu 9e186ed874 fix(admin.plugin): include disk_id in EC execution plan
TaskSource and TaskTarget carry disk_id on the wire, but the execution
plan map built for the admin UI dropped the field entirely. On a
multi-disk node holding shards of the same volume, there was no way to
tell from the plan which disk would receive each shard. Include
disk_id on each endpoint and target_disk_id on each shard assignment,
and extend the existing execution-plan test to set and assert the
field.
2026-05-18 15:50:53 -07:00
..
config Fix maintenance worker panic and add EC integration tests (#8068) 2026-01-20 15:07:43 -08:00
dash mini: quieter startup with a docker-compose-style progress board (#9524) 2026-05-17 19:13:09 -07:00
handlers feat(admin): prefer stored S3 Content-Type metadata over key-extension MIME inference (#9286) 2026-04-29 10:21:03 -07:00
internal/httputil Admin UI: replace gin with mux (#8420) 2026-02-23 19:11:17 -08:00
maintenance fix(balance): don't move remote-tiered volumes; don't fatal on missing .idx (#9335) 2026-05-06 15:19:43 -07:00
plugin fix(admin.plugin): include disk_id in EC execution plan 2026-05-18 15:50:53 -07:00
static fix(admin): S3 Tables CSRF token + non-empty 409 status (#9221) 2026-04-24 22:48:41 -07:00
topology fix(volume.list): show one entry per physical disk on multi-disk nodes (#9541) 2026-05-18 14:43:44 -07:00
view template 2026-05-17 23:12:04 -07:00
Makefile consistent template generation 2026-02-22 13:34:06 -08:00
static_embed.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00