nomadcode/services/core/internal/http
toki 2b35251b6d fix(G06): restore HTTP payload contract validation in webhook receiver
- Add validateBranchUpdatedPayload() to check body type and changed_files
- Extend gitoWebhookPayload struct with Type and ChangedFiles fields
- Add tests for wrong body type and malformed changed_files rejection
- All tests pass: ./internal/http, ./internal/config, ./cmd/server, ./...
2026-06-19 11:37:00 +09:00
..
testdata feat: plane webhook intake & protosocket consumer wire readiness 2026-06-14 20:37:48 +09:00
gito_webhook.go fix(G06): restore HTTP payload contract validation in webhook receiver 2026-06-19 11:37:00 +09:00
gito_webhook_test.go fix(G06): restore HTTP payload contract validation in webhook receiver 2026-06-19 11:37:00 +09:00
handlers.go feat: milestone work item creation sync 구현 및 agent-task 구조 추가 2026-06-15 21:02:09 +09:00
handlers_test.go feat: milestone work item creation sync 구현 및 agent-task 구조 추가 2026-06-15 21:02:09 +09:00
middleware.go feat: update project rules, roadmap, and core service changes 2026-05-30 19:32:48 +09:00
middleware_test.go feat: project sync checkout implementation and task archive migration 2026-06-07 03:29:53 +09:00
plane_webhook.go feat: agent-ops MCP control plane phase updates and core service refinements 2026-06-16 11:01:17 +09:00
plane_webhook_test.go feat: agent-ops MCP control plane phase updates and core service refinements 2026-06-16 11:01:17 +09:00
router.go feat: plane webhook intake & protosocket consumer wire readiness 2026-06-14 20:37:48 +09:00