Conversation
* test: 키워드 공지 이벤트 발행 테스트 추가 * test: 키워드 사용자 매칭 테스트 추가 * test: 키워드 알림 처리 테스트 추가 * test: 키워드 테스트 픽스처 분리 * test: 키워드 알림 테스트 import 정리 * test: 키워드 서비스 테스트 import 정리 * test: 키워드 픽스처 컨벤션 정리
* feat: 게시글 AI 요약 저장 구조 추가 * feat: 게시글 AI 요약 생성 규칙 추가 * feat: Upstage 게시글 요약 API 연동 추가
* feat: 게시글 AI 요약 저장 구조 추가 * feat: 게시글 AI 요약 생성 규칙 추가 * feat: Upstage 게시글 요약 API 연동 추가 * feat: 게시글 첨부 문서 분석 기능 추가
* feat: 게시글 AI 요약 저장 구조 추가 * feat: 게시글 AI 요약 생성 규칙 추가 * feat: Upstage 게시글 요약 API 연동 추가 * feat: 게시글 첨부 문서 분석 기능 추가 * feat: 게시글 AI 요약 큐 처리 기능 추가 * feat: 게시글 상세 조회에 AI 요약 적용 * fix: 게시글 본문 URL 조회 도메인 제한
* feat: 게시글 AI 요약 상태 조회 API 추가 * feat: 게시글 AI 요약 실패 로그 조회 추가
- 삭제된 게시판에 달린 게시글까지 요약 후보로 뽑혀 배치 전체가 실패했다 - Board 엔티티는 삭제된 게시판을 조회에서 감추기 때문에 게시글을 읽는 순간 예외가 났다 - 후보가 매번 같은 순서로 뽑혀 요약 큐 등록이 계속 막혀 있었다 - 후보 조회 쿼리에 게시판 조인을 추가해 삭제된 게시판의 게시글을 제외한다
* feat: 게시글 AI 요약에 Solar Open 2 적용 * fix: 게시글 AI 요약 입력 범위 확대 * fix: 게시글 AI 요약 모델을 Solar Pro 4로 변경 * fix: 기존 게시글 요약 표시 유지 * Revert "fix: 기존 게시글 요약 표시 유지" This reverts commit d9078b4. * fix: 모델 전환 중 기존 게시글 요약 유지 * test: 게시글 AI 요약 중복 테스트 정리 * fix: 게시글 AI 요약 토큰 대기 방식 개선 * revert: 게시글 AI 요약 입력 범위 확대 제외 * revert: 게시글 AI 요약 토큰 제한 처리 제외
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
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.
🔍 개요
develop에서 검증한 변경 사항을main에 반영합니다.🚀 주요 변경 내용
💬 참고 사항
UPSTAGE_API_KEY와ARTICLE_AI_SUMMARY_ENABLED=true설정이 필요합니다.solar-pro4,v11로 변경해야 합니다.develop배포와 헬스 체크가 완료됐습니다.✅ Checklist (완료 조건)