-
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
Deploy 1.2 #161
Merged
Merged
Deploy 1.2 #161
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
Signed-off-by: jooneei17 <[email protected]>
[fix] 커스텀 Validator null check
…tionCommandServiceImpl.createQuestion 리팩토링
[feature] QuestionCommandServiceTest.createQuestion Test 구현
[refactor] 이미지, 유저, 답변 좋아요 Repository 테스트 코드 작성
[refactor] 해시태그 및 유저 정보 수정 리팩토링
Signed-off-by: msk226 <[email protected]>
[fix] 유저 정보 수정 시 입력 되지 않은 값은 null로 수정되는 오류 해결
…BACKEND into refactor/104
테스트 코드 작성시 tokenService를 MockBean 객체로 주입하기 위해
[test] 질문 서비스 테스트 코드 작성
[test] QuestionController.createQuestion 테스트 코드 작성
[test] ExistUser 테스트 코드 작성
[refactor] 질문, 답변, 해시태그 Repo 테스트 코드 작성
[fix] HashtagRequestDTO와 QuestionRequestDTO에 생성자 어노테이추가
Signed-off-by: jooneei17 <[email protected]>
[feature] 질문 생성, 수정, 삭제 시 유저 유효성 확인
[test] Validator 테스트 코드 작성
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.
커스텀 Validator null check ( id null 체크로 500에러 해결 )
유저 정보 수정 시 입력 되지 않은 값은 null로 수정되는 오류 해결
User Delete API 호출시 updateAt null 로 반환되는 오류 해결