feat(icloud): iCloud CalDAV 캘린더 연동 기능 구현 - #2
Merged
Conversation
iCloud 캘린더 연동을 위한 CalDAV 클라이언트, API 라우트, ICS 파서/빌더, 암호화 유틸 및 DB 마이그레이션 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
crypto, ICS 빌더/파서, CalDAV 클라이언트/생성/쿼리 모듈의 단위 테스트 69개 추가. ICS 파서의 TZID 타임존 변환 시 오프셋 이중 적용 버그 수정. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
- 누락된 로컬 폰트를 Google Fonts(Inter, JetBrains Mono)로 대체 - tsconfig.json 추가 (@/* 경로 alias, vitest.config.ts exclude) - API 라우트에 force-dynamic 추가하여 프리렌더링 방지 - package-lock.json 재생성 (Linux 네이티브 바인딩 포함) - cn() 유틸리티 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@/shared/lib/supabase/server → @/lib/supabase/server 경로 수정. 빌드 통과를 위해 createClient 스켈레톤 export 추가. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
🚀 작업 내용 (What)
📣 핵심 변경 이유 (Why)
📸 스크린샷 (Visuals, 선택)
API 라우트 기반으로 UI 변경 없음
🔗 관련 이슈 (Issue)