Skip to content

Conversation

@parkmineum
Copy link
Member

@parkmineum parkmineum commented Nov 25, 2025

🎋 이슈 및 작업중인 브랜치

🔑 주요 내용

module-domain, module-infrastructure, module-api 에서 공통 사용되는 클래스들을 global-utils로 옮겼습니다.

  • module-domain/src/main/kotlin/org/depromeet/team3/common/exception/DpmException.kt
  • module-domain/src/main/kotlin/org/depromeet/team3/common/exception/ErrorCode.kt
  • module-domain/src/main/kotlin/org/depromeet/team3/common/response/DpmApiResponse.kt
  • module-domain/src/main/kotlin/org/depromeet/team3/common/response/ErrorResponse.kt

Check List

  • Assignees 등록을 하였나요?
  • 라벨(Label) 등록을 하였나요?
  • PR 머지하기 전 반드시 CI가 정상적으로 작동하는지 확인해주세요!

@parkmineum parkmineum self-assigned this Nov 25, 2025
@parkmineum parkmineum added the ♻️ REFACTOR 리팩토링 관련 라벨 label Nov 25, 2025
@parkmineum parkmineum linked an issue Nov 25, 2025 that may be closed by this pull request
1 task
@coderabbitai
Copy link

coderabbitai bot commented Nov 25, 2025

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (4)
  • module-global-utils/src/main/kotlin/org/depromeet/team3/common/exception/DpmException.kt
  • module-global-utils/src/main/kotlin/org/depromeet/team3/common/exception/ErrorCode.kt
  • module-global-utils/src/main/kotlin/org/depromeet/team3/common/response/DpmApiResponse.kt
  • module-global-utils/src/main/kotlin/org/depromeet/team3/common/response/ErrorResponse.kt

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor/#132_move_global_utils

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


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

🧪 테스트 결과

130 tests   130 ✅  6s ⏱️
 27 suites    0 💤
 27 files      0 ❌

Results for commit b38df1b.

@parkmineum parkmineum changed the title [REFACTOR] module-global-utils로 모듈 내 공통으로 사용되는 항목들 이동 [REFACTOR] 모듈 내 공통으로 사용되는 항목들 module-global-utils로 이동 Nov 25, 2025
@parkmineum parkmineum merged commit 3330d55 into dev Nov 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ REFACTOR 리팩토링 관련 라벨

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] 공통으로 사용되는 항목들 global-utils 모듈로 이동

2 participants