Files
rustfs/scripts
weisd 20054d0a56 fix: simplify filemeta MessagePack serialization and improve code quality
- Refactor `unmarshal_msg` to use `rmp_serde::from_slice` instead of manual parsing
- Add serde field renaming attributes to `FileMetaVersion` struct
- Remove 428 lines of manual MessagePack parsing code
- Improve string comparison using `!object.is_empty()` instead of `object != ""`
- Update volume directory numbering in run script from test{0..4} to test{1..4}
- Clean up unused imports and code

Fixes #517
2025-06-29 22:39:36 +08:00
..
2025-06-16 10:32:03 +08:00
2025-06-16 10:32:03 +08:00
2025-06-17 15:06:40 +08:00
2025-06-18 18:22:30 +08:00
2025-03-02 02:52:25 +08:00
2024-09-24 15:12:16 +08:00
2025-03-28 15:39:53 +08:00
2025-02-12 17:34:23 +08:00
2024-12-23 19:58:37 +08:00