-
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
v1.5.0 #301
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: feed 탭 리스트 구현 * feat: 프로필 피드 탭 구현 * feat: 피드 탭 닉네임 추가 * feat: 피드 탭 v2 * fix: 마이프로필 피드 공개 여부 예외 처리 * refactor: FeedOneResponse class -> record * refactor: feed/me API 개선 * refactor: 피드 탭 리스트 limit 100 제한 * fix: 리뷰 반영 * fix: targetId -> memberId * fix: 타인 프로필 공개여부 조건 추가 * fix: Transactional 추가 * fix: getter id가 아닌 member 프록시 객체 리스트로 수정 * fix: @uwoobeat 리뷰 반영 * fix: 주석 삭제
* feat: 내 팔로워 목록 중 선택한 유저 내 팔로워에서 지우기 * test: 팔로워 삭제 테스트코드 작성 * fix: @uwoobeat 코드리뷰 수정
hotfix: 푸시 알림 시 닉네임이 username이 아닌 nickname을 사용하도록 변경
* fix: CORS 설정에 ngrok URL 패턴 추가 * fix: CORS 설정에 로컬호스트 https 도메인 추가
* fix: 팔로우 취소 시 알림 히스토리 삭제 * remove: .gitkeep 파일 삭제 * fix: notification 조회 시 NotificationType도 받도록 수정
* fix: 닉네임 blank 예외 처리 * fix: 닉네임 blank 예외 처리 * fix: escapingNickname로 변경 * fix: isEmpty -> isBlank * fix: 테스트 케이스 변경
* feat: 종료미션 중간 커밋 2024.01.15 * feat: 종료미션 보관함 v1 * fix: long casting 이슈 해결 * feat: 2024.01.18 임시 커밋(스케줄러 작업 이후 진행) * fix: spotlessApply * fix: durationStatus 조건으로 변경 * fix: 종료미션 조건 수정 * fix: spotlessApply * feat: 종료미션 slice -> list * feat: 종료미션 달성률 포함 추가 및 개선 * fix: 날짜 between 계산 수정
feat: 소셜 로그인 응답에 멤버 ID 추가
char-yb
approved these changes
Feb 9, 2024
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.
LGTM
굿굿
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.
v1.5.0