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

feat: member address management #44

Open
wants to merge 64 commits into
base: develop
Choose a base branch
from

Commits on Jul 23, 2024

  1. [test]결제 승인 테스트용 UI 추가 (#CHZZ-27)

    테스트 결제 요청을 위한 결제 위젯 UI 추가
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a59b185 View commit details
    Browse the repository at this point in the history
  2. [chore]webclinet 사용 의존성 추가 (#CHZZ-27)

    webclint 사용을 위해 의존성 추가
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5f32d6c View commit details
    Browse the repository at this point in the history
  3. [feat] webclinet 빈 설정 (#CHZZ-27)

    webclint 사용을 위해 빈 등록 설정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    599a21a View commit details
    Browse the repository at this point in the history
  4. [feat] 엔드포인트 간소화를 위한 설정 추가 (#CHZZ-27)

    엔드포인트 버전 관리 용이함을 위해 prefix 추가 설정 작성
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    452860c View commit details
    Browse the repository at this point in the history
  5. [feat] 기본 보안 설정 작성 (#CHZZ-27)

    기본 보안 설정 작성 및 모든 엔드포인트 승인
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    de8b219 View commit details
    Browse the repository at this point in the history
  6. [feat] 개발환경에서 사용할 프로파일 작성 (#CHZZ-27)

    개발 환경에서 사용할 설정 프로파일 작성
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    273491c View commit details
    Browse the repository at this point in the history
  7. [fix] 결제 비밀키 추가 (#CHZZ-27)

    toss 결제 비밀키 추가
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    998f195 View commit details
    Browse the repository at this point in the history
  8. [feat] 인증 헤더 발급기 구현 (#CHZZ-27)

    인증 승인 요청 API 처리시 필요한 인증 헤더 발급기 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f285d48 View commit details
    Browse the repository at this point in the history
  9. [feat] 결제 승인 엔드포인트 구현 (#CHZZ-27)

    결제 승인 엔드포인트 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a7d3994 View commit details
    Browse the repository at this point in the history
  10. [feat] 결제 승인 응답 및 요청 객체 구현 (#CHZZ-27)

    결제 승인 응답 및 요청 객체 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c512cab View commit details
    Browse the repository at this point in the history
  11. [feat] 결제 승인 PG 요청 구현 (#CHZZ-27)

    토스 결제 승인 PG 요청 엔드포인트 구현 및 예외상황 처리
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b8aad15 View commit details
    Browse the repository at this point in the history
  12. [feat] 토스 응답 객체 구현 (#CHZZ-27)

    토스 결제 승인 PG 응답 객체 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5dba5c1 View commit details
    Browse the repository at this point in the history
  13. [feat] 예외 추상화 (#CHZZ-27)

    예외 추상화와 handler를 이용해 예외 응답 구체화
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fa159b9 View commit details
    Browse the repository at this point in the history
  14. [feat] 토스 예외코드 추가 (#CHZZ-27)

    토스 결제 승인 예외에 대한 열거체 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a68c22e View commit details
    Browse the repository at this point in the history
  15. [feat] 토스 예외코드 추가 (#CHZZ-27)

    토스 결제 승인 예외에 대한 열거체 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d353442 View commit details
    Browse the repository at this point in the history
  16. [refactor] 인증 헤더 발급 로직 수정 (#CHZZ-27)

    secret key를 추상 클래스로 이전
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5b15a37 View commit details
    Browse the repository at this point in the history
  17. [feat] retry 설정 (#CHZZ-27)

    외부 API 실패시 복구를 위한 retry 설정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f162d6c View commit details
    Browse the repository at this point in the history
  18. [feat] 주문번호 발급 엔드포인트 개발 (#CHZZ-27)

    유일 order id를 발급하는 엔드포인트 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    749c1a1 View commit details
    Browse the repository at this point in the history
  19. [feat] 주문번호 발급 및 유일성 검증 로직 구현 (#CHZZ-27)

    주문번호 발급 및 유일성 검증을 위한 repository 조회 및 api 조회 기능 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9bcf03f View commit details
    Browse the repository at this point in the history
  20. [fix] 결제 승인 요청 객체 수정 (#CHZZ-27)

    주문번호를 요청에 담을 수 있도록 수정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1654ead View commit details
    Browse the repository at this point in the history
  21. [fix] 결제 예외코드 수정 (#CHZZ-27)

    주문번호 조회 실패시 발생할 예외코드 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    29a9415 View commit details
    Browse the repository at this point in the history
  22. [fix] 결제 정보 컬럼 추가 (#CHZZ-27)

    결제정보에 주문번호와 결제키 추가
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bd20782 View commit details
    Browse the repository at this point in the history
  23. [test] 테스트 ui 수정 (#CHZZ-27)

    테스트 ui를 위젯 UI로 수정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5de6756 View commit details
    Browse the repository at this point in the history
  24. [chore]mysql 포트 포워딩 (#CHZZ-27)

    로컬환경에서 mysql 사용을 위해 포트포워딩
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf452ba View commit details
    Browse the repository at this point in the history
  25. [fix] 검증로직 제거 (#CHZZ-27)

    `Long`타입 검증 방식과 맞지 않는 검증 어노테이션 제거
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    94d602e View commit details
    Browse the repository at this point in the history
  26. [feat] repository 작성 (#CHZZ-27)

    repository 작성
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    db507a4 View commit details
    Browse the repository at this point in the history
  27. [move] 열거체 이동 (#CHZZ-27)

    공통 사용 열거체를 내부에서 외부로 이동
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    57b4085 View commit details
    Browse the repository at this point in the history
  28. [fix] 개발 편의 메서드 구현(#CHZZ-27)

    개발 편의를 위한 일부 메서드 구현
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e72bd7e View commit details
    Browse the repository at this point in the history
  29. [fix] 경매 번호 응답객체 추가(#CHZZ-27)

    결제 요청에 경매 id 추가
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    49af6ac View commit details
    Browse the repository at this point in the history
  30. [test] 테스트 ui 수정(#CHZZ-27)

    테스트 편의를 위해 코드 수정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3193a59 View commit details
    Browse the repository at this point in the history
  31. [fix] 트랜잭션 범위 수정(#CHZZ-27)

    트랜잭션 전파 범위 수정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    73a0122 View commit details
    Browse the repository at this point in the history
  32. [docs] 테스트 프로파일 지정(#CHZZ-27)

    ci시 사용할 테스트 프로파일 지정
    YeaChan05 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c97f944 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. [fix] 요청 method 수정(#CHZZ-27)

    요청 method를 get -> post로 수정
    YeaChan05 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    69d26f9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'clone/develop' into feat/toss-payment-a…

    …pproval
    
    # Conflicts:
    #	src/main/java/org/chzz/market/common/confing/WebConfig.java
    #	src/main/java/org/chzz/market/domain/auction/entity/Auction.java
    #	src/main/java/org/chzz/market/domain/auction/repository/AuctionRepository.java
    #	src/main/java/org/chzz/market/domain/payment/entity/Payment.java
    #	src/main/java/org/chzz/market/domain/product/entity/Product.java
    #	src/main/java/org/chzz/market/domain/user/entity/User.java
    YeaChan05 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    83602c2 View commit details
    Browse the repository at this point in the history
  3. [fix]resolve conflict(#CHZZ-27)

    resolve conflict
    YeaChan05 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e35724 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Aug 4, 2024

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

Commits on Aug 10, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 22, 2024

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

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 6, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. [fix] 주소 컬럼 수정 (#CHZZ-95)

    주소 API에서 제공하는 정보에 맞게 컬럼 수정
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    02187ab View commit details
    Browse the repository at this point in the history
  2. [fix] 생성 메서드 추가 (#CHZZ-95)

    생성 위임 메서드 추가
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3aa2452 View commit details
    Browse the repository at this point in the history
  3. [feat] 응답 및 요청용 DTO 구현 (#CHZZ-95)

    주소 정보 응답 및 요청용 DTO 구현
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3a4576d View commit details
    Browse the repository at this point in the history
  4. [feat] 주소 등록 및 조회 엔드포인트 구현 (#CHZZ-95)

    주소 등록 및 조회 엔드포인트 구현
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e6fac0d View commit details
    Browse the repository at this point in the history
  5. [feat] 주소 페이징 조회 구현 (#CHZZ-95)

    주소 페이징 조회 구현
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ebc7245 View commit details
    Browse the repository at this point in the history
  6. [fix] p6spy 로깅 프로파일 범위 수정 (#CHZZ-95)

    운영환경에서 로깅 메세지 포멧을 지정하도록 모든 범위에서 동일한 로깅 설정 적용
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    749381a View commit details
    Browse the repository at this point in the history
  7. [refactor] 불필요한 정적 팩토리 메서드 제거 (#CHZZ-95)

    불필요한 정적 팩토리 메서드 제거
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b8bd95d View commit details
    Browse the repository at this point in the history
  8. [fix] customerKey 추가 (#CHZZ-95)

    결제 UI 호출시 사용자 식별을 위한 customerKey 추가
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    95db61d View commit details
    Browse the repository at this point in the history
  9. [fix] customerKey 조회 엔드포인트 구현 (#CHZZ-95)

    customerKey 조회 엔드포인트 구현
    YeaChan05 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    56faf3e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [fix] 인증 가능한 요청으로 수정 (#CHZZ-95)

    인증 가능한 요청으로 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    802b20f View commit details
    Browse the repository at this point in the history
  2. [fix] 적합한 예외처리 (#CHZZ-95)

    상품을 찾지 못한경우 `ProductException`이 발생하도록 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6b364d4 View commit details
    Browse the repository at this point in the history
  3. [fix] 검증 제거 (#CHZZ-95)

    불필요한 검증 에노테이션 제거
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0866055 View commit details
    Browse the repository at this point in the history
  4. [fix] 에러 로그 범위 수정 (#CHZZ-95)

    에러 로그 범위 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a7ae88a View commit details
    Browse the repository at this point in the history
  5. [fix] 에러 코드 수정 (#CHZZ-95)

    에러 코드 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ad6a845 View commit details
    Browse the repository at this point in the history
  6. [feat] RequestPart 에러 핸들러 등록 (#CHZZ-95)

    RequestPart 에러 핸들러 등록
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    57ce94d View commit details
    Browse the repository at this point in the history
  7. [fix] 인증 가능한 요청으로 수정 (#CHZZ-95)

    인증 가능한 요청으로 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    316f719 View commit details
    Browse the repository at this point in the history
  8. [test] 예외 변경에 따른 테스트 수정 (#CHZZ-95)

    예외 변경에 따른 테스트 수정
    YeaChan05 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2e6bb05 View commit details
    Browse the repository at this point in the history