Skip to content

fix: 버전 업데이트 API 수정 - #2326

Open
Soundbar91 wants to merge 4 commits into
developfrom
fix/2325-version-update-api
Open

fix: 버전 업데이트 API 수정#2326
Soundbar91 wants to merge 4 commits into
developfrom
fix/2325-version-update-api

Conversation

@Soundbar91

@Soundbar91 Soundbar91 commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

🔍 개요


🚀 주요 변경 내용

  • AI 업무 자동화를 위한 어드민 버전 업데이트 API를 수정했습니다.
    • Version이 Platform 이외일 경우 업데이트가 되지 않는 것을 수정했습니다.

💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

Summary by CodeRabbit

  • New Features
    • Added support for updating both platform and non-platform version information.
    • Platform version updates continue creating a new version while preserving previous-version history.
    • Non-platform version updates now modify the existing version details directly.

@Soundbar91 Soundbar91 self-assigned this Aug 7, 2026
@github-actions github-actions Bot added 기능 새로운 기능을 개발합니다. 버그 정상적으로 동작하지 않는 문제상황입니다. labels Aug 7, 2026
@github-actions
github-actions Bot requested review from BaeJinho4028 and dh2906 August 7, 2026 09:32
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Soundbar91, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0d3690e3-db58-4a18-988a-4f3714463f46

📥 Commits

Reviewing files that changed from the base of the PR and between 03d86c9 and e2a8a87.

📒 Files selected for processing (1)
  • src/main/java/in/koreatech/koin/admin/version/controller/AdminVersionApi.java
📝 Walkthrough

Walkthrough

The admin version update flow now supports platform and non-platform versions. Platform versions keep the archive-and-create flow. Non-platform versions update the existing entity fields through a new Version.update method.

Changes

Version update behavior

Layer / File(s) Summary
Version entity update contract
src/main/java/in/koreatech/koin/domain/version/model/Version.java
Adds Version.update(String version, String title, String content) to replace the entity fields.
Admin version update branching
src/main/java/in/koreatech/koin/admin/version/service/AdminVersionService.java
Keeps the archive-and-create flow for platform versions. Updates existing non-platform versions instead of throwing VersionNotSupportedException. Removes the unused exception import.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: fixing the version update API.
Linked Issues check ✅ Passed The changes fix the admin version update API by supporting non-Platform versions, matching issue [#2325].
Out of Scope Changes check ✅ Passed All changes support the version update API fix and remain within issue [#2325] scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/2325-version-update-api

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.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Unit Test Results

779 tests   776 ✔️  1m 23s ⏱️
188 suites      3 💤
188 files        0

Results for commit e2a8a87.

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.

[어드민] 버전 수정 API 수정

1 participant