Skip to content

Conversation

@rlajm1203
Copy link
Contributor

📌 관련 이슈

✒️ 작업 내용

  • 행사 생성 이벤트를 발행하여, Calendar 를 생성하도록 구현하였습니다.
  • 행사 생성 완료 트랜잭션이 커밋이 된 후에, Calendar가 생성될 수 있도록, @TransactionalEventListener 를 사용하였습니다.

스크린샷 🏞️ (선택)

💬 REVIEWER에게 요구사항 💬

@rlajm1203 rlajm1203 self-assigned this Sep 21, 2025
@rlajm1203 rlajm1203 added the feature 기능 개발 label Sep 21, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 21, 2025

Warning

Rate limit exceeded

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

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 9a1d2c9 and efcacac.

📒 Files selected for processing (6)
  • eeos/src/main/java/com/blackcompany/eeos/calendar/application/dto/CalendarResponse.java (1 hunks)
  • eeos/src/main/java/com/blackcompany/eeos/calendar/application/exception/DeniedCalendarTypeException.java (1 hunks)
  • eeos/src/main/java/com/blackcompany/eeos/calendar/persistence/CalendarEntity.java (1 hunks)
  • eeos/src/main/java/com/blackcompany/eeos/program/application/event/CreatedProgramEvent.java (1 hunks)
  • eeos/src/main/java/com/blackcompany/eeos/program/application/event/CreatedProgramEventListener.java (1 hunks)
  • eeos/src/main/java/com/blackcompany/eeos/program/application/service/ProgramService.java (2 hunks)
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor/BM/#282/calendar

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

Test Results

101 tests  ±0   98 ✅ ±0   5s ⏱️ ±0s
 40 suites ±0    3 💤 ±0 
 40 files   ±0    0 ❌ ±0 

Results for commit efcacac. ± Comparison against base commit 9a1d2c9.

@rlajm1203 rlajm1203 merged commit 13c86d6 into develop Sep 21, 2025
3 checks passed
@rlajm1203 rlajm1203 deleted the refactor/BM/#282/calendar branch September 21, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants