rwadurian/backend/services/reporting-service
Developer afdaa888ec refactor: 将所有服务的健康检查从 wget 改为 curl
curl 相比 wget 的优势:
- 更轻量 (二进制文件更小)
- 更常用 (标准 HTTP 工具)
- 语法更简洁 (curl -f vs wget -q --spider)
- 退出码更可靠 (-f 参数在 HTTP 错误时返回非 0)

修改的服务:
- identity-service
- wallet-service
- mpc-service
- reward-service
- leaderboard-service
- reporting-service

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 09:19:35 -08:00
..
docs feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
prisma feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
src feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
test feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.dockerignore feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.env.example feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.gitignore feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
DEVELOPMENT_GUIDE.md . 2025-12-01 03:54:55 -08:00
Dockerfile refactor: 将所有服务的健康检查从 wget 改为 curl 2025-12-02 09:19:35 -08:00
Dockerfile.test feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
Makefile feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.test.yml feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
nest-cli.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
package-lock.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
package.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
tsconfig.build.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
tsconfig.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00