weisd
|
db3bd12b1e
|
opt:FileMetaVersion
|
2024-10-14 17:31:54 +08:00 |
|
weisd
|
12114dce16
|
fix:#38 implement the basic storage functions of bucketmeta config use s3s struct define
|
2024-10-14 14:58:32 +08:00 |
|
Nugine
|
0f39887cdb
|
ci: enable cache on failure (#85)
* ci: enable cache on failure
* fix
|
2024-10-12 15:05:22 +08:00 |
|
junxiangMu
|
472b67e930
|
Merge pull request #83 from rustfs/bug-fix
fix e2e_test token validate
|
2024-10-12 14:16:07 +08:00 |
|
junxiang Mu
|
90d67846e6
|
fmt
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2024-10-12 14:12:20 +08:00 |
|
junxiang Mu
|
a0e37098bb
|
fix clippy
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2024-10-12 14:09:52 +08:00 |
|
junxiang Mu
|
adef6476ec
|
fix e2e_test token validate
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2024-10-12 09:05:53 +08:00 |
|
weisd
|
8f14e0d024
|
Merge pull request #82 from rustfs/nugine/fmt
style: cargo fmt
|
2024-10-12 00:54:31 +08:00 |
|
weisd
|
e18d2d2f28
|
Merge branch 'main' into nugine/fmt
|
2024-10-12 00:54:22 +08:00 |
|
weisd
|
40ddf0df0d
|
Merge pull request #78 from rustfs/dependabot/cargo/dependencies-abc806330f
Bump the dependencies group with 4 updates
|
2024-10-12 00:53:15 +08:00 |
|
weisd
|
563ec523a3
|
Merge pull request #77 from rustfs/nugine/ci-accel
ci: use skip-check and rust-cache
|
2024-10-12 00:52:47 +08:00 |
|
weisd
|
05d4339427
|
Merge pull request #81 from rustfs/a
fix: use compile_protos
|
2024-10-12 00:52:09 +08:00 |
|
weisd
|
81dc3d4404
|
done bucket policy, need test
|
2024-10-12 00:41:03 +08:00 |
|
Nugine
|
386e2e0736
|
style: cargo fmt
|
2024-10-11 23:21:19 +08:00 |
|
Nugine
|
eae5b68f52
|
fix
|
2024-10-11 23:19:24 +08:00 |
|
bestgopher
|
07675f3039
|
fix: use compile_protos
|
2024-10-11 22:41:08 +08:00 |
|
mirschao
|
fd3d742d71
|
Update rust.yml
cargo fmt --all --check 中--check为检查模式,如果有对应的格式化修改,则命令返回码为非零(错误),所以导致action运行失败,替换为cargo fmt --all即可解决问题。
|
2024-10-11 22:27:32 +08:00 |
|
mirschao
|
c9f07fb8ab
|
Update rust.yml
cargo fmt --all --check 中--check为检查模式,如果有对应的格式化修改,则命令返回码为非零(错误),所以导致action运行失败,替换为cargo fmt --all即可解决问题。
|
2024-10-11 22:25:25 +08:00 |
|
Nugine
|
3adbadd808
|
ci: use skip-check and rust-cache
|
2024-10-11 20:02:39 +08:00 |
|
dependabot[bot]
|
7b3721aa44
|
Bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [futures](https://github.com/rust-lang/futures-rs), [futures-util](https://github.com/rust-lang/futures-rs) and [prost-build](https://github.com/tokio-rs/prost).
Updates `clap` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.20)
Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)
Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)
Updates `prost-build` from 0.13.1 to 0.13.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.13.1...v0.13.3)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: futures-util
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: prost-build
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-11 05:37:44 +00:00 |
|
weisd
|
2ec64ce5a4
|
Merge pull request #76 from rustfs/feat/ec_config
add env RUSTFS_ERASURE_SET_DRIVE_COUNT
|
2024-10-10 13:07:19 +08:00 |
|
weisd
|
f88a8cf8fb
|
Merge branch 'main' into feat/ec_config
|
2024-10-10 13:06:39 +08:00 |
|
weisd
|
3c72a90f02
|
Merge pull request #75 from rustfs/feat/versioning
Feat/versioning
|
2024-10-10 09:46:10 +08:00 |
|
weisd
|
22463c9eb1
|
get/put BucketVersionin done
|
2024-10-10 09:40:30 +08:00 |
|
weisd
|
1bbd5168c9
|
add versioning_sys
|
2024-10-09 20:45:34 +08:00 |
|
weisd
|
000866556e
|
init BucketVersionin api
|
2024-10-09 17:38:56 +08:00 |
|
weisd
|
c9423038da
|
add bucket sys marshal func
|
2024-10-09 15:06:50 +08:00 |
|
weisd
|
1b61aa135e
|
Merge branch 'main' into bucketmeta
|
2024-10-09 14:36:22 +08:00 |
|
mirschao
|
7cc8a5a405
|
Update e2e.yml
|
2024-10-08 23:17:11 +08:00 |
|
mirschao
|
4c22dd2c82
|
Update run.sh
|
2024-10-08 23:11:20 +08:00 |
|
mirschao
|
f62d81314c
|
Update run.sh
|
2024-10-08 23:10:12 +08:00 |
|
mirschao
|
b95d0238e2
|
Update e2e.yml
|
2024-10-08 23:03:58 +08:00 |
|
mirschao
|
9aaab22f1a
|
Update e2e.yml
|
2024-10-08 22:47:32 +08:00 |
|
mirschao
|
540878d2a9
|
Update e2e.yml
|
2024-10-08 22:41:35 +08:00 |
|
mirschao
|
ae2a901725
|
Update e2e.yml
fix not listen 9000 port
|
2024-10-08 22:22:09 +08:00 |
|
loverustfs
|
47afe69cf0
|
Update e2e.yml
|
2024-10-08 16:10:11 +08:00 |
|
loverustfs
|
38db5a1d49
|
Update e2e.yml
|
2024-10-08 15:47:07 +08:00 |
|
loverustfs
|
4871cc3243
|
Merge pull request #73 from rustfs/asm
use asm && simd features improve performance
|
2024-10-08 14:18:14 +08:00 |
|
junxiang Mu
|
9cf7dc128e
|
use asm features
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2024-10-08 14:11:28 +08:00 |
|
weisd
|
46f7c010ca
|
add env RUSTFS_ERASURE_SET_DRIVE_COUNT
|
2024-10-05 12:33:39 +08:00 |
|
weisd
|
10c63effd4
|
Fix: #38
Squashed commit of the following:
commit ff72105e1ec81b5679401b021fb44e8135444de8
Author: weisd <weishidavip@163.com>
Date: Sat Oct 5 09:55:09 2024 +0800
base bucketmetadata_sys done
commit 69d0c7725ae1065d25755c71aa54e42c4f3cdb50
Author: weisd <weishidavip@163.com>
Date: Sat Oct 5 01:41:19 2024 +0800
update bucket tagging op use bucketmetadata_sys
commit 39902c73d6f7a817041245af84a23d14115c70dc
Author: weisd <weishidavip@163.com>
Date: Fri Oct 4 23:32:07 2024 +0800
test bucketmetadata_sys
commit 15f1dfc765dc383ab26d71aca7c64dd0917b83f3
Author: weisd <weishidavip@163.com>
Date: Fri Oct 4 23:21:58 2024 +0800
init bucketmetadata_sys
commit 8c3c5e0f7385fa881b1dc4811d92afe8b86e9a6f
Author: weisd <weishidavip@163.com>
Date: Tue Oct 1 23:06:09 2024 +0800
init bucketmetadata_sys
commit e2746d154aa68be9dcf8add0241b38c72ef89b9c
Author: weisd <weishidavip@163.com>
Date: Tue Oct 1 04:35:25 2024 +0800
stash
|
2024-10-05 10:04:59 +08:00 |
|
weisd
|
cc7b27325e
|
base bucketmetadata_sys done
|
2024-10-05 09:55:09 +08:00 |
|
weisd
|
3a608e5554
|
Merge branch 'main' of github.com:rustfs/s3-rustfs
|
2024-10-05 09:52:25 +08:00 |
|
weisd
|
1092b2696a
|
update bucket tagging op use bucketmetadata_sys
|
2024-10-05 01:41:19 +08:00 |
|
weisd
|
c29199515c
|
test bucketmetadata_sys
|
2024-10-04 23:32:07 +08:00 |
|
weisd
|
2f046b00f7
|
init bucketmetadata_sys
|
2024-10-04 23:21:58 +08:00 |
|
loverustfs
|
973cfff6e2
|
Merge pull request #68 from rustfs/nugine/ci-upgrade
ci: upgrade actions
|
2024-10-03 09:11:06 +08:00 |
|
loverustfs
|
9931245b94
|
Merge pull request #67 from rustfs/dependabot/cargo/dependencies-79d5d07e08
Bump the dependencies group with 18 updates
|
2024-10-03 09:10:52 +08:00 |
|
weisd
|
25bfd1bbc4
|
init bucketmetadata_sys
|
2024-10-01 23:06:09 +08:00 |
|
Nugine
|
63191be183
|
ci: upgrade actions
|
2024-10-01 13:33:08 +08:00 |
|