[BUG] 애플 캘린더 반복 공휴일(RRULE) 누락 버그 해결 및 전체 연도 동기화 적용 - #286
Merged
Conversation
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 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.
🔗 이슈 번호
#️⃣ 기능 설명
RRULE미전개)를 해결하고, 과거에 삭제(Soft Delete)된 공휴일이 스케줄러에 의해 무한 증식되는 버그를 원천 차단했습니다.📌 작업 내용
HolidaySyncService:ical4j의calculateRecurrenceSet을 활용해 1970~2100년 범위의RRULE반복 일정을 모두 단일 날짜로 전개하여 파싱HolidaySyncService: 연도별로 쪼개진 공휴일이 DB 제약조건에 걸리지 않도록 고유 식별자 발급 로직 추가 (UID + 연도)EventsRepository:existsHolidayByExternalEventId메서드에 Native Query를 적용하여, Hibernate의@SQLRestriction(deleted_at IS NULL)을 우회하고 Soft Delete된 데이터까지 완벽하게 중복 검증하도록 수정✅ 체크리스트
📸 스크린샷 (선택)