Knacky
53755a31d6
feat(backend): c2 callbacks + execute endpoints (sprint 8 M2)
- Add C2Error exception to adapter ABC
- Add promote_to_in_progress() helper to simulation_workflow (pending→in_progress)
- Flesh out MythicAdapter: list_callbacks() (GraphQL query) + create_task() (mutation)
- Expand FakeAdapter to 3 deterministic callbacks; switch task store to per-instance
- Add GET /api/engagements/<id>/c2/callbacks — lists active callbacks via adapter
- Add POST /api/simulations/<id>/c2/execute — issues tasks, stores C2Task rows,
auto-transitions pending→in_progress, blocks on done (409)
- Both endpoints: SOC=403, 503 no-key, 502 adapter error, sanitized error messages
- Add requests-mock==1.12.1 to requirements.txt
- 42 new tests (342 total, 300 M1 baseline preserved green)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 19:38:07 +02:00
..
2026-05-26 09:37:53 +02:00
2026-05-26 09:37:53 +02:00
2026-05-26 09:37:53 +02:00
2026-05-26 09:37:53 +02:00
2026-06-10 19:38:07 +02:00
2026-06-10 19:20:52 +02:00
2026-06-10 19:38:07 +02:00
2026-06-10 19:38:07 +02:00
2026-06-10 19:38:07 +02:00
2026-06-10 19:38:07 +02:00
2026-05-26 09:37:53 +02:00
2026-06-10 19:20:52 +02:00
2026-05-27 20:39:37 +02:00
2026-05-26 09:37:53 +02:00
2026-06-08 19:15:49 +02:00
2026-06-09 18:13:46 +02:00
2026-06-10 19:20:52 +02:00
2026-05-27 21:30:48 +02:00
2026-05-28 07:04:25 +02:00
2026-05-26 10:59:14 +02:00
2026-05-27 19:52:02 +02:00
2026-05-28 07:04:25 +02:00
2026-05-27 19:52:02 +02:00
2026-05-27 19:52:02 +02:00
2026-05-27 20:39:37 +02:00
2026-05-27 19:52:02 +02:00
2026-05-26 09:37:53 +02:00