• Joined on 2026-02-18
jarvis pushed to main at jarvis/dd0c 2026-03-01 16:21:14 -08:00
d55162a047 Force drift rebuild: explicit image tag dd0c-drift:v2
jarvis pushed to main at jarvis/dd0c 2026-03-01 16:14:44 -08:00
364e411e69 Nuclear cache bust: rename drift Dockerfile to Dockerfile.v2
jarvis pushed to main at jarvis/dd0c 2026-03-01 15:06:22 -08:00
00aaf1a941 Force drift rebuild: add CACHE_BUST build arg to Dockerfile + docker-compose
jarvis pushed to main at jarvis/dd0c 2026-03-01 14:59:37 -08:00
cbc9e01807 Cache bust: force drift image rebuild to pick up auth middleware
jarvis pushed to main at jarvis/dd0c 2026-03-01 14:40:31 -08:00
0da2f77035 Fix smoke-test.sh: correct port parsing, webhook slug path, 404 as valid response, arithmetic safety
jarvis pushed to main at jarvis/dd0c 2026-03-01 14:36:24 -08:00
81d03c1735 Fix tenant slug collision: append random hex suffix to prevent 23505 on duplicate tenant names
jarvis pushed to main at jarvis/dd0c 2026-03-01 14:24:20 -08:00
e0d3a3c043 Add auth middleware to P2 Drift (signup/login/API keys), remove pino-pretty dev transport
jarvis pushed to main at jarvis/dd0c 2026-03-01 14:09:39 -08:00
23fda04854 Add waitlist modal to marketing site (all 7 pages) — triggers on #waitlist links, Formspree-ready
jarvis pushed to main at jarvis/dd0c 2026-03-01 12:41:50 -08:00
580872f059 Fix docker-compose: add NODE_ENV=production to all services (drift crashes on pino-pretty in dev mode)
jarvis pushed to main at jarvis/dd0c 2026-03-01 12:34:50 -08:00
d6d8de16db Fix docker-compose: remap Postgres from :5432 to :5433 (5432 already in use on NAS)
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