nomadcode/services/core/internal/http
toki 5d2acc1afb fix(G06): remove duplicate trim/validate in webhook receiver
- Move strings.TrimSpace into validateBranchUpdatedPayload to avoid
  duplicate validation in ReceiveGitoWebhook
- Update CODE_REVIEW to reflect the improvement
2026-06-19 11:51:10 +09:00
..
testdata feat: plane webhook intake & protosocket consumer wire readiness 2026-06-14 20:37:48 +09:00
gito_webhook.go fix(G06): remove duplicate trim/validate in webhook receiver 2026-06-19 11:51:10 +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