overtrue
|
8747a91df8
|
feat: add comprehensive formatting rules and type inference guidelines
|
2025-05-28 16:04:38 +08:00 |
|
安正超
|
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 |
|
overtrue
|
63b0cb2c7a
|
feat: add comprehensive tests for ecstore io module
|
2025-05-27 22:08:21 +08:00 |
|
houseme
|
a95138868e
|
improve code
|
2025-05-27 19:07:09 +08:00 |
|
junxiang Mu
|
1dde7015de
|
tmp2
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-29 03:41:45 +00:00 |
|
junxiang Mu
|
66f5bf1bbc
|
tmp1
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-28 21:55:31 +08:00 |
|
junxiang Mu
|
c1590a054c
|
tmp
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-28 10:00:28 +00:00 |
|
junxiang Mu
|
b2da8148bd
|
support concurrency write
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-24 08:12:57 +00:00 |
|
junxiang Mu
|
08d0021cd6
|
support async calculate etag
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2025-04-24 03:04:05 +00:00 |
|
weisd
|
4d88af731c
|
fix etag bug
|
2025-03-28 15:39:53 +08:00 |
|
weisd
|
01cf4c663d
|
opt network io
|
2025-03-14 23:26:54 +08:00 |
|
weisd
|
a40c2e2978
|
clippy
|
2024-12-22 11:27:56 +08:00 |
|
weisd
|
8ab8201403
|
test walk_dir done
|
2024-12-16 22:14:29 +08:00 |
|
weisd
|
99c229524d
|
test metawrite
|
2024-12-16 22:14:29 +08:00 |
|
weisd
|
adf4cfd76a
|
test metacache
|
2024-12-16 22:14:29 +08:00 |
|
weisd
|
43bc4db87c
|
metacache done
|
2024-12-16 22:11:05 +08:00 |
|
weisd
|
25e3807428
|
init metacache io
|
2024-12-16 22:11:05 +08:00 |
|