Feat/72 issue label#76
Merged
Merged
Conversation
- IssueService의 라벨 업데이트 로직 수정: JPA의 암시적인 Cascade 방식 대신 IssueLabelRepository를 직접 사용해 명시적인 삭제 후 새로운 연결 저장 - IssueLabelRepository 수정: deleteByIssueId를 추가하고 @Modifying(clearAutomatically = true) 어노테이션을 추가해 초기화 설정 - IssueLabel/IssueLabelId 엔티티 수정: 생성자 및 필드 초기화 - DB 스키마 마이그레이션 추가 (V3): 누락되었었던 issue_label 테이블의 added_at 컬럼을 추가하는 V3 마이그레이션 스크립트 추가
- 이슈 라벨 수정 기능(updateIssue) 및 단건 조회(getIssue) 로직 변경으로 인해 실패하던 IssueServiceTest의 단위 테스트들 수정
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 유형
리뷰 요구사항(선택)
PR Checklist
mainbranch가 아닌devbranch에 PR 요청을 했습니다. (main branch에 바로 PR&merge하지 않기).