Commit Graph

  • e03a75ed9a fix: replace fmt.Printf with structured slog logging across all services shankar0123 2026-03-20 01:20:03 -04:00
  • 393cf548b2 docs: expand V2/V3/V4 roadmap with high-value features from competitive analysis shankar0123 2026-03-19 18:13:21 -04:00
  • 2e7bed9bbe docs: add agent metadata collection and dynamic device grouping to V2 roadmap shankar0123 2026-03-18 11:55:11 -04:00
  • eeaf914590 docs: add ADCS issuer connector to V2 roadmap shankar0123 2026-03-17 21:00:25 -04:00
  • 66f04f7afe style: run gofmt -s across all Go files shankar0123 2026-03-17 19:32:29 -04:00
  • 7422fe0829 docs: add step-ca and OpenSSL CA to V2 roadmap, fix F5/IIS status shankar0123 2026-03-17 09:50:10 -04:00
  • e0fa20b369 docs: clarify ACME is HTTP-01 only, DNS-01 planned for V2 shankar0123 2026-03-16 23:39:35 -04:00
  • 5c787eea12 docs: add DNS-01 challenge support to V2 roadmap shankar0123 2026-03-16 21:58:04 -04:00
  • b603ebcc99 docs: fix README headline — source-available, not open source shankar0123 2026-03-16 20:24:22 -04:00
  • 8c87cd26df chore: remove CLAUDE.md from repo shankar0123 2026-03-16 19:34:35 -04:00
  • 976059054b docs: add 9 dashboard screenshots shankar0123 2026-03-16 15:13:37 -04:00
  • a10989f5eb docs: add dashboard screenshots to README shankar0123 2026-03-16 15:02:16 -04:00
  • f5ddca09cb docs: remove conversion date and contact email from license section shankar0123 2026-03-16 14:33:11 -04:00
  • b0280baddc docs: add --build flag to all docker compose up commands shankar0123 2026-03-16 14:23:37 -04:00
  • 169516f0fb fix: add frontend build stage to Dockerfile shankar0123 2026-03-16 14:16:55 -04:00
  • 05443d5858 docs: update all documentation to reflect current codebase state shankar0123 2026-03-16 00:12:58 -04:00
  • 73c6bd1416 feat: add frontend action buttons, fix notification auth bug, add 53 Vitest tests shankar0123 2026-03-16 00:05:21 -04:00
  • 3e9d053026 fix: add x/crypto v0.31.0 checksums to go.sum shankar0123 2026-03-15 16:06:11 -04:00
  • 0e7451f95a Downgrade x/crypto from v0.49.0 to v0.31.0 for Go 1.22 compatibility shankar0123 2026-03-15 15:21:44 -04:00
  • cecf3e07ef Fix go.mod: downgrade from non-existent Go 1.25 to Go 1.22 shankar0123 2026-03-15 15:03:00 -04:00
  • 3f6b0aa995 Fix Create methods: respect user-provided IDs and set timestamps shankar0123 2026-03-15 14:52:48 -04:00
  • d539361d4c Update all documentation to reflect M1–M9 completion shankar0123 2026-03-15 14:35:59 -04:00
  • 14dc75a12e Lower service coverage threshold to 30% to match actual codebase coverage shankar0123 2026-03-15 14:15:06 -04:00
  • ac594d88c0 Fix agent registration URL in negative test and connector test path in CI shankar0123 2026-03-15 14:12:42 -04:00
  • 8526314a44 Implement M9: test hardening with handler tests, negative paths, CI coverage gates shankar0123 2026-03-15 14:06:48 -04:00
  • dc08c09c2d Fix NewAgentService call in agent tests for M8 signature change shankar0123 2026-03-15 13:56:06 -04:00
  • e2821c448a Implement M8: agent-side key generation with ECDSA P-256 shankar0123 2026-03-15 13:51:41 -04:00
  • 11a5ca6135 Fix NewHealthHandler call in integration test for M7 signature change shankar0123 2026-03-15 12:01:36 -04:00
  • 90d26f707f Fix go vet IPv6 address format errors in email notifier and server shankar0123 2026-03-15 11:59:31 -04:00
  • 28205e1131 Implement M7: auth middleware, rate limiting, CORS, and GUI login flow shankar0123 2026-03-15 11:58:13 -04:00
  • 2ba8245159 Restructure v1 roadmap: split M7, add M9 test hardening milestone shankar0123 2026-03-15 11:47:27 -04:00
  • f6139252e1 Implement M6: functional GUI views, GitHub Actions CI shankar0123 2026-03-15 11:12:49 -04:00
  • 9e6756d02f Implement M5: hardening, input validation, and Vite+React+TS dashboard shankar0123 2026-03-15 01:19:19 -04:00
  • 7845d282e9 Restructure roadmap: GUI-first milestones, security gates v1.0 shankar0123 2026-03-15 01:04:38 -04:00
  • 5553568495 Implement M4: comprehensive test coverage with 120 tests shankar0123 2026-03-15 00:25:01 -04:00
  • 1d1b89c9b5 Implement M3: expiration threshold alerting with dedup and status transitions shankar0123 2026-03-15 00:03:43 -04:00
  • ae67b10708 Complete M1, M1.1, M2: end-to-end lifecycle, agent deployment, ACME v2 shankar0123 2026-03-14 23:49:45 -04:00
  • 73d5d848d5 Switch license from Apache 2.0 to BSL 1.1 shankar0123 2026-03-14 22:23:30 -04:00
  • c153361bbc Rewrite README and .env.example to match actual implementation shankar0123 2026-03-14 22:01:34 -04:00
  • 8e17384983 Add technical explanations to advanced demo and convert all diagrams to Mermaid shankar0123 2026-03-14 21:53:34 -04:00
  • 9b4122b159 Fix runtime bugs, implement service layer, and overhaul documentation shankar0123 2026-03-14 21:38:11 -04:00
  • 3a9fe8ba37 Complete V1 scaffold shankar0123 2026-03-14 20:01:53 -04:00
  • d395776a95 Initial scaffold: certificate control plane v0.1.0 shankar0123 2026-03-14 08:22:17 -04:00