rwadurian/backend/services/reporting-service
Developer db8350b2f5 fix(identity-service): 更换 npm 镜像为华为云解决超时问题
- npmmirror CDN 超时 (EIDLETIMEOUT)
- 改用 mirrors.huaweicloud.com/repository/npm/
- 添加 disturl 配置加速 node 二进制下载

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 18:45:18 -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.development fix(identity-service): 更换 npm 镜像为华为云解决超时问题 2025-12-03 18:45:18 -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