|
Some checks failed
Veza CI / Notify on failure (push) Blocked by required conditions
Security Scan / Secret Scanning (gitleaks) (push) Waiting to run
Stream Server CI / test (push) Waiting to run
Veza CI / Frontend (Web) (push) Has been cancelled
Veza CI / Backend (Go) (push) Has been cancelled
Veza CI / Rust (Stream Server) (push) Has been cancelled
Rust CI / test-and-lint (push) Has been cancelled
Two fixes surfaced by run #55: 1. veza-stream-server (47 files): cargo fmt had been run locally but never committed — the working tree was clean locally while HEAD had unformatted code. CI's `cargo fmt -- --check` caught the drift. This commit lands the formatting that was already staged. 2. ci.yml Install Go tools: `go install .../cmd/golangci-lint@latest` resolves to v1.64.8 (the old /cmd/ module path). The repo's .golangci.yml is v2-format, so v1 refuses with: "you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2" Switch to the /v2/cmd/ path so @latest actually gets v2.x. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| .github/workflows | ||
| audio | ||
| benches | ||
| dashboards | ||
| docs | ||
| k8s/production | ||
| migrations | ||
| proto | ||
| scripts | ||
| src | ||
| tools | ||
| .clippy.toml | ||
| .env.example | ||
| .gitignore | ||
| AUDIT_EXHAUSTIF_STREAM_SERVER.md | ||
| AUDIT_STREAM_SERVER_RUST.md | ||
| build.rs | ||
| Cargo.toml | ||
| check_errors.txt | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.production | ||
| env.example | ||
| install.sh | ||
| Makefile | ||
| package.json | ||
| RAPPORT_LAB.md | ||
| sync_errors.txt | ||
| sync_test_error.txt | ||
| test_output.txt | ||