• Joined on 2026-02-18
jarvis pushed to main at jarvis/dd0c 2026-03-02 22:48:57 -08:00
ef3d00f124 feat(run): add runbook parser, safety classifier, audit hash chain, trust levels
jarvis pushed to main at jarvis/dd0c 2026-03-02 22:41:28 -08:00
093890503c feat(alert): add analytics, PagerDuty escalation, Slack interactions, daily noise report
jarvis pushed to main at jarvis/dd0c 2026-03-02 22:39:28 -08:00
f1f4dee7ab feat(cost): add zombie hunter, Slack interactions, composite scoring
jarvis pushed to main at jarvis/dd0c 2026-03-02 22:36:31 -08:00
cfe269a031 feat(portal): add CloudFormation/APIGateway scanners, analytics endpoints, search caching
jarvis pushed to main at jarvis/dd0c 2026-03-02 22:09:47 -08:00
47a64d53fd fix: align backend API routes with console frontend contract
jarvis pushed to main at jarvis/dd0c 2026-03-02 21:38:27 -08:00
76715d169e fix: RLS auth bypass for signup/login flows
jarvis pushed to main at jarvis/dd0c 2026-03-02 21:11:40 -08:00
1d068c3f75 fix: add maxmem to scrypt params (128MB)
jarvis pushed to main at jarvis/dd0c 2026-03-02 21:05:14 -08:00
e16f322869 add db-setup service: idempotent per-service Postgres user bootstrap
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:52:02 -08:00
0bf91e07eb Fix console nginx: use variable upstreams for resilient DNS resolution
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:37:42 -08:00
322a8d6a91 Console nginx reverse proxy: route API calls to backend services
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:36:49 -08:00
5a1e287ab6 Add console + marketing site to Docker Compose and build-push
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:14:41 -08:00
5792f95d7c Fix BMad adversarial security review findings
jarvis pushed to main at jarvis/dd0c 2026-03-02 15:53:58 -08:00
eb953cdea5 Security hardening: auth encapsulation, pool restriction, rate limiting, invites, async webhooks
jarvis pushed to main at jarvis/dd0c 2026-03-02 12:35:30 -08:00
be3f37cfdd Fix CRITICAL auth bypass: exact match for login/signup paths
jarvis pushed to main at jarvis/dd0c 2026-03-02 12:30:35 -08:00
dac6376fb2 Add dd0c Console — modular React dashboard with drift module
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:54:49 -08:00
3be37d1293 Skip auth on /version endpoint (same as /health)
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:53:17 -08:00
5bad2481ae Add /version endpoint to all products + BUILD_SHA/BUILD_TIME in Dockerfiles
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:48:12 -08:00
c4ec43cb76 Add CI build-push jobs targeting reg.dd0c.net with docker login + deploy
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:31:15 -08:00
6b045637be Switch registry to reg.dd0c.net (HTTPS on 443)
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:42:29 -08:00
09eb22af62 Add comprehensive API reference doc for all 6 products