[FIX] 분석 재요청 차단 + AI 멘토 질문 제한 로직 제거 - #185
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthrough분석 생성 시 기존 분석 상태를 확인하지 않도록 변경했습니다. 멘토 세션의 질문 수 제한을 제거했습니다. 두 변경에 맞춰 관련 테스트의 스텁, 검증, 제한 초과 테스트를 삭제했습니다. Changes분석 및 멘토 제한 정책 변경
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem
🚥 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 |
p1001q
requested review from
kimyw1018,
on1yoneprivate,
ownue and
rkdehdrbs7885-oss
August 10, 2026 10:38
ownue
approved these changes
Aug 10, 2026
ownue
left a comment
Contributor
There was a problem hiding this comment.
필요한 부분만 최소한으로 잘 수정하셨네요!! 수고하셨습니다 🫰🫰😍😁😁
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📍 개요
⛓️💥 관련 이슈
🛠️ 작업 내용
AnalysisService.createAnalysis에서 기존 분석 존재 여부로 새 요청을 막던 검증 로직 제거 (playing:analysis는 1:N이라 재분석 가능해야 함)MentorChatSession.startGenerating의questionCount >= 3제한 체크 제거 (시연 목적 임시 조치)AnalysisServiceTest,MentorQuestionServiceTest) 정리🔥 리뷰 요청 사항
existsByPlayingIdAndStatusIn,ANALYSIS_ALREADY_IN_PROGRESS,MENTOR_QUESTION_LIMIT_EXCEEDED등 이제 호출부가 없어진 코드는 일부러 남겨뒀습니다(후속 정리 예정) — 이대로 머지해도 괜찮을지 확인 부탁드려요.✅ 체크리스트
📎 참고 사항
./gradlew compileJava compileTestJava통과, 전체 테스트 437/437 통과 확인Summary by CodeRabbit