Skip to content
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
merged 39 commits into from
Apr 14, 2024
Merged

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    be5297d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579e9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9dcf09 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    1c27613 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    fd1acd6 View commit details
    Browse the repository at this point in the history
  2. feature: 알림 조회 및 읽음 처리 api (#114)

    * feat: 알림 도메인 추가
    
    * feat: 알림 전체 조회 기능 추가
    
    * feat: 알림 전체 조회 API 추가
    
    * feat: 읽지 않은 알림 개수 조회 로직 추가
    
    * feat: 읽지 않은 알림 개수 조회 API 추가
    
    * feat: 알림 확인 로직 추가
    
    * feat: 알림 확인 API 추가
    
    * style: Annotation 순서 수정
    
    * refactor: query method 네이밍 수정
    
    * test: 검증부 추가
    
    * chore: 알림 관련 더미 데이터 추가
    TaeyeonRoyce authored and hgo641 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f091397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35a5d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389b7b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    788a76e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4015381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2854da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e08f8c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28d629 View commit details
    Browse the repository at this point in the history
  10. refactor: 메서드명 변경

    hgo641 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7d638b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f8a99c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c75a293 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ee8eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feature: 로그아웃 api (#119)

    * feat: 로그아웃 시 회원 데이터 변경 로직 추가
    
    * feat: 로그아웃 로직 추가
    
    * feat: 로그아웃 API 추가
    
    * feat: 블랙리스트 토큰 캐시 스토리지 추가
    
    * feat: 로그아웃 시 사용중인 토큰 블랙리스트 추가 로직 적용
    
    * feat: 인증 요청에 대한 블랙리스트 토큰 조회 로직 추가
    
    * test: Redis cleaner 방식 수정
    
    * refactor: 일관성 있는 method 이름으로 수정
    
    * refactor: 사용 하지 않는 파라미터 제거
    
    * fix: 토큰만 사용 되는 API 요청에 대한 로그아웃 블랙리스트 검증 로직 추가
    TaeyeonRoyce authored and hgo641 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    025297f View commit details
    Browse the repository at this point in the history
  2. feature: 회원가입 api 개발 (#120)

    * 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 으로 추상화
    Combi153 authored and hgo641 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    85223ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e77ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682f542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e820035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1ba3c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59ee3fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aac9ac6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb8eaf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ee1603 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    474bfb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64857c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b76a51 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    80e4483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a3269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e43f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd6c03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34b0ea6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0e8818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6a1fe0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11240fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b43b5b8 View commit details
    Browse the repository at this point in the history