-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: 결제 리팩토링 #113
Merged
The head ref may contain hidden characters: "108-refactor-\uACB0\uC81C-\uB9AC\uD329\uD1A0\uB9C1"
Merged
refactor: 결제 리팩토링 #113
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be5297d - Browse repository at this point
Copy the full SHA be5297dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579e9b6 - Browse repository at this point
Copy the full SHA 579e9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dcf09 - Browse repository at this point
Copy the full SHA d9dcf09View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c27613 - Browse repository at this point
Copy the full SHA 1c27613View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd1acd6 - Browse repository at this point
Copy the full SHA fd1acd6View commit details -
feature: 알림 조회 및 읽음 처리 api (#114)
* feat: 알림 도메인 추가 * feat: 알림 전체 조회 기능 추가 * feat: 알림 전체 조회 API 추가 * feat: 읽지 않은 알림 개수 조회 로직 추가 * feat: 읽지 않은 알림 개수 조회 API 추가 * feat: 알림 확인 로직 추가 * feat: 알림 확인 API 추가 * style: Annotation 순서 수정 * refactor: query method 네이밍 수정 * test: 검증부 추가 * chore: 알림 관련 더미 데이터 추가
Configuration menu - View commit details
-
Copy full SHA for f091397 - Browse repository at this point
Copy the full SHA f091397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a5d41 - Browse repository at this point
Copy the full SHA 35a5d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389b7b2 - Browse repository at this point
Copy the full SHA 389b7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788a76e - Browse repository at this point
Copy the full SHA 788a76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4015381 - Browse repository at this point
Copy the full SHA 4015381View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2854da - Browse repository at this point
Copy the full SHA a2854daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08f8c0 - Browse repository at this point
Copy the full SHA e08f8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28d629 - Browse repository at this point
Copy the full SHA c28d629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d638b1 - Browse repository at this point
Copy the full SHA 7d638b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8a99c - Browse repository at this point
Copy the full SHA 4f8a99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c75a293 - Browse repository at this point
Copy the full SHA c75a293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee8eeb - Browse repository at this point
Copy the full SHA 1ee8eebView commit details
Commits on Apr 8, 2024
-
* feat: 로그아웃 시 회원 데이터 변경 로직 추가 * feat: 로그아웃 로직 추가 * feat: 로그아웃 API 추가 * feat: 블랙리스트 토큰 캐시 스토리지 추가 * feat: 로그아웃 시 사용중인 토큰 블랙리스트 추가 로직 적용 * feat: 인증 요청에 대한 블랙리스트 토큰 조회 로직 추가 * test: Redis cleaner 방식 수정 * refactor: 일관성 있는 method 이름으로 수정 * refactor: 사용 하지 않는 파라미터 제거 * fix: 토큰만 사용 되는 API 요청에 대한 로그아웃 블랙리스트 검증 로직 추가
Configuration menu - View commit details
-
Copy full SHA for 025297f - Browse repository at this point
Copy the full SHA 025297fView commit details -
* feat: Fish entity 설계 * feat: Fish repository 조회 기능 추가 * feat: FishService 조회 기능 추가 * feat: FishController 어종 자동완성 검색 API 추가 * feat: FishTankName 검증 기능 추가 * feat: FishTank 추가 * feat: FishLifeYear 검증 기능 추가 * feat: PetFish 기능 추가 * refactor: 카카오 프로필 받지 않도록 변경 * feat: MemberDetail 추가 * chore: rebase 충돌 해결 * refactor: 어종 이름 자동완성 검색 로직 수정 * refactor: FishTank memberId 필드명 변경 * feat: Member update 메서드 추가 * feat: PetFishSex, TankSize 정적 팩터리 메서드 추가 * feat: PetFish 일급컬렉션 PetFishes 추가 * feat: BannedWord 객체 추가 * feat: NicknameWord 객체 추가 * feat: Nickname 객체 추가 * feat: NicknameGenerator generate 기능 추가 * chore: rebase 충돌 해결 * refactor: 로그인 api 상태코드 변경 - 회원가입이 필요한지 여부를 상태코드로 분기 * chore: rebase 충돌 해결 * chore: rebase 충돌 해결 * refactor: 랜덤 닉네임 설정 시 숫자 생성 정책 반영 * feat: 이름에 금지 단어 포함 여부 검증 기능 추가 * feat: 회원 물생활 프로필 입력 API 추가 * feat: 이름 검증 API 추가 * chore: rebase 충돌 해결 * refactor: 회원가입 토큰 커스텀 헤더 관리 기능 추가, 스웨거 작업 * fix: 예외 처리 테스트 기댓값 알맞게 수정 * chore: rebase 충돌 해결 * fix: 회원 삭제 로직 memberId 로 동작하도록 변경 * refactor: 회원 랜덤 닉네임 생성 시 시도 횟수 제한 * refactor: AuthMember 이름 AuthCredentials 로 변경 * refactor: 회원가입 API, 이름 검증 API 응답 상태코드 변경 * chore: rebase 충돌 해결 * refactor: 불필요한 로직 및 메서드 삭제 * refactor: 랜덤 닉네임 생성 실패 시 예외 코드 변경 * fix: Fish 개수를 통한 검증 로직 수정 * refactor: Fish 자동완성 검색 시 정렬 순서 변경 * fix: 이전 PR에 AuthCredentials, Member에 관한 코드 변경사항 반영 * refactor: 로그인 토큰과 회원가입 토큰을 AuthToken 으로 추상화
Configuration menu - View commit details
-
Copy full SHA for 85223ca - Browse repository at this point
Copy the full SHA 85223caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e77ed - Browse repository at this point
Copy the full SHA b2e77edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 682f542 - Browse repository at this point
Copy the full SHA 682f542View commit details -
Configuration menu - View commit details
-
Copy full SHA for e820035 - Browse repository at this point
Copy the full SHA e820035View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ba3c8 - Browse repository at this point
Copy the full SHA a1ba3c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ee3fc - Browse repository at this point
Copy the full SHA 59ee3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aac9ac6 - Browse repository at this point
Copy the full SHA aac9ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb8eaf6 - Browse repository at this point
Copy the full SHA eb8eaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee1603 - Browse repository at this point
Copy the full SHA 1ee1603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 474bfb9 - Browse repository at this point
Copy the full SHA 474bfb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64857c0 - Browse repository at this point
Copy the full SHA 64857c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b76a51 - Browse repository at this point
Copy the full SHA 4b76a51View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80e4483 - Browse repository at this point
Copy the full SHA 80e4483View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a3269 - Browse repository at this point
Copy the full SHA c8a3269View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e43f4 - Browse repository at this point
Copy the full SHA b7e43f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd6c03 - Browse repository at this point
Copy the full SHA 1dd6c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b0ea6 - Browse repository at this point
Copy the full SHA 34b0ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e8818 - Browse repository at this point
Copy the full SHA f0e8818View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a1fe0 - Browse repository at this point
Copy the full SHA d6a1fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11240fc - Browse repository at this point
Copy the full SHA 11240fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b43b5b8 - Browse repository at this point
Copy the full SHA b43b5b8View commit details
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.