Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI 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.
✨ 무엇을 변경했나요?
NotionSchema.ts에NotionListEnvelopeSchema(배열 형태 확인 스키마) 추가NotionUtils.ts에parseNotionListSafe(한 행씩 성공/실패 검사) 및peekName(실패 행 이름 추출) 추가NotionManager.ts에getNotionList를fetchRawList로 수정 (노션 데이터 가져오기만, 검증 x)NotionManager.ts에Promise.all을Promise.allSettled로 수정 (한 명 데이터 터져도, 나머지 유지)reportDataFailures.ts추가 (데이터 검증 실패 슬랙 알림)🔗 관련 이슈
노션 API 응답 → 96개 한 번에 검증(z.array) → catch { return [] } → 화면에 아무것도 안 나타남

노션 API 응답 → 배열 형식 검증 → 한 행씩 검증(safeParse) → 통과/실패 분리 → 실패 슬랙 알림 → 통과한 행은 모두 표시

📷 스크린샷 (필요한 경우)
📋 체크리스트
💬 하고 싶은 말
Webhook URL 결정되면 연동해두겠습니다!