Commit Graph

4844 Commits

Author SHA1 Message Date
overtrue 4252377249 fix: replace Error::new(ErrorKind::Other) with Error::other() for clippy compliance 2025-06-10 22:15:52 +08:00
overtrue 6afb26b377 fix: resolve duplicate Error import and ParseIntError conversion in linux.rs 2025-06-10 22:02:29 +08:00
overtrue e6b931f71e fix: correct spelling errors in proto file RenamePartRequst/RenameFileRequst to RenamePartRequest/RenameFileRequest 2025-06-10 21:51:36 +08:00
overtrue 7b890108ee fix: correct spelling errors in error messages and variable names 2025-06-10 21:21:03 +08:00
安正超 8a81c3d95d Merge pull request #456 from rustfs/fix/spelling-errors
fix: correct spelling errors in codebase
2025-06-10 21:09:31 +08:00
overtrue 40d99a5377 fix: correct spelling errors in codebase 2025-06-10 21:04:46 +08:00
overtrue 7527162bec fix: correct spelling errors in codebase 2025-06-10 20:39:44 +08:00
weisd 3338f3236f fix fmt 2025-06-10 18:51:06 +08:00
weisd 0e575ef2be Merge pull request #455 from rustfs/refactor/io 2025-06-10 18:30:24 +08:00
weisd 5c610e26c9 Merge branch 'main' into refactor/io 2025-06-10 18:04:50 +08:00
weisd 754ffd0ff2 update ec share size
update bitrot
2025-06-10 16:41:34 +08:00
houseme 3cf265611a modify ci pr-checks 2025-06-10 10:11:47 +08:00
houseme 9339093638 init event crate 2025-06-10 09:59:49 +08:00
loverustfs 3321439951 Adjust the order relationship
Adjust the order relationship
2025-06-10 07:39:38 +08:00
weisd 6ea0185519 add reed-solomon-simd banchmark 2025-06-10 00:09:05 +08:00
weisd e62947f7b2 add reed-solomon-simd 2025-06-09 18:04:42 +08:00
weisd 4bbf1c33b8 fix fmt check 2025-06-09 17:35:42 +08:00
weisd 711cab777f docs: update error handling guidelines to thiserror pattern 2025-06-09 15:35:01 +08:00
weisd f85ef06783 merge main 2025-06-09 15:31:11 +08:00
weisd cecde068e1 fix: #421 ignore cancel error 2025-06-09 13:57:38 +08:00
houseme 28c71cc351 fix 2025-06-09 12:25:56 +08:00
houseme a64bd436c8 modify profile.release and build yml 2025-06-09 11:43:00 +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 3edfdbea76 fix is_multipart 2025-06-09 10:22:22 +08:00
loverustfs 2e4218706b disabled self-hosted 2025-06-09 10:22:22 +08:00
houseme 11712414bb refactor(deps): centralize crate versions in root Cargo.toml (#448)
* chore(ci): upgrade protoc from 30.2 to 31.1

- Update protoc version in GitHub Actions setup workflow
- Use arduino/setup-protoc@v3 to install the latest protoc version
- Ensure compatibility with current project requirements
- Improve proto file compilation performance and stability

This upgrade aligns our development environment with the latest protobuf standards.

* modify package version

* refactor(deps): centralize crate versions in root Cargo.toml

- Move all dependency versions to workspace.dependencies section
- Standardize AWS SDK and related crates versions
- Update tokio, bytes, and futures crates to latest stable versions
- Ensure consistent version use across all workspace members
- Implement workspace inheritance for common dependencies

This change simplifies dependency management and ensures version consistency across the project.

* fix

* modify
2025-06-09 10:22:22 +08:00
houseme f798bb0fce fix 2025-06-09 10:18:43 +08:00
weisd 1d2aeb288a Upgrade rand to 0.9.1 2025-06-09 10:13:03 +08:00
weisd 27ab2350c9 fix is_multipart 2025-06-09 01:23:49 +08:00
weisd 96de65ebab add disk test 2025-06-09 00:30:29 +08:00
loverustfs ec5be0a2c3 disabled self-hosted 2025-06-08 18:20:15 +08:00
houseme 9495df6d5e refactor(deps): centralize crate versions in root Cargo.toml (#448)
* chore(ci): upgrade protoc from 30.2 to 31.1

- Update protoc version in GitHub Actions setup workflow
- Use arduino/setup-protoc@v3 to install the latest protoc version
- Ensure compatibility with current project requirements
- Improve proto file compilation performance and stability

This upgrade aligns our development environment with the latest protobuf standards.

* modify package version

* refactor(deps): centralize crate versions in root Cargo.toml

- Move all dependency versions to workspace.dependencies section
- Standardize AWS SDK and related crates versions
- Update tokio, bytes, and futures crates to latest stable versions
- Ensure consistent version use across all workspace members
- Implement workspace inheritance for common dependencies

This change simplifies dependency management and ensures version consistency across the project.

* fix

* modify
2025-06-07 22:22:26 +08:00
houseme 690ce7fae4 feat(obs): upgrade OpenTelemetry dependencies to latest version (#447)
- Update opentelemetry from 0.29.1 to 0.30.0
- Update related opentelemetry dependencies for compatibility
- Ensure compatibility with existing observability implementation
- Improve tracing and metrics collection capabilities

This upgrade provides better performance and stability for our observability stack.
2025-06-07 22:22:26 +08:00
weisd bf48d88a47 fix filemeta 2025-06-07 22:22:26 +08:00
loverustfs 158462ca0b off self-hosted
off self-hosted
2025-06-07 22:22:26 +08:00
houseme d66525a22f refactor(deps): centralize crate versions in root Cargo.toml (#448)
* chore(ci): upgrade protoc from 30.2 to 31.1

- Update protoc version in GitHub Actions setup workflow
- Use arduino/setup-protoc@v3 to install the latest protoc version
- Ensure compatibility with current project requirements
- Improve proto file compilation performance and stability

This upgrade aligns our development environment with the latest protobuf standards.

* modify package version

* refactor(deps): centralize crate versions in root Cargo.toml

- Move all dependency versions to workspace.dependencies section
- Standardize AWS SDK and related crates versions
- Update tokio, bytes, and futures crates to latest stable versions
- Ensure consistent version use across all workspace members
- Implement workspace inheritance for common dependencies

This change simplifies dependency management and ensures version consistency across the project.

* fix

* modify
2025-06-07 21:52:59 +08:00
weisd 62a7824d0d fix clippy 2025-06-07 15:39:06 +08:00
houseme 1432ddb119 feat(obs): upgrade OpenTelemetry dependencies to latest version (#447)
- Update opentelemetry from 0.29.1 to 0.30.0
- Update related opentelemetry dependencies for compatibility
- Ensure compatibility with existing observability implementation
- Improve tracing and metrics collection capabilities

This upgrade provides better performance and stability for our observability stack.
2025-06-07 00:10:20 +08:00
weisd b570b6aa36 fix filemeta 2025-06-06 22:22:53 +08:00
weisd 17aaf2cbc2 fix filemeta 2025-06-06 22:19:40 +08:00
houseme 3076ba3253 improve code 2025-06-06 20:57:28 +08:00
houseme df9347b34a init config 2025-06-06 19:05:16 +08:00
weisd b51ee48699 update filereader/writer todo 2025-06-06 18:04:51 +08:00
loverustfs 32d1db184a off self-hosted
off self-hosted
2025-06-06 16:48:59 +08:00
weisd 15a3012d05 drop common/error 2025-06-06 16:46:18 +08:00
weisd 7032318858 update obs 2025-06-06 16:46:12 +08:00
houseme 3862e255f0 set logger level from RUST_LOG 2025-06-06 16:36:03 +08:00
weisd f199718e3b drop common/error 2025-06-06 16:34:59 +08:00
houseme b003d08d55 set logger level from RUST_LOG 2025-06-06 16:19:17 +08:00