mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
- Add IdempotencyRecord entity with status tracking (PROCESSING/COMPLETED/FAILED) - Implement IdempotencyInterceptor for request deduplication via X-Request-Id header - Add scheduled cleanup tasks for expired and stale idempotency records - Create admin API endpoints for user management (list/update role/update status) - Create admin API endpoints for audit log viewing with filtering - Add comprehensive unit tests for all components - Configure test Redis mocks to support idempotency layer |
||
|---|---|---|
| .. | ||
| .mvn/wrapper | ||
| skillhub-app | ||
| skillhub-auth | ||
| skillhub-domain | ||
| skillhub-infra | ||
| skillhub-search | ||
| skillhub-storage | ||
| .dockerignore | ||
| Dockerfile | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||