Skip to content

fix: main 핫픽스 develop 동기화#2247

Merged
dh2906 merged 10 commits into
developfrom
sync/main-hotfix-to-develop
May 14, 2026
Merged

fix: main 핫픽스 develop 동기화#2247
dh2906 merged 10 commits into
developfrom
sync/main-hotfix-to-develop

Conversation

@dh2906
Copy link
Copy Markdown
Contributor

@dh2906 dh2906 commented May 14, 2026

🔍 개요

  • main에 먼저 반영된 상점 혜택 삭제 처리 핫픽스를 develop에 동기화합니다.

🚀 주요 변경 내용

  • origin/develop 기준 브랜치에서 origin/main을 merge해 main-only 핫픽스 커밋을 develop PR로 반영했습니다.
  • 상점 삭제 시 혜택 매핑 정리와 삭제된 상점 혜택 조회 제외 변경이 develop에도 포함되도록 했습니다.

💬 참고 사항

  • 보호 브랜치인 main을 직접 업데이트하지 않도록 별도 동기화 브랜치에서 PR을 생성했습니다.
  • ./gradlew test --tests 'in.koreatech.koin.acceptance.domain.BenefitApiTest' 통과했습니다.\n\n---\n\n### ✅ Checklist (완료 조건)\n- [x] 코드 스타일 가이드 준수\n- [x] 테스트 코드 포함됨\n- [ ] Reviewers / Assignees / Labels 지정 완료\n- [x] 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

Soundbar91 and others added 10 commits April 14, 2026 23:18
hotfix: Land 업데이트 메소드 수정 (main)
* feat: 콜벤 알림 FCM 메시지 전송 기능

* feat: 콜벤 제제 내역 조회 기능

* feat: 테스트 수정
- 상점 soft delete 시 남아 있는 혜택 매핑을 함께 삭제한다
- 삭제된 상점의 혜택 매핑이 조회 오류로 이어지지 않도록 데이터 정합성을 맞춘다
- 상점 삭제 API 회귀 테스트에 혜택 매핑 삭제 검증을 추가한다
- 기존 매핑 데이터가 남아 있어도 삭제된 상점은 혜택 상점 조회에서 제외한다
- 상점 목록의 혜택 상세 조회도 삭제되지 않은 상점 매핑만 반영하도록 맞춘다
- 삭제된 상점 매핑이 남아 있는 회귀 케이스를 추가해 조회 오류를 방지한다
- 상점 soft delete 시 혜택 매핑을 삭제하지 않도록 되돌린다
- 기존 매핑 데이터는 조회 단계의 삭제 상점 필터링으로 방어한다
- 상점 삭제 API 테스트는 soft delete 상태만 검증하도록 복원한다
- 혜택 매핑 삭제 처리 제거 과정에서 남은 import 순서와 공백 변경을 되돌린다
- 최종 변경 범위를 삭제된 상점 혜택 조회 필터링으로 한정한다
fix: 삭제된 상점 혜택 조회 제외 (main)
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Warning

Rate limit exceeded

@dh2906 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 42 minutes and 8 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84182d22-ffb5-4419-9b26-faec79a8474c

📥 Commits

Reviewing files that changed from the base of the PR and between ff6fb80 and 3b1b9a5.

📒 Files selected for processing (3)
  • src/main/java/in/koreatech/koin/domain/benefit/repository/BenefitCategoryMapRepository.java
  • src/main/java/in/koreatech/koin/domain/benefit/service/ShopBenefitService.java
  • src/test/java/in/koreatech/koin/acceptance/domain/BenefitApiTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sync/main-hotfix-to-develop

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

Unit Test Results

672 tests   669 ✔️  1m 35s ⏱️
166 suites      3 💤
166 files        0

Results for commit 3b1b9a5.

Copy link
Copy Markdown

@hgjwilly-koreatech hgjwilly-koreatech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!

@dh2906 dh2906 merged commit 915ffe1 into develop May 14, 2026
8 checks passed
@dh2906 dh2906 deleted the sync/main-hotfix-to-develop branch May 14, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants