Commit Graph

60 Commits

Author SHA1 Message Date
weisd 52342f2f8e feat(grpc): walk_dir http
fix(ecstore): rebalance loop
2025-06-16 10:32:03 +08:00
weisd e8a59d7c07 move disk::utils to crates::utils 2025-06-11 15:55:40 +08:00
weisd f85ef06783 merge main 2025-06-09 15:31:11 +08:00
weisd 91c099e35f add Error test, fix clippy 2025-06-09 11:29:23 +08:00
weisd 1d2aeb288a Upgrade rand to 0.9.1 2025-06-09 10:13:03 +08:00
weisd c589972fa7 mc test ok 2025-06-06 16:15:26 +08:00
weisd db355bb26b todo 2025-06-06 11:35:27 +08:00
weisd 9384b831ec ecstore update ec/disk/error 2025-06-06 01:13:51 +08:00
安正超 15befb705f fix: resolve all remaining test failures and Clippy warnings 2025-05-28 11:28:43 +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
houseme a95138868e improve code 2025-05-27 19:07:09 +08:00
houseme ca8f399832 format comment 2025-05-27 13:56:19 +08:00
overtrue 54972a57b1 feat: add comprehensive tests for set_disk module - Add 21 test functions covering utility and validation functions - Test constants, MD5 calculation, path generation, algorithms - Test error handling, healing logic, data manipulation - All tests pass successfully with proper function behavior verification 2025-05-25 18:50:32 +08:00
houseme 864071d641 cargo fmt 2025-05-25 17:46:59 +08:00
overtrue 9d90913697 feat: translate Chinese comments to English across codebase 2025-05-25 15:24:34 +08:00
overtrue 0f1e9d0c63 feat: enhance test coverage for IAM utils and OS utils modules 2025-05-25 14:09:40 +08:00
weisd 0c435c6a05 add admin policy check for user operation 2025-04-11 10:46:36 +08:00
weisd 5188d00a09 merge license 2025-04-08 22:32:24 +08:00
weisd 3dbdd38889 rm log 2025-04-08 22:31:44 +08:00
houseme 0c7748658c Merge main branches 2025-04-02 15:57:11 +08:00
houseme 15efeb572f improve crate and remove log crate 2025-04-02 00:51:59 +08:00
houseme 147df8ab0b Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability
# Conflicts:
#	rustfs/src/storage/ecfs.rs
2025-03-26 16:08:41 +08:00
weisd d91429c5cf add bucketpolicy 2025-03-26 11:25:12 +08:00
weisd c8e13b8ab5 move policy out of iam 2025-03-26 10:19:47 +08:00
weisd 545ae79e44 move ecsotre/error to common 2025-03-25 17:42:15 +08:00
houseme 28a4a917d4 replace log to tracing 2025-03-19 22:34:26 +08:00
weisd 01cf4c663d opt network io 2025-03-14 23:26:54 +08:00
weisd 4ff452ffd2 fix iam service_account bugs 2025-03-03 17:38:17 +08:00
DamonXue 442c618013 fix: update Functions deserialization logic and add run.bat script 2025-03-01 17:27:07 +08:00
DamonXue bf3cc5c13c fix: enforce condition element presence in Functions deserialization
feat: add binary target for rustfs
2025-02-26 21:08:44 +08:00
weisd c07d165ceb fix admin api bugs 2025-02-24 11:15:50 +08:00
weisd 19d897a40b fix service account action, add console config api 2025-02-23 15:06:13 +08:00
weisd 704c41b116 fix policy_db_get 2025-02-22 01:05:27 +08:00
weisd d00bfd6243 fix policy parse 2025-02-12 17:34:23 +08:00
weisd e13ffc8137 add policy api 2025-01-22 12:37:41 +08:00
weisd 05af5d7ddf check 2025-01-21 17:49:55 +08:00
weisd 9535a9a7ad rewrite group handler 2025-01-21 16:44:55 +08:00
weisd 4f1cbf72c6 rewrite service_account handler 2025-01-21 16:17:28 +08:00
weisd 296791b56b rewrite AssumeRoleHandle 2025-01-21 00:29:55 +08:00
weisd b29b15f3b5 rewrite iam 2025-01-17 17:22:39 +08:00
weisd 133a294024 init group 2025-01-13 20:46:18 +08:00
weisd 4d9eca1667 feat: add admin user api 2025-01-13 17:25:15 +08:00
weisd bfe8c5e9bf add walk api, fix: load iam config 2025-01-12 22:36:57 +08:00
weisd 121be5eeda iam add_user 2025-01-12 03:29:57 +08:00
weisd 0aaef2d9a8 iam add_user 2025-01-12 03:04:14 +08:00
weisd 1c44e2d099 extract_claims 2025-01-12 01:41:22 +08:00
weisd d25d233cdc fix #110 #112 add ServerInfoHandler need test 2025-01-06 16:02:21 +08:00
weisd 47f365d385 feat:#165 copyobject v1 2025-01-03 02:09:51 +08:00
weisd a0e38f5d51 Merge pull request #187 from rustfs/iam/add-tests
test(iam): add policy_is_allowed
2024-12-29 18:01:25 +08:00
bestgopher 2126c36a73 test(iam): add policy_is_allowed 2024-12-29 16:25:06 +08:00