zenfun
73147fc55a
feat(api): add model delete, pagination, and cors config
2025-12-21 23:03:12 +08:00
zenfun
816ea93339
feat(arch): add log partitioning and provider delete sync
2025-12-21 20:45:16 +08:00
zenfun
a61eff27e7
feat(admin/master): provider+master CRUD, token mgmt, logs APIs
2025-12-18 16:21:46 +08:00
zenfun
d1d1b1c42a
refactor(deps): use foundation shared utilities
2025-12-14 23:52:46 +08:00
zenfun
71c183a480
test(service): add golden file validation and master key tests
...
- Update TESTING.md to reflect current testing status and future plans
- Add golden file comparison for provider snapshot validation in sync_test.go
- Introduce master_test.go for testing Master/Key functionality
- Add testdata directory for contract testing snapshots
2025-12-14 23:37:16 +08:00
zenfun
d0011f3eb2
test: add comprehensive unit tests for provider, middleware, and sync service
...
- Add TESTING.md documentation explaining unit test conventions and integration testing setup
- Add miniredis and sqlite dependencies to go.mod for in-memory testing
- Add provider_handler_test.go ensuring Vertex providers default google_location to "global"
- Add request_id_test.go verifying request ID generation and header preservation
- Add sync_test.go validating Redis snapshot writes and routing key generation
- Update README.md with testing section referencing new documentation
2025-12-14 00:35:35 +08:00