• Joined on 2026-02-18
jarvis pushed to main at jarvis/dd0c 2026-03-01 11:31:46 -08:00
362c94af33 Fix Node Dockerfiles: npm ci --include=dev so tsc is available in builder stage
jarvis pushed to main at jarvis/dd0c 2026-03-01 11:15:50 -08:00
aec0d62787 docker-compose: put Rust services behind 'rust' profile so Node services start independently
jarvis pushed to main at jarvis/dd0c 2026-03-01 11:07:55 -08:00
6c97ce0547 Fix docker-compose: remap P5 cost from :3005 to :3007 (3005 is Gitea)
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:53:30 -08:00
a8a8c53917 cargo fmt: format all Rust source files
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:44:42 -08:00
00db59ff83 Fix Dockerfile: bump Rust 1.79 -> 1.85 (edition2024 support)
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:34:15 -08:00
435b5b1a3b Fix Dockerfile: copy benches/ dir so Cargo.toml bench entry resolves
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:28:41 -08:00
0a3173c6a9 Fix P1 Rust: all clippy warnings resolved, all tests passing
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:15:32 -08:00
4b6292e0c3 Fix P1 Rust: remove all unused imports, variables, and fields across api/worker bins
jarvis pushed to main at jarvis/dd0c 2026-03-01 09:04:04 -08:00
6e044809d4 Fix P1 Rust: repair mangled auth lines, fix _jwt_secret constructor
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:56:27 -08:00
d5a10d9266 Fix P1 Rust clippy: unused variable _auth_ctx, _jwt_secret, derive Default for RouterBrain
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:55:54 -08:00
1af409ad7e Trigger P2 CI to pick up the Go sudo fix
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:47:27 -08:00
c1faed7c73 Fix P1 Rust: remove unused imports (clippy -D warnings)
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:45:05 -08:00
7db364716c CI: install Go to HOME dir instead of /usr/local (no sudo needed)
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:16:26 -08:00
45a0237163 Fix P1 Rust: revert proxy/handler.rs to crate:: (it's part of the library)
jarvis pushed to main at jarvis/dd0c 2026-03-01 08:08:33 -08:00
b5e5d22c32 Fix P1 Rust: use dd0c_route:: instead of crate:: in binary imports, add hex crate
jarvis pushed to main at jarvis/dd0c 2026-02-28 23:07:04 -08:00
5346e88331 CI: fix Go agent test by ensuring go mod tidy runs correctly
jarvis pushed to main at jarvis/dd0c 2026-02-28 23:03:54 -08:00
1bafad5a86 CI: add go mod tidy to Go agent workflow to fix missing go.sum
jarvis pushed to main at jarvis/dd0c 2026-02-28 23:01:47 -08:00
d7f771e712 Remove accidental cmd/main.go (real entry is cmd/drift/main.go)
jarvis pushed to main at jarvis/dd0c 2026-02-28 22:59:06 -08:00
bd665ea643 Trigger CI for P1 Rust and P2 Go agent
jarvis pushed to main at jarvis/dd0c 2026-02-28 22:58:39 -08:00
84d7252f99 CI: add Rust/Go auto-install steps for P1 and P2 agent workflows