Skip to content

fix: 삭제된 상점 혜택 조회 제외 (develop)#2246

Closed
dh2906 wants to merge 9 commits into
developfrom
main
Closed

fix: 삭제된 상점 혜택 조회 제외 (develop)#2246
dh2906 wants to merge 9 commits into
developfrom
main

Conversation

@dh2906
Copy link
Copy Markdown
Contributor

@dh2906 dh2906 commented May 14, 2026

🔍 개요

  • main 브랜치와 develop 브랜치의 커밋 해시가 불일치하여 둘의 상태를 동기화 하는 PR 입니다.

  • 겸사겸사 핫픽스 내역도 develop에 반영합니다.


🚀 주요 변경 내용


💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

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

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

* feat: 테스트 수정
- 상점 soft delete 시 남아 있는 혜택 매핑을 함께 삭제한다
- 삭제된 상점의 혜택 매핑이 조회 오류로 이어지지 않도록 데이터 정합성을 맞춘다
- 상점 삭제 API 회귀 테스트에 혜택 매핑 삭제 검증을 추가한다
- 기존 매핑 데이터가 남아 있어도 삭제된 상점은 혜택 상점 조회에서 제외한다
- 상점 목록의 혜택 상세 조회도 삭제되지 않은 상점 매핑만 반영하도록 맞춘다
- 삭제된 상점 매핑이 남아 있는 회귀 케이스를 추가해 조회 오류를 방지한다
- 상점 soft delete 시 혜택 매핑을 삭제하지 않도록 되돌린다
- 기존 매핑 데이터는 조회 단계의 삭제 상점 필터링으로 방어한다
- 상점 삭제 API 테스트는 soft delete 상태만 검증하도록 복원한다
- 혜택 매핑 삭제 처리 제거 과정에서 남은 import 순서와 공백 변경을 되돌린다
- 최종 변경 범위를 삭제된 상점 혜택 조회 필터링으로 한정한다
fix: 삭제된 상점 혜택 조회 제외 (main)
@dh2906 dh2906 self-assigned this May 14, 2026
@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 56 minutes and 35 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: c25d9f79-52bf-4af9-9e12-a4ed6abf03d0

📥 Commits

Reviewing files that changed from the base of the PR and between ff6fb80 and 779cc83.

📒 Files selected for processing (24)
  • src/main/java/in/koreatech/koin/common/model/MobileAppPath.java
  • src/main/java/in/koreatech/koin/domain/benefit/repository/BenefitCategoryMapRepository.java
  • src/main/java/in/koreatech/koin/domain/benefit/service/ShopBenefitService.java
  • src/main/java/in/koreatech/koin/domain/callvan/controller/CallvanApi.java
  • src/main/java/in/koreatech/koin/domain/callvan/controller/CallvanController.java
  • src/main/java/in/koreatech/koin/domain/callvan/dto/CallvanRestrictionResponse.java
  • src/main/java/in/koreatech/koin/domain/callvan/event/CallvanPushNotificationEvent.java
  • src/main/java/in/koreatech/koin/domain/callvan/model/CallvanPushNotification.java
  • src/main/java/in/koreatech/koin/domain/callvan/model/CallvanPushNotificationFactory.java
  • src/main/java/in/koreatech/koin/domain/callvan/repository/CallvanNotificationRepository.java
  • src/main/java/in/koreatech/koin/domain/callvan/repository/CallvanReportProcessRepository.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanNotificationScheduler.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanNotificationService.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanPushNotificationEventListener.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanPushNotificationService.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanRestrictionQueryService.java
  • src/main/java/in/koreatech/koin/domain/callvan/service/CallvanRestrictionService.java
  • src/main/java/in/koreatech/koin/domain/coopshop/dto/CoopShopResponse.java
  • src/main/java/in/koreatech/koin/domain/coopshop/dto/CoopShopsResponse.java
  • src/main/java/in/koreatech/koin/domain/coopshop/model/CoopName.java
  • src/main/java/in/koreatech/koin/domain/notification/model/NotificationSubscribeType.java
  • src/main/resources/db/migration/V234__add_coopshop_icon.sql
  • src/test/java/in/koreatech/koin/acceptance/domain/BenefitApiTest.java
  • src/test/java/in/koreatech/koin/acceptance/domain/NotificationApiTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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 github-actions Bot requested review from DHkimgit and Soundbar91 May 14, 2026 06:20
@dh2906 dh2906 changed the title main -> develop chore: 개발, 운영 브랜치 동기화 May 14, 2026
@dh2906 dh2906 changed the title chore: 개발, 운영 브랜치 동기화 fix: 삭제된 상점 혜택 조회 제외 (develop) May 14, 2026
@github-actions
Copy link
Copy Markdown

Unit Test Results

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

Results for commit 779cc83.

@dh2906
Copy link
Copy Markdown
Contributor Author

dh2906 commented May 14, 2026

새 동기화 PR #2247에서 보호 브랜치 main을 head로 쓰지 않는 방식으로 동일 목적을 처리하므로 이 PR은 닫습니다.

@dh2906 dh2906 closed this May 14, 2026
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.

3 participants