This website requires JavaScript.
Explore
Help
Sign In
fran
/
rustfs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fb42ba1a14562a73c53ca32ff10a5e136a5c9af4
rustfs
/
madmin
/
src
T
History
安正超
a1f4abf6c3
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
..
net
fix none import
2024-12-03 11:11:02 +08:00
group.rs
fix policy_db_get
2025-02-22 01:05:27 +08:00
heal_commands.rs
tmp(1)
2024-12-09 15:19:15 +08:00
health.rs
feat: improve madmin module test coverage - Add comprehensive test cases for health.rs, user.rs, and info_commands.rs modules - Total: 114 test cases added, improving coverage from minimal to comprehensive
2025-05-27 23:41:34 +08:00
info_commands.rs
feat: improve madmin module test coverage - Add comprehensive test cases for health.rs, user.rs, and info_commands.rs modules - Total: 114 test cases added, improving coverage from minimal to comprehensive
2025-05-27 23:41:34 +08:00
lib.rs
rewrite iam
2025-01-17 17:22:39 +08:00
metrics.rs
notification_sys base
2024-12-04 10:55:09 +08:00
policy.rs
rewrite iam
2025-01-17 17:22:39 +08:00
service_commands.rs
sync s3s, return UnauthorizedAccess error code when credentials is none
2025-02-25 10:05:03 +08:00
trace.rs
fix
:
#189
#192
2024-12-29 23:36:10 +08:00
user.rs
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
utils.rs
tmp(1)
2024-12-09 15:19:15 +08:00