fix: keep generated app DI validation enabled - #1665
Conversation
|
Warning Review limit reached
Next review available in: 47 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthrough생성 앱 템플릿에서 Changes생성 앱 DI 검증
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant GeneratedApp
participant createCrocoApp
participant DIContainer
participant BootstrapLogger
participant HealthEndpoint
GeneratedApp->>createCrocoApp: 앱 생성 요청
createCrocoApp->>DIContainer: logger와 EntitlementManager 등록
DIContainer->>BootstrapLogger: DI bootstrap 경고 출력
createCrocoApp->>HealthEndpoint: health 요청
HealthEndpoint-->>GeneratedApp: health 응답
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📊 Benchmark Results✅ All benchmarks passed
Updated: 2026-08-01T16:15:47.672Z · Commit: 2e1ec16 |
94516c3 to
370ccdb
Compare
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/create-croco-app/templates/ai-saas/apps/api-server/src/app.ts.hbs`:
- Around line 2-8: Separate the mixed framework-context imports in
packages/create-croco-app/templates/ai-saas/apps/api-server/src/app.ts.hbs lines
2-8 and packages/create-croco-app/templates/saas/apps/api-server/src/app.ts
lines 2-3: keep Container and LOGGER_TOKEN in the value import, and add a
separate type-only import for Constructor and ILogger. Preserve the ordering of
external, internal `@croco/`*, and relative imports.
In
`@packages/create-croco-app/templates/saas/apps/api-server/src/tests/SaasDemo.spec.ts`:
- Around line 2-11: Update the imports in SaasDemo.spec.ts to place external
packages typedi and vitest before internal `@croco/`* imports, and separate the
type-only PendingMeteringDelivery import from the runtime metering-core imports.
Preserve the existing imported symbols and group ordering.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: d96ce887-91c9-4d61-9b5f-7571d0335c54
📒 Files selected for processing (11)
.changeset/enable-generated-app-di-validation.mdpackages/create-croco-app/src/tests/templates-build.spec.tspackages/create-croco-app/templates/addons/web-meta-vite-fullstack/api-worker/src/index.tspackages/create-croco-app/templates/admin-console/apps/api-server/src/app.ts.hbspackages/create-croco-app/templates/ai-saas/README.md.hbspackages/create-croco-app/templates/ai-saas/apps/api-server/src/app.ts.hbspackages/create-croco-app/templates/saas/README.md.hbspackages/create-croco-app/templates/saas/apps/api-server/src/app.tspackages/create-croco-app/templates/saas/apps/api-server/src/tests/SaasDemo.spec.tspackages/create-croco-app/templates/spa-be-split/apps/api-server/src/app.tspackages/create-croco-app/templates/spa-be-split/apps/api-server/src/tests/app.spec.ts
💤 Files with no reviewable changes (1)
- packages/create-croco-app/templates/addons/web-meta-vite-fullstack/api-worker/src/index.ts
370ccdb to
6c84641
Compare
|
@coderabbitai resolve |
✅ Action performedComments resolved and changes approved. |
6c84641 to
a656fb1
Compare
a656fb1 to
7bf4fe3
Compare
Fixes #1641.
Outcome
Verification
Review gates
Residual risk
Summary by CodeRabbit
개선 사항
문서
버그 수정