-
Notifications
You must be signed in to change notification settings - Fork 2
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
release: 2.0.0 배포 #149
Merged
release: 2.0.0 배포 #149
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
* feat: `System.out.print` 이용하는 `show-sql` 옵션 false * feat: SQL 정보 및 트랜잭션 커넥션 관련 로깅 추가
* feat: cafe 조회 시 comment에 좋아요 정보 함께 반환 * chore: default_batch_fetch_size를 통해 commentLike N+1문제 해결
* fix: KakaoLoginRequest 인자명 수정 * delete: KakaoAccessToken 관련 파일 수정 * fix: kakao oauth 통신 로직 수정 * delete: 이전 로직의 kakao test 파일 삭제 * delete: 카카오 관련 환경변수 삭제 * delete: 카카오 관련 환경변수 삭제 * refact: 카카오 oauth 로그인 feign 통신 제거 * delete: kakao feign client 관련 파일 제거 * test: 카카오 oauth 로그인 로직 수정에 따른 테스트 코드 수정 --------- Co-authored-by: dlawotn3 <[email protected]>
* feat: 카페 이미지 신고 기능 POST API 구현 (#128) * feat: 카페 이미지 신고 컨트롤러 메서드 및 DTO 추가 * feat: 카페 이미지 신고 서비스 로직 및 마스킹 로직 구현 * feat: 사용하지 않는 카페 이미지 삭제 배치작업 수정 * feat: 카페 이미지 신고 이벤트 리스너 추가 * test: 카페 이미지 신고 관련 테스트 코드 작성 * test: 카페 이미지 신고 동시성 테스트 코드 추가 * test: 마스킹 된 카페 이미지들은 삭제 배치 작업에서 제외 검증 테스트 코드 추가 * refact: 코드 간결화 리팩터링 * refact: 코드 중복 로직 제거 * refact: 신고 로직 메서드 추출 * feat: Report에 BaseTime 상속 추가 --------- Co-authored-by: 임지수 <[email protected]> * fix: 회원 경고 추가 기준 수정 (#130) * fix: 회원 경고 임계기준 수정 * fix: 회원 경고 기준 수정에 따라 테스트 코드 수정 --------- Co-authored-by: 임지수 <[email protected]>
* feat: 엔티티 영역에서 mapId 가 같은 카페일 경우 동일 카페로 간주하도록 구현 * feat: 자신이 댓글 쓴 카페 목록 조회 시, 카페 별로 grouping 되도록 구현 * test: 기능 구현으로 인해 테스트 변경 * feat: 카페 mapId 에 따른 페이지네이션 처리 구현 * fix: 범위 벗어나는 toIndex 수정 * fix: 범위 잘못된 toIndex 수정 * feat: equals override 메서드 instanceof 이용하도록 구현 --------- Co-authored-by: 김태현 <[email protected]>
* feat: cafe roadAddress 추가 * feat: 리뷰 남긴 카페 조회 시 내가 남긴 리뷰 함께 조회 * fix: 동시성 테스트 실패 수정 * feat: 코드리뷰 반영
* style: change field in CafeRegisterRequest DTO * style: delete unused code in save method
* style: modify MyCommentCafeResponse fileName * style: delete unused code
* fix: modified cafeImagesCounts filtering logic to include isUsed column * style: modify ExceedCageImagesTotalCountsException message * refact: extract method for cafe image ownership and isused check
* feat: redis를 활용한 리프레시 토큰 로직 구현 * fix: 필드명 수정 * feat: 로그인 인터셉터 accessToken 검증 로직 수정 * style: 줄바꿈 * test: 테스트 코드 리프레시 토큰 검증 코드 추가 * feat: OAuth 리프레시 토큰 로직 코드 추가 * test: OAuth 테스트 코드 리프레시 토큰 검증 코드 추가 * fix: 토큰 검증 메서드 분리 * test: 테스트 환경변수 추가 * test: 리프레시 토큰 검증 테스트 코드 추가 * fix: 액세스 토큰과 리프레시 토큰 만료기간 분리 * feat: oauth 로그인 시 redis에 토큰 저장 로직 추가 * fix: 리프레시 토큰 로직 수정 * fix: 인증 토큰 관련 예외 수정 * test: 리프레시 서비스 테스트 코드 작성 * style: 액세스 토큰 재발급 메서드 명 변경 * test: 액세스 토큰 재발급 관련 테스트 코드 추가 * feat: 액세스 토큰 재발급 관련 인수 테스트 코드 추가 * style: 줄바꿈 적용 및 주석 삭제 * fix: ReissueTokenResponse 추가 * style: 한 줄 띄기 추가 * style: 한 줄 띄기 추가 * style: 사용하지 않는 메서드 제거 * fix: Refresh Token UUID 생성 로직으로 변경 * test: application.yml * fix: 리프레시 토큰 로직 수정 * refact: 코드 인라인으로 수정 * delete: 사용하지 않는 예외 파일 삭제 * test: 리프레시 토큰 검증 테스트 코드 수정 * test: 테스트 코드 삭제 * style: 사용하지 않는 로깅 삭제 * style: 리프레시 토큰 정보 추출 메서드 명 수정 * style: 함수 인자 변경 * refact: response 신고 필드 제거 * refactor: delete unused code * refactor: configure refresh token validity period using @value from yml * refact: move createRefreshToken method to Token * feat: add handling for NPE in findTokenByRefreshToken * feat: add updateToken method in RefreshTokenService * style: remove redundant null check logic * test: add reissueAccessToken test * refact: refact reissue token logic and test code * style: remove @transactional * style: remove @Sl4fj in AuthServiceTest * feat: change access-key-expire-length for test * style: remove unused reportesCount field --------- Co-authored-by: 임지수 <[email protected]>
* chore: add jacoco setting * chore: add sonar cloud setting * chore: change sonar cloud setting * chore: integrate gradle build and SonarCloud analysis * chore: fix sonar exclusions * chore: add steps for upload test coverage * fix: fix always() in ci scripts * fix: rollback code * style: delete unused setting * chore: add sonar exclusions property path * chore: change sonar cloud setting * chore: delete dto from test coverage excludes * chore: add dto in coverage
Ji-soo708
requested review from
kth990303 and
jung-woo-kim
and removed request for
kth990303
December 26, 2023 21:15
kth990303
approved these changes
Dec 26, 2023
jung-woo-kim
approved these changes
Dec 27, 2023
* chore: change exclusions * style: add blank * chore: add config.java to exclusions
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
개요
작업사항
주의사항