Skip to content

chore: develop 변경사항 main 릴리즈 배포#75

Merged
deli-minju merged 10 commits into
mainfrom
develop
May 26, 2026
Merged

chore: develop 변경사항 main 릴리즈 배포#75
deli-minju merged 10 commits into
mainfrom
develop

Conversation

@deli-minju
Copy link
Copy Markdown
Contributor

📌 작업 요약

🌿 브랜치 정보

  • Source: develop (기본)
  • Target: main (릴리즈)

✅ 체크리스트

  • 브랜치 컨벤션 준수 (feat/refac/hotfix/chore/design/bugfix)
  • 커밋 컨벤션 준수 (feat/fix/refactor/docs/style/chore)
  • self-review 완료
  • 테스트 및 로컬 실행 확인 완료

🧪 테스트 결과

  • GitHub Actions deploy-ec2 실행 확인 (workflow_dispatch, ref: main)

    • 결과:
    • 스크린샷: ssm-send-step
  • 원격 배포 순서/재기동 확인

    • 결과:
    • 스크린샷: ssm-order
  • 배포 후 컨테이너 상태 확인

    • 결과:
    • 스크린샷: compose-ps

@deli-minju deli-minju self-assigned this May 26, 2026
@deli-minju deli-minju added the chore 빌드, 설정, 의존성, 운영성 작업 label May 26, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Warning

Review limit reached

@deli-minju, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 28 minutes and 24 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 024738c7-aa8f-4607-af31-dd44d152a81c

📥 Commits

Reviewing files that changed from the base of the PR and between b926d78 and 7f81258.

📒 Files selected for processing (41)
  • .env.example
  • .github/workflows/docker-be.yml
  • deploy/.env.example
  • deploy/docker-compose.yml
  • docs/env.md
  • docs/error-code.md
  • src/main/java/com/gachi/be/domain/notification/api/controller/NotificationController.java
  • src/main/java/com/gachi/be/domain/notification/dto/request/NotificationReadRequest.java
  • src/main/java/com/gachi/be/domain/notification/dto/request/PushTokenDeleteRequest.java
  • src/main/java/com/gachi/be/domain/notification/dto/request/PushTokenRegisterRequest.java
  • src/main/java/com/gachi/be/domain/notification/dto/response/NotificationListResponse.java
  • src/main/java/com/gachi/be/domain/notification/dto/response/NotificationReadResponse.java
  • src/main/java/com/gachi/be/domain/notification/dto/response/NotificationResponse.java
  • src/main/java/com/gachi/be/domain/notification/dto/response/NotificationUnreadCountResponse.java
  • src/main/java/com/gachi/be/domain/notification/dto/response/PushTokenResponse.java
  • src/main/java/com/gachi/be/domain/notification/entity/Notification.java
  • src/main/java/com/gachi/be/domain/notification/entity/NotificationDeliveryLog.java
  • src/main/java/com/gachi/be/domain/notification/entity/PushDeviceToken.java
  • src/main/java/com/gachi/be/domain/notification/entity/enums/NotificationDeliveryStatus.java
  • src/main/java/com/gachi/be/domain/notification/entity/enums/NotificationType.java
  • src/main/java/com/gachi/be/domain/notification/entity/enums/PushPlatform.java
  • src/main/java/com/gachi/be/domain/notification/repository/NotificationDeliveryLogRepository.java
  • src/main/java/com/gachi/be/domain/notification/repository/NotificationRepository.java
  • src/main/java/com/gachi/be/domain/notification/repository/PushDeviceTokenRepository.java
  • src/main/java/com/gachi/be/domain/notification/service/ExpoPushNotificationClient.java
  • src/main/java/com/gachi/be/domain/notification/service/NotificationCreateCommand.java
  • src/main/java/com/gachi/be/domain/notification/service/NotificationCreatedEvent.java
  • src/main/java/com/gachi/be/domain/notification/service/NotificationDeliveryResultCommand.java
  • src/main/java/com/gachi/be/domain/notification/service/NotificationPushDispatcher.java
  • src/main/java/com/gachi/be/domain/notification/service/NotificationService.java
  • src/main/java/com/gachi/be/domain/notification/service/PushNotificationClient.java
  • src/main/java/com/gachi/be/domain/notification/service/PushSendResult.java
  • src/main/java/com/gachi/be/global/code/ErrorCode.java
  • src/main/java/com/gachi/be/global/code/SuccessCode.java
  • src/main/java/com/gachi/be/global/config/external/ExternalApiConfig.java
  • src/main/java/com/gachi/be/global/config/external/NotificationPushProperties.java
  • src/main/resources/application.yml
  • src/main/resources/db/migration/V14__notification_api.sql
  • src/main/resources/db/migration/V15__notification_delivery_provider.sql
  • src/test/java/com/gachi/be/domain/notification/api/controller/NotificationControllerIntegrationTest.java
  • src/test/java/com/gachi/be/domain/notification/service/NotificationPushDispatcherIntegrationTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 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.

@deli-minju deli-minju requested a review from Hminkyung May 26, 2026 16:30
Copy link
Copy Markdown
Collaborator

@Hminkyung Hminkyung left a comment

Choose a reason for hiding this comment

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

확인했숩니다!! 늦은시간까지 너무 고생했어욥🥰

@deli-minju deli-minju merged commit adc0af0 into main May 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 빌드, 설정, 의존성, 운영성 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants