houseme
|
c4248078d6
|
chore: update dependencies (#2890)
* chore: update dependencies
* build(deps): bump the dependencies group with 5 updates
* build(deps): bump the dependencies group with 6 updates (#2908)
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
* fix(ecstore): narrow Windows URL drive path rewrite
* chore(deps): bump starshard to 1.2.0
* revert(ecstore): restore endpoint Windows path behavior
* up
* up
* up
* perf(notify): use cached snapshot mode for scans
* fix
* chore(deps): bump workspace dependency versions
* chore(deps): refresh pinned dependency references
* chore(ci): align profiling and decommission tooling updates
- enable tokio_unstable cfg in performance profiling build flags\n- bump Rust base image from 1.93 to 1.95 in source and decommission Dockerfiles\n- remove obsolete compose version key from docker-compose-simple.yml\n- add standard Apache-2.0 license header to docker-compose.decommission.yml
* chore(deps): bump the dependencies group across 1 directory with 7 updates (#2994)
Bumps the dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.39.1` | `0.39.2` |
| [dial9-tokio-telemetry](https://github.com/dial9-rs/dial9-tokio-telemetry) | `0.3.9` | `0.3.10` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.1` | `0.32.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry-stdout](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
Updates `sysinfo` from 0.39.1 to 0.39.2
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.1...v0.39.2)
Updates `dial9-tokio-telemetry` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/dial9-rs/dial9-tokio-telemetry/releases)
- [Changelog](https://github.com/dial9-rs/dial9/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dial9-rs/dial9-tokio-telemetry/compare/dial9-tokio-telemetry-v0.3.9...dial9-tokio-telemetry-v0.3.10)
Updates `opentelemetry` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-prometheus-0.31.0...opentelemetry-0.32.0)
Updates `opentelemetry-otlp` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-otlp-0.31.1...opentelemetry-otlp-0.32.0)
Updates `opentelemetry_sdk` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.31.0...opentelemetry_sdk-0.32.0)
Updates `opentelemetry-semantic-conventions` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.31.0...opentelemetry-semantic-conventions-0.32.0)
Updates `opentelemetry-stdout` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.31.0...opentelemetry-stdout-0.32.0)
---
updated-dependencies:
- dependency-name: sysinfo
dependency-version: 0.39.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: dial9-tokio-telemetry
dependency-version: 0.3.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: opentelemetry
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: opentelemetry-otlp
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: opentelemetry_sdk
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: opentelemetry-semantic-conventions
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: opentelemetry-stdout
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
* chore(deps): bump workspace dependency versions
* chore(deps): refresh lockfile windows crate graph
* chore(bench): align snapshot mode labels with coverage
* chore(bench): clarify tested snapshot modes
* fix(review): address PR2890 Copilot comments
---------
Signed-off-by: houseme <housemecn@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-19 04:58:42 +00:00 |
|
安正超
|
be37fd285e
|
ci(nix): avoid requesting review from PR author (#2987)
|
2026-05-17 11:13:45 +08:00 |
|
安正超
|
6898e720dd
|
fix(security): harden proxy auth and default credentials (#2981)
* fix(security): harden proxy auth and default credentials
* fix(security): address proxy and credential feedback
|
2026-05-16 04:01:50 +00:00 |
|
安正超
|
c0c92cb048
|
ci(build): honor console asset download fallback (#2980)
|
2026-05-16 10:06:23 +08:00 |
|
安正超
|
092c6bc135
|
ci(build): pin macOS x86 release runner (#2971)
|
2026-05-15 11:56:13 +08:00 |
|
houseme
|
cd2cd74314
|
ci: force Node24 in Nix workflows with pinned actions (#2966)
|
2026-05-14 11:13:42 +00:00 |
|
安正超
|
4728abcff1
|
fix(security): document unsafe and TLS overrides (#2835)
|
2026-05-06 15:09:02 +00:00 |
|
安正超
|
0d7e0a814f
|
test(ci): cover Helm Recreate strategy rendering (#2752)
|
2026-04-30 12:14:38 +00:00 |
|
安正超
|
403997f2f8
|
test(ci): cover Helm chart version mapping (#2751)
|
2026-04-30 06:11:14 +00:00 |
|
安正超
|
132e72ef39
|
fix(ci): keep Helm chart versions valid for non-beta releases (#2749)
|
2026-04-30 01:51:12 +00:00 |
|
majinghe
|
e331a26262
|
feat: helm chart version update (#2738)
|
2026-04-29 11:14:35 +00:00 |
|
majinghe
|
946755aa89
|
feat: helm publish manual trigger support (#2732)
|
2026-04-29 06:01:22 +00:00 |
|
majinghe
|
7041e628b7
|
fix: docker image build and helm chart publish error caused by versio… (#2731)
|
2026-04-29 03:23:47 +00:00 |
|
安正超
|
6506ae8c7b
|
fix(ci): report CLA check for GitHub Merge Queue (#2551)
|
2026-04-15 17:20:16 +08:00 |
|
安正超
|
8223cda5ff
|
fix(ci): enable merge_group trigger for GitHub Merge Queue (#2549)
|
2026-04-15 16:27:53 +08:00 |
|
houseme
|
d62114f8d5
|
refactor(nix): modify git author info (#2437)
|
2026-04-08 22:09:20 +08:00 |
|
安正超
|
d4ea14c2ba
|
ci: normalize tagged release package filenames (#2425)
|
2026-04-08 07:25:50 +08:00 |
|
安正超
|
1977d19c29
|
ci: force Node.js 24 for JS setup actions (#2424)
|
2026-04-07 23:49:43 +08:00 |
|
安正超
|
a9be9af094
|
ci: bump cla-bot to v0.0.9 (#2389)
|
2026-04-04 08:35:57 +08:00 |
|
安正超
|
1fe036cb70
|
ci: update CLA workflow for corrected comments (#2384)
|
2026-04-03 20:49:09 +08:00 |
|
安正超
|
c44309c16a
|
ci: bump cla-bot to v0.0.6 (#2377)
|
2026-04-03 11:21:14 +08:00 |
|
安正超
|
c3361e38d6
|
ci: bump cla-bot to v0.0.5 (#2375)
|
2026-04-03 10:55:40 +08:00 |
|
安正超
|
c513275741
|
Update CLA Bot token usage in workflow
Signed-off-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-02 22:07:40 +08:00 |
|
安正超
|
9d3191e55b
|
Modify CLA workflow permissions and cleanup (#2369)
Signed-off-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-02 22:02:35 +08:00 |
|
安正超
|
6fba01fb65
|
ci: use GitHub App tokens for CLA bot (#2368)
|
2026-04-02 20:42:48 +08:00 |
|
安正超
|
a8af7c9617
|
ci: integrate CLA bot checks (#2367)
|
2026-04-02 20:21:02 +08:00 |
|
houseme
|
0c42916fa9
|
ci(build): enable tokio_unstable flag in Build RustFS job (#2289)
|
2026-03-25 17:03:21 +08:00 |
|
安正超
|
f095f56e20
|
fix(ci): revert docker alpha latest tag (#2209)
|
2026-03-18 21:05:52 +08:00 |
|
安正超
|
c1d5106acc
|
feat(ci): allow selecting build platforms in build workflow (#2171)
|
2026-03-15 22:01:44 +08:00 |
|
heihutu
|
0a2411f59c
|
chore(deps): update flake.lock (#2169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-03-15 16:10:12 +08:00 |
|
houseme
|
1ede71b881
|
chore: update nix-flake-update.yml to use FLAKE_UPDATE_TOKEN for user… (#2168)
|
2026-03-15 14:49:38 +08:00 |
|
houseme
|
593a58c161
|
refactor(obs): optimize logging with custom RollingAppender and improved cleanup (#2151)
Signed-off-by: houseme <housemecn@gmail.com>
Signed-off-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-03-13 13:20:27 +08:00 |
|
安正超
|
b2e8078971
|
fix(policy): avoid unicode panic in variable resolver (#2115)
|
2026-03-11 21:56:32 +08:00 |
|
majinghe
|
296efea42f
|
change ghcr username and password name due to github restrict (#2108)
|
2026-03-09 21:44:35 +08:00 |
|
majinghe
|
73d29e95dd
|
feat:add docker image support for quay.io and ghcr.io (#2107)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-03-09 16:22:28 +08:00 |
|
安正超
|
c6209ba59d
|
ci: optimize workflow runtime and remove redundant pipeline work (#2065)
|
2026-03-03 20:56:37 +08:00 |
|
houseme
|
bf957e3523
|
remove rustflags target cpu (#2052)
|
2026-03-02 23:59:34 +08:00 |
|
安正超
|
a3c76618f3
|
refactor(ci): add layered dependency guard baseline (#1977)
|
2026-02-26 21:55:45 +08:00 |
|
loverustfs
|
da63b5e562
|
Fix/x86 64 compat drop target cpu native (#1895)
|
2026-02-21 10:24:14 +08:00 |
|
heihutu
|
f4028a4641
|
chore(deps): update flake.lock (#1835)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-02-15 16:58:01 +08:00 |
|
houseme
|
4895c180e1
|
ci(Flake): optimize nix-flake-update workflow (#1827)
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
|
2026-02-15 09:21:43 +08:00 |
|
houseme
|
1554e7e76a
|
ci: optimize and translate nix workflow (#1821)
|
2026-02-15 00:37:57 +08:00 |
|
安正超
|
2fc36bb52e
|
fix: restore s3 compatibility regressions and CI coverage (#1793)
|
2026-02-13 12:26:52 +08:00 |
|
majinghe
|
f03034b99e
|
feat: add glibc based docker image support (#1705)
Signed-off-by: majinghe <42570491+majinghe@users.noreply.github.com>
|
2026-02-03 21:27:20 +08:00 |
|
heihutu
|
76fa86fdc5
|
feat(server): optimize http transport and socket configuration for S3… (#1537)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-17 02:53:24 +08:00 |
|
mkrueger92
|
9e162b6e9e
|
Default to helm chart version for docker image and not latest (#1385)
Signed-off-by: mkrueger92 <7305571+mkrueger92@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-08 21:16:00 +08:00 |
|
loverustfs
|
4d0045ff18
|
Add workflow to mark stale issues automatically
Add workflow to mark stale issues automatically
Signed-off-by: loverustfs <hello@rustfs.com>
|
2026-01-03 11:42:12 +08:00 |
|
houseme
|
134e7e237c
|
chore: upgrade GitHub Actions artifact actions (#1339)
|
2026-01-02 12:29:59 +08:00 |
|
0xdx2
|
b19e8070a2
|
fix(tagging): fix e2e test_object_tagging failure (#1327)
|
2026-01-01 17:38:37 +08:00 |
|
Copilot
|
3d6681c9e5
|
chore: remove e2e-mint workflow (#1274)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
|
2025-12-26 21:55:04 +08:00 |
|