Commit Graph

26 Commits

Author SHA1 Message Date
houseme 2e14b32ccd chore: Add copyright and license headers (#23)
* chore: Add copyright and license headers

This commit adds the Apache 2.0 license and a copyright notice to the header of all source files. This ensures that the licensing and copyright information is clearly stated within the codebase.

* cargo fmt

* fix

* fmt

* fix clippy
2025-07-02 15:07:47 +08:00
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
Nugine 2c5b01eb6f fix(ci): relax time limit 2025-06-13 19:29:59 +08:00
Nugine e82a69c9ca fix(ci): refactor ci check 2025-06-13 18:12:19 +08:00
weisd 8d636dba7f fix ci 2025-06-11 18:31:07 +08:00
weisd 3135c8017d update ci.yml 2025-06-11 18:06:34 +08:00
weisd 2cdd6ad192 fix(filemeta): inline_data key 2025-06-11 17:53:53 +08:00
houseme 3cf265611a modify ci pr-checks 2025-06-10 10:11:47 +08:00
loverustfs 3321439951 Adjust the order relationship
Adjust the order relationship
2025-06-10 07:39:38 +08:00
loverustfs 2e4218706b disabled self-hosted 2025-06-09 10:22:22 +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
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
loverustfs 32d1db184a off self-hosted
off self-hosted
2025-06-06 16:48:59 +08:00
overtrue fb42ba1a14 feat: enhance CI with comprehensive clippy checks for pull requests 2025-05-28 15:49:47 +08:00
Nugine 6dbf7d8d65 ci: reduce setup time 2025-03-02 02:52:25 +08:00
Nugine cff10f8c55 ci: enable cache for test 2025-03-02 00:37:56 +08:00
Nugine b5ebc90667 ci: disable mint test 2025-02-26 17:10:37 +08:00
Nugine 0a01113c83 ci: fix e2e tests 2025-02-26 15:14:02 +08:00
Nugine e87cc87cbf ci: build for old glibc (#232)
* build(deps): shadow_rs

* ci(build): build for old glibc

* ci: simplify all
2025-02-22 20:25:16 +08:00
Nugine 0a756e48b8 fix 2025-02-22 15:31:22 +08:00
Nugine c8a1013685 fix 2025-02-22 15:28:26 +08:00
Nugine 82a0d80ee7 rename 2025-02-22 15:09:42 +08:00
Nugine 3f5e6e9983 fix gui dependencies 2025-02-22 15:08:22 +08:00
Nugine bd1ceae375 ci: fix basic checks 2025-02-22 15:00:39 +08:00