Skip to content

Conversation

@leegwichan
Copy link
Member

✨ 개요

  • multipart/form-data 형식이 com.epages:restdocs-api-spec 에서 변환을 지원하지 않음
  • 마크다운 형식으로 Request를 표기하여, 클라이언트가 서비 API를 잘 사용할 수 있도록 변경

🧾 관련 이슈

없음

🔍 참고 사항 (선택)

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 버킷 추가
lvalentine6 and others added 22 commits July 23, 2025 04:45
[Feat] 가게의 담긴 이야기 기능 구현
# Conflicts:
#	src/main/java/eatda/service/store/CheerService.java
#	src/main/java/eatda/service/story/StoryService.java
#	src/test/java/eatda/controller/BaseControllerTest.java
#	src/test/java/eatda/controller/story/StoryControllerTest.java
#	src/test/java/eatda/document/BaseDocumentTest.java
#	src/test/java/eatda/document/story/StoryDocumentTest.java
#	src/test/java/eatda/service/BaseServiceTest.java
- 역할을 여러 객체로 나눔
@coderabbitai
Copy link

coderabbitai bot commented Jul 26, 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.

83 files out of 193 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 docs/documentation-multi-part

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.

@github-actions github-actions bot added the docs label Jul 26, 2025
@leegwichan leegwichan closed this Jul 26, 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: ❌ Failed


📋 Full Results: View in Actions

@github-actions
Copy link

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

👉 ERD 보러가기

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 26, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

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