Skip to content

Conversation

@lvalentine6
Copy link
Member

✨ 개요

  • 1차 스프린트 기능들을 배포합니다.

🧾 관련 이슈

🔍 참고 사항 (선택)

leegwichan and others added 30 commits July 3, 2025 16:36
[Chore] 서비스명 변경에 따른 프로젝트 이름 변경
# Conflicts:
#	src/main/java/eatda/domain/member/Member.java
#	src/test/java/eatda/domain/member/MemberTest.java
#	src/test/java/eatda/fixture/MemberGenerator.java
#	src/test/java/eatda/repository/DatabaseSchemaTest.java
- local 에서도 V 단위의 파일로 관리
- H2 MySQL Mode에서 사용 가능한 문법으로 변경
- 각 환경별 Flyway 테스트 코드 추가
[Chore] 이미지 처리를 위한 S3 버킷 추가
@coderabbitai
Copy link

coderabbitai bot commented Jul 31, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

91 files out of 201 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • 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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Member

@leegwichan leegwichan left a comment

Choose a reason for hiding this comment

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

드디어 배포하네요~! LGTM!

@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
@github-actions
Copy link

📌 최신 ERD가 자동 생성되었습니다.

👉 ERD 보러가기

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 31, 2025

@github-actions
Copy link

📄 Terraform Plan Summary

🛡️ Common Infrastructure


No plan summary

Status: ✅ No Changes


🚀 Production Environment

  + create
  + resource aws_eip prod {
  + resource aws_instance prod {
  + resource aws_db_instance prod {
  + resource aws_db_subnet_group private {
  + resource aws_ssm_parameter mysql_password {
  + resource aws_ssm_parameter mysql_user_name {
  + resource aws_subnet rds_private {
  + resource aws_subnet rds_private {
  + resource random_password rds_password {
  + resource random_pet rds_user_name {
  + resource aws_s3_bucket prod {
  + resource aws_s3_bucket_cors_configuration prod {
  + resource aws_s3_bucket_public_access_block prod {
  + resource aws_s3_bucket_server_side_encryption_configuration prod {
  + resource aws_ecs_cluster prod {
  + resource aws_ecs_service prod {
  + resource aws_ecs_service prod {
  + resource aws_ecs_task_definition prod {
  + resource aws_ecs_task_definition prod {
  + ecr_repository_name    = prod
  + ecs_api_container_name = api-prod
  + ecs_api_service_name   = api-prod
  + ecs_cluster_name       = prod-cluster
  + rds_arn                = (sensitive value)
  + rds_endpoint           = (sensitive value)
Plan: 19 to add, 0 to change, 0 to destroy.

Status: 🔄 Changes Detected


📋 Full Results: View in Actions

@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
@lvalentine6 lvalentine6 merged commit 4ce9e64 into main Jul 31, 2025
15 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@YAPP-Github YAPP-Github deleted a comment from github-actions bot Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants