-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [test] 테스트 custom returnValueHandler 적용 * [refactor] user 응답 필드 네이밍 isActive로 변경 * [test] add UserFixture * [test] UserController 리팩토링 * [test] update UserFixture * [feat] add field "itemId" * [feat] 삭제된 아이템들도 가져오기 * [test] ItemFavoriteFixture 수정으로 인한 변경 * [test] 유저 관련 도메인들 fixture * [test] user 도메인 facade test * [feat] 도메인 객체 생성 시 updateDate 객체 생성 시점으로 변경 * [feat] save 반환타입 객체로 변경 * [feat] save 반환타입 객체로 변경 * [test] UserFixture 생성 시 시간 받기 * [test] UserFixture 생성 시 시간 받기 * [test] 로그인 기능 테스트 * [feat] 동등성 비교 추가 * [test] UserService 테스트 리팩토링 * [test] UserService 테스트 리팩토링 * [feat] TradeDto 정보 객체 내에서 가져오기 * [feat] add trade, sale fixture * [test] 사용하지 않는 빈 제거 * [feat] boolean json에 보낼 이름 변경 * [refactor] 네이밍 수정 * [refactor] 네이밍 수정 * [test] trade controller 테스트 리팩토링 * [feat] 로그인한 유저 검증 제외 * [feat] 할인된 가격 로직 수정 * [fix] 예외처리의 잘못된 HttpStatus 수정 * [test] trade 테스트 리팩토링 * Feature/#101 sale 테스트 리팩토링 (#103) * [refactor] isBought to json naming * [refactor] 생성 메서드 파라미터 수정 * [refactor] 네이밍 수정 * [feat] 사용자 판매상품 중 사용된 상품 조회 기능 * [test] sale 도메인 테스트 리팩토링 * [test] notification 테스트 리팩토링 (#104) * [Test] /#101 mail (#105) * [feat] 로그인 검사 제외할 url 코드 AuthInterceptor -> WebConfig 이동 * [test] mail test 리팩토링 * [Test] #101 item 테스트 리팩토링 (#106) * [feat] save update 통합 * [feat] 동등성 비교 * [test] item 테스트 리팩토링 * [Test] #101 favorite (#107) * [feat] save update 통합 * [feat] 동등성 비교 * [test] item 테스트 리팩토링 * [feat] 좋아요 취소 기능 delete -> update is_favorite * [test] 좋아요 테스트 * Feature/#101 category (#108) * [feat] 카테고리 전체조회 response 수정 * [test] 카테고리 테스트 리팩토링 * [Test] #101 brand (#109) * [test] refactor brand controller * [test] 중복 제거 * [test] brand fixture 상황 추가 * [test] account 테스트 리팩토링 (#110) * [test] brand service 테스트 리팩토링 (#111) * [chore] jacoco 제외 추가
- Loading branch information
Showing
91 changed files
with
2,676 additions
and
1,962 deletions.
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
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
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
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
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
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.