-
Notifications
You must be signed in to change notification settings - Fork 1
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: 4주차 작업 master에 반영 #25
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
-서비스에 트렌젝션 추가 - 엔티티에서 업데이트하도록 변경 - 모든 다이어리 가져오기 쿼리DTO추가 - 오류코드 변경 - 레포지토리 어노테이션 제거 - RequiredArgsConstructor추가 - DTO 이름 변경
- 엔티티 참조 관계 변경 - 자신의 일기인지 확인하는 로직 추가
- 페이징은 회원 검색 뿐만 아니라 여러 곳에서 쓰이기 때문에 `PagingUtil`이라는 클래스를 따로 만듦
- S3 파일 업로드도 구현 완료
- AWS S3 민감한 정보를 yml 파일에 안전하게 주입하는 스크립트도 추가함
- 특정 친구 일기 전체 조회 - 내 친구 목록 조회 - 내 친구 삭제 - 친한 친구 설정
- 전체 친구 일기 조회 - 친구 일기 상세 조회
feat: 친구 관련 API 구현
…mber feat: 회원 관련 API 구현 및 CI 관련 워크플로우 추가
feat: 중복된 enum 제거 및 weekly 브랜치 병합 시 CI/CD 트리거 추가
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.
📝 작업 내용
🔗 관련 이슈
#18 #19 #22