-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] Feat/#586 핀 수정 시 변경 이력 저장 이벤트 구현 #591
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0bd7c7c
refactor: 테스트 환경 콘솔 로그 출력 설정 추가
yoondgu e6a4f40
test: 핀 수정 인수 테스트 추가
yoondgu 65ef31b
feat: 핀 수정 시 수정 이력 저장 구현 및 테스트
yoondgu 0dd8fc7
refactor: 사용하지 않는 변수 삭제
yoondgu 19bcc6f
feat: 새 핀 추가시에도 핀 이력 저장
yoondgu ae2bc06
feat: 핀 수정 이력이 참조하는 엔티티 삭제 시 soft delete 하도록 이벤트 구현
yoondgu 57073b9
feat: 핀 수정 이력은 삭제 개념이 없는 것으로 복구 (이전 커밋 revert)
yoondgu 2a7f4db
test: 핀 수정 이력 이벤트 테스트 실패 수정
yoondgu a9b5308
test: 빠른 테스트 조건문 확인을 위해 assertAll softly로 변경
yoondgu 9ded478
refactor: hard delete 메서드 Query 작성해서 Modifying 적용
yoondgu ca92508
rename: PinUpdateHistory 에서 PinHistory로 네이밍 변경
yoondgu 8ed8da4
test: 테스트 displayName 핀 정보 이력 관련 용어 통일
yoondgu 0309e78
fix: 핀 변경 이력 엔티티 컬럼 수정
yoondgu 8444f53
refactor: 불필요한 공백 제거
yoondgu 02519c7
test: 일시 검증 메서드 수정, 핀 변경 일시 검증 추가
yoondgu 20cb321
feat: 핀 변경 이력 엔티티에 핀 변경 일시 컬럼 추가
yoondgu b257b24
fix: PinHistoryCommandService 트랜잭션 어노테이션 추가
yoondgu 5c1bbdb
fix: 핀 변경 이력 롤백 테스트 예외 수정, 실패 테스트 disabled 처리
yoondgu 2fc368c
fix: 이벤트를 통한 롤백 테스트 통합 테스트로 이동
yoondgu 3592ff0
chore: #548과 충돌해결을 위한 merge
yoondgu 5bfbcfc
test: 새로운 테스트에 테스트 컨테이너 적용
yoondgu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
말씀대로 IntegrationTest 로 옮겨서 해결해주셨군요 굳굳