Commit graph

3 commits

Author SHA1 Message Date
316a1f180f feat(provider): webhook adapter로 Forgejo push 이벤트를 매핑한다
Forgejo Webhook push 이벤트를 branch.updated 후생성자로 연결한다.
WebhookAdapter에 VerifyWebhook, NormalizeWebhook 인터페이스 구현.
컨트롤 플레임 라우터에서 webhook 경로를 adapter와 연동.
2026-06-20 06:21:34 +09:00
f3bbb4e579 feat: webhook adapter wiring - router/runtime/provider refactor
- Move old task files to archive
- Update router.go with new adapter wiring
- Update runtime.go with provider integration
- Refactor provider.go with new abstraction
- Update provider tests
2026-06-19 19:45:53 +09:00
8e2a33f9be feat: provider-adapter-foundation milestone updates and storage refactoring
- Update provider-adapter-foundation roadmap milestone
- Refactor storage layer (postgres, storage interfaces)
- Add provider package with tests
- Update runtime tests for control plane
- Add migration for provider store
- Archive completed task artifacts
2026-06-19 16:22:02 +09:00