houseme
6a4fffaae7
improve systemd relation config
2025-04-10 18:57:48 +08:00
houseme
f5a97b63b9
chore(ci): optimize build workflow and update protoc version
...
- Update protoc version from 27.0 to 30.2 for better compatibility
- Improve build workflow parameters handling
2025-04-10 11:49:44 +08:00
houseme
6d31834799
fix
2025-04-10 00:43:55 +08:00
houseme
10b787b852
improve code for signal
2025-04-10 00:38:17 +08:00
houseme
dc61d07206
improve code
2025-04-09 23:45:53 +08:00
houseme
fdd7b14825
create get default log path func
2025-04-09 21:52:30 +08:00
houseme
f4d8033138
Merge pull request #308 from rustfs/feature/Systemd.service
...
refactor(service): optimize systemd dependencies and notifications for Linux platform
2025-04-09 19:16:00 +08:00
houseme
f48d8fc65e
Update rustfs/src/main.rs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-09 19:15:49 +08:00
houseme
f73bc6a82b
add rsutfs.service and run.md
2025-04-09 19:11:56 +08:00
houseme
952f04149f
add notify systemd
2025-04-09 19:11:31 +08:00
houseme
c872901269
improve Cargo.toml and modify README.md conosel web static url
2025-04-09 18:36:17 +08:00
weisd
3201ad9315
delete files when move to trash
2025-04-09 17:21:21 +08:00
weisd
befea90c25
Merge pull request #306 from rustfs/fix/305
...
fix : #305
2025-04-09 15:57:55 +08:00
weisd
d3ce2e04fa
fix : #305
2025-04-09 15:55:30 +08:00
houseme
a07ca8ae81
improve code for obs
2025-04-09 15:12:31 +08:00
junxiangMu
dd5d84cc42
Merge pull request #304 from rustfs/update-tonic
...
fix upgrade axum bug
2025-04-09 14:21:12 +08:00
junxiang Mu
c900faba81
fix upgrade axum bug
...
Signed-off-by: junxiang Mu <1948535941@qq.com >
2025-04-09 06:19:36 +00:00
junxiangMu
d44d8bedc1
Merge pull request #303 from rustfs/update-tonic
...
Update tonic
2025-04-09 11:28:22 +08:00
junxiang Mu
99a5866680
degrade rand && object_store
...
Signed-off-by: junxiang Mu <1948535941@qq.com >
2025-04-09 03:27:03 +00:00
junxiang Mu
ebf1a9d9c4
update tonic axum
...
Signed-off-by: junxiang Mu <1948535941@qq.com >
2025-04-09 02:41:06 +00:00
loverustfs
5fd9b17b53
Merge pull request #299 from rustfs/dependabot/cargo/dependencies-ea473149c2
...
Bump the dependencies group across 1 directory with 3 updates
2025-04-09 10:33:04 +08:00
loverustfs
80ce54cc1d
Merge pull request #302 from rustfs/dev_damon_ps1
...
feat: add FileAccessDeniedWithContext error type for better file access error handling
2025-04-09 10:27:31 +08:00
Damonxue
71d6d9ec48
feat: add FileAccessDeniedWithContext error type for better file access error handling
2025-04-09 10:25:41 +08:00
DamonXue
fce968f893
Merge pull request #300 from rustfs/dev_damon_ps1
...
fix: download rustfs-console-latest.zip first than build.
2025-04-09 09:31:27 +08:00
Damonxue
b2f5e28b95
fix: remove duplicate download check for rustfs-console-latest.zip
2025-04-09 09:25:46 +08:00
loverustfs
2f5c386628
Merge pull request #296 from rustfs/dev_damon_ps1
...
fix: fix run error in windows os.
2025-04-09 08:42:14 +08:00
DamonXue
b128cc9db4
Update ecstore/src/disk/local.rs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-09 08:13:45 +08:00
dependabot[bot]
f6b734ca69
Bump the dependencies group across 1 directory with 3 updates
...
Bumps the dependencies group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand ), [tokio](https://github.com/tokio-rs/tokio ) and [object_store](https://github.com/apache/arrow-rs ).
Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0 )
Updates `tokio` from 1.44.1 to 1.44.2
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2 )
Updates `object_store` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/apache/arrow-rs/releases )
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md )
- [Commits](https://github.com/apache/arrow-rs/compare/object_store_0.11.2...object_store_0.12.0 )
---
updated-dependencies:
- dependency-name: rand
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: object_store
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 15:33:56 +00:00
houseme
9964457d09
upgrade opentelemetry version from 0.29 to 0.29.1
2025-04-08 23:26:02 +08:00
weisd
2ae7661810
fix sts download
2025-04-08 22:52:13 +08:00
weisd
5188d00a09
merge license
2025-04-08 22:32:24 +08:00
weisd
d29bfcca9a
cache license
2025-04-08 22:32:24 +08:00
weisd
885944802a
license api
2025-04-08 22:32:21 +08:00
weisd
3dbdd38889
rm log
2025-04-08 22:31:44 +08:00
weisd
69e27bfece
fix sts download
2025-04-08 22:31:44 +08:00
DamonXue
00a83c56d5
Update ecstore/src/disk/local.rs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-08 17:42:02 +08:00
Damonxue
0ed8a8dd19
feat: update file access error handling and improve script downloads
...
fix: correct file size retrieval in bitrot verification
chore: remove deprecated run.bat and add run.ps1 script
2025-04-08 17:32:12 +08:00
houseme
99b473e229
install target x86_64-unknown-linux-musl
2025-04-07 17:57:45 +08:00
houseme
96625b42ff
improve code for build
2025-04-07 17:47:43 +08:00
houseme
212ec9ca69
improve
2025-04-07 17:24:13 +08:00
houseme
8de029bd7a
update
2025-04-07 17:13:19 +08:00
houseme
aa6e4e416b
Merge pull request #294 from rustfs/feature/action-x
...
Change build target to `x86_64-unknown-linux-musl` and update system …
2025-04-07 17:07:49 +08:00
houseme
5204cb67d8
Change build target to x86_64-unknown-linux-musl and update system dependencies
...
- Change build target from `x86_64-unknown-linux-gnu` to `x86_64-unknown-linux-musl`
- Default install `x86_64-unknown-linux-musl` toolchain in setup action
- Add `musl-tools` and `build-essential` to system dependencies
2025-04-07 16:55:14 +08:00
houseme
4136dd5393
improve code for dockerfile
2025-04-03 01:59:28 +08:00
houseme
5de28e6e7e
fix typo
2025-04-02 23:56:12 +08:00
houseme
56dd13981c
Create a docker-compose-obs.yaml file related to observability
2025-04-02 22:27:49 +08:00
houseme
3a0ea8992f
improve code for observability
2025-04-02 18:23:20 +08:00
houseme
0b552b1697
run.sh add RUSTFS_OBS_CONFIG = "./config/obs.example.toml"
2025-04-02 17:18:03 +08:00
houseme
b2194758dc
Merge branch 'feature/observability'
...
* feature/observability: (27 commits)
modify default value
TryInto cover
upgrade reqwest version from 0.12.12 to 0.12.15
improve code for FileSink
improve code for config and FileSink
webhook add auth_token
upgrade docker images
feat(obs): enhance OpenTelemetry configuration and logging
merge main
feat: add metrics_handler
add prometheus
upgrade opentelemetry create from 0.28.0 to 0.29.0
update .gitignore
replace log to tracing
improve code for observability
improve code for main
feat(observability): add obs_config option and document stdout export
improve logger entry for Observability
improve log struct
improve code
...
2025-04-02 16:19:38 +08:00
houseme
c57ee8e471
modify default value
2025-04-02 16:08:51 +08:00