-
Notifications
You must be signed in to change notification settings - Fork 344
Comparing changes
Open a pull request
base repository: rustfs/rustfs
base: main
head repository: rustfs/rustfs
compare: feature/audit-logger-init
- 18 commits
- 43 files changed
- 8 contributors
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee3e279 - Browse repository at this point
Copy the full SHA ee3e279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706a764 - Browse repository at this point
Copy the full SHA 706a764View commit details
Commits on Aug 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1bb9a89 - Browse repository at this point
Copy the full SHA 1bb9a89View commit details -
feat: Add comprehensive tests for authentication module (#309)
* feat: add comprehensive tests for authentication module - Add 33 unit tests covering all public functions in auth.rs - Test IAMAuth struct creation and secret key validation - Test check_claims_from_token with various credential types and scenarios - Test session token extraction from headers and query parameters - Test condition values generation for different user types - Test query parameter parsing with edge cases - Test Credentials helper methods (is_expired, is_temp, is_service_account) - Ensure tests handle global state dependencies gracefully - All tests pass successfully with 100% coverage of testable functions * style: fix code formatting issues * Add verification script for checking PR branch statuses and tests Co-authored-by: anzhengchao <anzhengchao@gmail.com> * fix: resolve clippy uninlined format args warning --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for 64f2287 - Browse repository at this point
Copy the full SHA 64f2287View commit details -
feat: add basic tests for core storage module (#313)
* feat: add basic tests for core storage module - Add 6 unit tests for FS struct and basic functionality - Test FS creation, Debug and Clone trait implementations - Test RUSTFS_OWNER constant definition and values - Test S3 error code creation and handling - Test compression format detection for common file types - Include comprehensive documentation about integration test needs Note: Full S3 API testing requires complex setup with storage backend, global configuration, and network infrastructure - better suited for integration tests rather than unit tests. * style: fix code formatting issues * fix: resolve clippy warnings in storage tests --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for 9abe2b0 - Browse repository at this point
Copy the full SHA 9abe2b0View commit details -
feat: add tests for admin handlers module (#314)
* feat: add tests for admin handlers module - Add 5 new unit tests for admin handler functionality - Test AccountInfo struct creation, serialization and default values - Test creation of all admin handler structs (13 handlers) - Test HealOpts JSON serialization and deserialization - Test HealOpts URL encoding/decoding with proper field types - Maintain existing test while adding comprehensive coverage - Include documentation about integration test requirements All tests pass successfully with proper error handling for complex dependencies. * style: fix code formatting issues * fix: resolve clippy warnings in admin handlers tests --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for ab63a2b - Browse repository at this point
Copy the full SHA ab63a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d1368 - Browse repository at this point
Copy the full SHA d5d1368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da2760 - Browse repository at this point
Copy the full SHA 4da2760View commit details
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd141b8 - Browse repository at this point
Copy the full SHA bd141b8View commit details -
Signed-off-by: junxiang Mu <1948535941@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7c1247b - Browse repository at this point
Copy the full SHA 7c1247bView commit details -
Fix: Separate Clippy's fix and check commands into two commands.
Signed-off-by: junxiang Mu <1948535941@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 52151d0 - Browse repository at this point
Copy the full SHA 52151d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6147a - Browse repository at this point
Copy the full SHA db6147aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71596b - Browse repository at this point
Copy the full SHA b71596bView commit details -
fix: Fixed an issue where the list_objects_v2 API did not return dire… (
Configuration menu - View commit details
-
Copy full SHA for 835c340 - Browse repository at this point
Copy the full SHA 835c340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae1303 - Browse repository at this point
Copy the full SHA 3ae1303View commit details
Commits on Aug 8, 2025
-
Merge branch 'main' of github.com:rustfs/rustfs into feature/audit-lo…
…gger-init # Conflicts: # Cargo.lock # Cargo.toml # crates/ahm/Cargo.toml # crates/config/src/constants/env.rs # crates/config/src/lib.rs # crates/notify/src/registry.rs # rustfs/src/auth.rs
Configuration menu - View commit details
-
Copy full SHA for 07fc1eb - Browse repository at this point
Copy the full SHA 07fc1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12abf8 - Browse repository at this point
Copy the full SHA d12abf8View commit details
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80e70ba - Browse repository at this point
Copy the full SHA 80e70baView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...feature/audit-logger-init