-
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
v0.0.4 #163
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
* fix: role 반영, flush 사용 * test: 회원탈퇴 테스트 코드 * fix: 회원 가입 status, Role 로직 수정
* feature: FCM 알림 리스트 API 및 읽음 처리 구현 * fix: 테스트코드에 FcmNotificationService 빈 추가 * fix: FcmNotificationResponse CreatedAt 응답값 추가 * test: FcmNotification 테스트 코드 추가 * fix: Contants 분리 및 FcmService 수정 * fix: sonarCloud issue 수정 및 @MockBean 추가 * fix: 메서드 분리 및 수정 * fix: notificationImageUrl 제거 후 서비스로직에서 imageUrl제공 * fix: test코드 Optional추가로인한 코드 수정 * feature: 알림 리스트 조회 시 cursor & limit 사용 * fix: missionRecord불러올때 N+1문제 해결 * fix: test코드수정
* fix: workflow 수정 및 테스트 * fix: workflow 수정 및 테스트 * fix: workflow 수정 및 테스트 * fix: 불필요한 style-test
* fix: 동일한 fcm_token 저장 오류 해결 * fix: 토큰 삭제시 처리대신 null값으로 수정 * fix: storeOrUpdateToken 메서드 중복 수정 * fix: ErrorCode 메세지 수정
* fix: 피드 커서 파싱 오류 핸들링 및 본인 기록만 나오는 문제 해결 * test: 테스트 코드 추가
|
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.
v0.0.4