Merged
Conversation
📊 코드 커버리지 리포트
|
Goder-0
reviewed
Mar 22, 2026
src/test/java/com/sofa/linkiving/domain/link/integration/LinkApiIntegrationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sofa/linkiving/domain/link/service/LinkService.java
Outdated
Show resolved
Hide resolved
23c6e67 to
3426a69
Compare
Goder-0
reviewed
Mar 28, 2026
src/main/java/com/sofa/linkiving/domain/link/service/LinkService.java
Outdated
Show resolved
Hide resolved
src/test/java/com/sofa/linkiving/domain/link/service/LinkServiceTest.java
Outdated
Show resolved
Hide resolved
Goder-0
approved these changes
Mar 29, 2026
fb8598a to
b0b58bf
Compare
b0b58bf to
cecb757
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
PR 설명
POST /v1/links/{id}/retry-summary비즈니스 로직
LinkService:getLinkWithFailedSummary: 대상 링크의 상태가 실제로FAILED인지 검증하는 방어 로직 추가함.FAILED가 아닐 경우 예외(INVALID_SUMMARY_STATUS_FOR_RETRY)를 발생시켜 중복/잘못된 요청을 차단함.resetSummaryStatusForRetry: 요약 재시도를 위해 링크의SummaryStatus를 다시 대기 상태(PENDING)로 롤백함.LinkFacade: 상태 갱신 후, AI 요약 큐에 작업을 다시 적재하기 위해LinkCreatedEvent를 재발행(Publish)하는 로직 적용함.