houseme
|
e6b019c29d
|
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
# Conflicts:
# .github/workflows/build.yml
# .github/workflows/ci.yml
# Cargo.lock
# Cargo.toml
# appauth/src/token.rs
# crates/config/src/config.rs
# crates/event-notifier/examples/simple.rs
# crates/event-notifier/src/global.rs
# crates/event-notifier/src/lib.rs
# crates/event-notifier/src/notifier.rs
# crates/event-notifier/src/store.rs
# crates/filemeta/src/filemeta.rs
# crates/notify/examples/webhook.rs
# crates/utils/Cargo.toml
# ecstore/Cargo.toml
# ecstore/src/cmd/bucket_replication.rs
# ecstore/src/config/com.rs
# ecstore/src/disk/error.rs
# ecstore/src/disk/mod.rs
# ecstore/src/set_disk.rs
# ecstore/src/store_api.rs
# ecstore/src/store_list_objects.rs
# iam/Cargo.toml
# iam/src/manager.rs
# policy/Cargo.toml
# rustfs/src/admin/rpc.rs
# rustfs/src/main.rs
# rustfs/src/storage/mod.rs
|
2025-06-19 13:16:48 +08:00 |
|
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
|
152ad57c1d
|
Upgrade rand to 0.9.1
|
2025-06-09 10:22:22 +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 |
|
houseme
|
8660c2af12
|
merge main
|
2025-05-28 17:26:31 +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
|
8c0d3fa227
|
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-26 12:19:40 +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
|
2cadbba6ad
|
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
# Conflicts:
# Cargo.toml
# iam/src/manager.rs
# iam/src/store/object.rs
# rustfs/src/admin/handlers/sts.rs
# rustfs/src/main.rs
# rustfs/src/storage/ecfs.rs
|
2025-05-25 18:10:13 +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 |
|
houseme
|
791780dd68
|
fix typo
|
2025-05-19 16:32:56 +08:00 |
|
houseme
|
be8a615cd7
|
fix typo
|
2025-05-19 16:21:22 +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 |
|