-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BE] Feature/#399 내 정보(회원 닉네임) 수정 API 구현 #408
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9dfea1f
refactor: 사용하지 않는 MemberRepository 메서드 삭제
yoondgu afc314c
refactor: 회원 업데이트 부분 변경으로 시그니처 변경
yoondgu 7be1f71
feat: 회원 정보 수정 API 구현 및 테스트 작성
yoondgu 1613287
test: JwtTokenProviderTest 작성
yoondgu 6d9b305
chore: 로컬 환경용 더미데이터 sql 작성
yoondgu b90630c
chore: 로컬 환경 data.sql을 위한 서브모듈 변경
yoondgu 016496f
docs: 기능 명세서 및 테스트 코드 용어 정리 (유저, 멤버 -> 회원)
yoondgu 5ffb6cb
chore: 로그 환경설정 파일 디렉터리 분리
yoondgu 318228f
feat: 닉네임 중복 검증 구현
yoondgu bec7adf
refactor: 회원의 이메일 Unique 제약조건 삭제
yoondgu fc6ba2f
refactor: 모호한 메서드명 수정
yoondgu 31f1d06
refactor: Email이 Unique하지 않음에 따라 테스트에서 사용하는 조회 쿼리 변경
yoondgu 4232fe2
refactor: 내 정보 수정 API URI 변경
yoondgu 190255f
fix: 디렉터리 분리에 따른 로그 설정 파일 appender 경로 수정
yoondgu 8a12ba7
chore: 충돌 해결을 위한 merge
yoondgu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굉장히 좋은 의견이군요!