feat(google): Google Calendar OAuth 연동 기능 구현 - #3
Merged
Conversation
Google OAuth 2.0 기반 캘린더 연동 (목록 조회, 일정 읽기/쓰기) 구현. 토큰 자동 갱신, 쿠키 기반 세션 관리, Zod 입력 검증 포함. 실제 Google Calendar 서버 통합 테스트 완료. 단위 테스트 30개 통과. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
package.json과 package-lock.json 불일치로 CI npm ci 실패 수정 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 |
체이닝된 메서드의 eslint-disable 주석 위치 문제 해결 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GeistVF.woff/GeistMonoVF.woff 파일 누락으로 빌드 실패 수정. Inter/JetBrains Mono Google Font으로 대체. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
macOS에서 생성 시 누락된 Linux optional dependencies 포함하여 재생성 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Next.js 빌드 시 @vitejs/plugin-react 타입 에러 방지 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
환경변수 미설정 CI 환경에서 정적 프리렌더링 시 에러 방지 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)