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

3단계 - 즐겨찾기 기능 구현 #355

Open
wants to merge 29 commits into
base: hscom96
Choose a base branch
from

Commits on Aug 15, 2022

  1. feat: 1단계 초기화

    김현수 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b199287 View commit details
    Browse the repository at this point in the history
  2. feat: 권한 enum 추가

    김현수 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7730e74 View commit details
    Browse the repository at this point in the history
  3. refactor: 메서드 위치 변경

    김현수 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bf6f801 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. feat: custom exception 추가

    김현수 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0ebcbd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. fix: 테스트 오류 수정

    김현수 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    ea1eca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. refactor: XXXAuthenticationFilter의 구조화

    김현수 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dcb9838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8109ffa View commit details
    Browse the repository at this point in the history
  3. refactor: UserDetail 의존성 역전

    김현수 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    73ba170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d45966 View commit details
    Browse the repository at this point in the history
  5. refactor: AuthChainInterceptor 메서드 구조화

    김현수 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9570e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. style: 클래스명 UserDetailService 변경

    김현수 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4aa8fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge branch 'hscom96' into step2

    김현수 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6ed9daf View commit details
    Browse the repository at this point in the history
  2. refactor: given() 메서드 간소화

    김현수 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    18e19c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. feat: @overide 태그 추가

    김현수 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    797aff7 View commit details
    Browse the repository at this point in the history
  2. style: userdetailservice 변수명 변경

    김현수 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1859e9b View commit details
    Browse the repository at this point in the history
  3. style: 클래스명 변경 및 메서드명 통일

    김현수 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6b73538 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. refactor: AuthenticationPrincipalArgumentResolver 클래스 member 패키지 의존성 제거

    - LoginMember 클래스 auth 패키지로 이동 및 User로 명칭 변경
    - LoginMember 클래스 이동으로 순환이 제거되어 기존 UserDetail이 불필요하여 삭제
    김현수 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b794805 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. feat: 인수테스트 작성

    김현수 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    91d8c97 View commit details
    Browse the repository at this point in the history
  2. feat: 즐겨찾기 등록 controller 구현

    김현수 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    05305bc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. feat: 즐겨찾기 도메인 구현

    김현수 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2d746dd View commit details
    Browse the repository at this point in the history
  2. feat: 즐겨찾기 등록 service 구현

    김현수 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0c419ad View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. feat: 즐겨찾기 조회 구현

    김현수 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a8d4b2a View commit details
    Browse the repository at this point in the history
  2. feat: 즐겨찾기 삭제 구현

    김현수 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fefa7ed View commit details
    Browse the repository at this point in the history
  3. merge commit

    김현수 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d9c8b9b View commit details
    Browse the repository at this point in the history
  4. merge commit

    김현수 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    49171fe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. feat: 트랜잭션 추가

    김현수 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d1b97b5 View commit details
    Browse the repository at this point in the history
  2. feat: 예외클래스 구체화

    김현수 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    33bc833 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    e194e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e880a2 View commit details
    Browse the repository at this point in the history