mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
583a23bdf2
* fix(ecstore): replace panic-driven pool and set stubs * test(runtime): tolerate restricted local bind checks * fix(ecstore): remove remaining trait stub placeholders * fix(ecstore): tighten trait stub follow-up semantics * chore: ignore local worktrees * chore: update layer dependency baseline for resolve_* context entries Add 7 accepted infra->app dependency entries introduced by recent refactoring PRs (#3770, #3771, #3772) that route global state lookups through app::context::resolve_* functions. Co-Authored-By: heihutu <heihutu@gmail.com> --------- Co-authored-by: heihutu <heihutu@gmail.com>
69 lines
905 B
Plaintext
69 lines
905 B
Plaintext
/target
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.direnv/
|
|
.claude/
|
|
.tmp/
|
|
/test
|
|
/logs
|
|
/data
|
|
/docs
|
|
/rustfs-data/
|
|
.devcontainer
|
|
rustfs/static/*
|
|
!rustfs/static/.gitkeep
|
|
vendor
|
|
cli/rustfs-gui/embedded-rustfs/rustfs
|
|
*.log
|
|
deploy/certs/*
|
|
deploy/data/*
|
|
*jsonl
|
|
.env
|
|
.rustfs.sys
|
|
.cargo/
|
|
!fuzz/.cargo/
|
|
!fuzz/.cargo/config.toml
|
|
!.cargo/config.toml
|
|
profile.json
|
|
.docker/openobserve-otel/data
|
|
*.zst
|
|
.secrets
|
|
*.go
|
|
*.pb
|
|
*.svg
|
|
deploy/logs/*.log.*
|
|
artifacts/
|
|
# s3-tests local artifacts (root directory only)
|
|
/s3-tests/
|
|
/s3-tests-local/
|
|
/s3tests.conf
|
|
/s3tests.conf.*
|
|
*.events
|
|
*.audit
|
|
*.snappy
|
|
PR_DESCRIPTION.md
|
|
scripts/s3-tests/selected_tests.txt
|
|
docs
|
|
__pycache__/
|
|
!docs/
|
|
docs/*
|
|
!docs/architecture/
|
|
!docs/architecture/**
|
|
docs/heal-scanner-logging-governance.md
|
|
|
|
# nix stuff
|
|
result*
|
|
*.gz
|
|
rustfs-webdav.code-workspace
|
|
|
|
.aiexclude
|
|
*.bak
|
|
# Local test/benchmark artifacts
|
|
benchmarks.logs
|
|
tmp/
|
|
crates/*/docs
|
|
fuzz/target
|
|
outputs
|
|
worktrees/* |