Commit Graph

884 Commits

Author SHA1 Message Date
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
houseme
0c7748658c Merge main branches 2025-04-02 15:57:11 +08:00
houseme
8d4c3dfa0e add example certs readme.md 2025-04-02 08:37:06 +08:00
houseme
2d750bc030 Merge pull request #287 from rustfs/feature/tls
Add TLS support and replace log crate with tracing crate
2025-04-02 01:21:37 +08:00
houseme
2a90b3bb70 improve code 2025-04-02 01:18:44 +08:00
houseme
f47a417319 Update rustfs/src/utils.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-02 01:12:54 +08:00
houseme
b365aab902 Update rustfs/src/utils.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-02 01:12:43 +08:00
houseme
15efeb572f improve crate and remove log crate 2025-04-02 00:51:59 +08:00
houseme
d017409f5b add rustfs tls 2025-04-02 00:48:08 +08:00
houseme
de0e9bee20 Log records uniformly use tracing 2025-04-01 23:27:48 +08:00
houseme
28edca1b63 add rustls 2025-04-01 23:09:47 +08:00
houseme
1994302574 improve tls for console 2025-04-01 22:06:47 +08:00
junxiangMu
9b3561fb15 Merge pull request #284 from rustfs/feature/s3select
support func
2025-04-01 11:55:14 +08:00
junxiang Mu
9bdc96de8c support func
Signed-off-by: junxiang Mu <1948535941@qq.com>
2025-04-01 03:52:55 +00:00
houseme
f2692b78dd TryInto cover 2025-03-31 18:32:22 +08:00