-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ✏️ 엔티티 생성자 및 수정 메서드 유효성 검사 추가 (#111)
* fix: 배포 파이프라인 이미지 빌드 버전 추가 * fix: device entity 생성자 유효성 검사 * fix: oauth entity 유효성 검사 * fix: oauth entity 생성자 deleted_at 제거 * fix: question entity 유효성 검사 * fix: querstion entity @sql_delete 옵션 추가 * fix: spending entity 유효성 검사 * fix: spending 카테고리 업데이트 메서드 제거 * fix: target_amount update 파라미터 타입 변환 래퍼 -> 원시타입 * fix: user entity 유효성 검사 * fix: user locked 타입 기본타입으로 수정 && get_locked() -> is_locked() 메서드로 수정 * fix: user update 메서드 유효성 검사 추가 * fix: notify_setting 필드 타입 기본타입으로 수정 * test: user_fixture notify_setting 필드 추가 * test: user 유효성 체크 실패로 인한 테스트 수정 * fix: spending 업데이트 시 entity 사용 -> 인자 받아서 처리 * test: spending user validation 체크로 인한 문제로 인한 테스트 수정 * test: 계정 연동 pre-condition 수정 * test: 로그인 비밀번호 불일치 시나리오 any() 로 given 수정 * test: domain 모듈 테스트에서 mock user 생성 시 유효성 만족하도록 수정 * fix: device entity 생성자 유효성 검사 * fix: oauth entity 유효성 검사 * fix: oauth entity 생성자 deleted_at 제거 * fix: question entity 유효성 검사 * fix: querstion entity @sql_delete 옵션 추가 * fix: spending entity 유효성 검사 * fix: spending 카테고리 업데이트 메서드 제거 * fix: target_amount update 파라미터 타입 변환 래퍼 -> 원시타입 * fix: user entity 유효성 검사 * fix: user locked 타입 기본타입으로 수정 && get_locked() -> is_locked() 메서드로 수정 * fix: user update 메서드 유효성 검사 추가 * fix: notify_setting 필드 타입 기본타입으로 수정 * test: user_fixture notify_setting 필드 추가 * test: user 유효성 체크 실패로 인한 테스트 수정 * fix: spending 업데이트 시 entity 사용 -> 인자 받아서 처리 * test: spending user validation 체크로 인한 문제로 인한 테스트 수정 * test: 계정 연동 pre-condition 수정 * test: 로그인 비밀번호 불일치 시나리오 any() 로 given 수정 * test: domain 모듈 테스트에서 mock user 생성 시 유효성 만족하도록 수정 * test: 최근 목표 금액 테스트 user 유효성 검사 반영
- Loading branch information
1 parent
079a61a
commit 3453d88
Showing
25 changed files
with
197 additions
and
175 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
Oops, something went wrong.