-
Notifications
You must be signed in to change notification settings - Fork 17
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
Merge Commit으로 인한 develop branch 재설정 작업 #704
Merged
Merged
Conversation
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
jjongwa
added a commit
that referenced
this pull request
Oct 19, 2023
* feat: memberId로 tripId 리스트 반환하는 기능 추가 * feat: tripId 리스트로 dayLogId 리스트 반환하는 기능 추가 * feat: dayLogId 리스트로 itemId 리스트 반환하는 기능 추가 * refactor: itemId, placeId, expenseId를 가진 DTO 리스트 반환하도록 변경 * refactor: memberId에 따른 엔티티 status 변경 및 refreshToken 삭제 성능 개선 * refactor: repository 구현체 패키지 변경 * refactor: SharedTrip, PublishedTrip도 함께 업데이트되도록 변경 * refactor: event 적용 * refactor: 트랜잭션 분리 * refactor: `@Async`로 비동기 처리 * refactor: 메서드 분리 * test: AuthServiceIntegrationTest 수정 * test: MemberDeleteEventListener Mock Test 작성 * refactor: indent 변경 * refactor: final 추가 * refactor: event 관련 클래스 패키지 위치 변경 * refactor: SharedStatusType 위치 변경 * refactor: WriterResponse 위치 변경 * refactor: PublishedStatusType 위치 변경
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.
📄 Summary
🙋🏻 More