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

[1 - 2단계 방탈출 예약 대기] 프린(남기범) 미션 제출합니다. #6

Merged
merged 40 commits into from
May 21, 2024

Commits on May 14, 2024

  1. migrate second mission

    alstn113 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    58791d4 View commit details
    Browse the repository at this point in the history
  2. chore: co-authored 추가

    alstn113 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f129591 View commit details
    Browse the repository at this point in the history
  3. feat: jpa option 추가

    alstn113 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    285f391 View commit details
    Browse the repository at this point in the history
  4. feat: 엔티티 매핑 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    dbbe52d View commit details
    Browse the repository at this point in the history
  5. feat: jpa로 전환

    alstn113 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8fd5ae0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6a39cb View commit details
    Browse the repository at this point in the history
  7. test: DataJpaTest로 전환

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2136972 View commit details
    Browse the repository at this point in the history
  8. feat: 미션 3 web 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1ec71e5 View commit details
    Browse the repository at this point in the history
  9. feat: 내 예약 페이지 작성

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    310ec19 View commit details
    Browse the repository at this point in the history
  10. feat: response 명세에 맞춰 값 설정

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ad585b3 View commit details
    Browse the repository at this point in the history
  11. feat: status enum 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a5f947b View commit details
    Browse the repository at this point in the history
  12. feat: 자신의 예약을 조회하는 기능 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    50b973e View commit details
    Browse the repository at this point in the history
  13. chore: 예약 상태 컬럼 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    88e14bf View commit details
    Browse the repository at this point in the history
  14. test: DatabaseCleaner extension 추

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0521921 View commit details
    Browse the repository at this point in the history
  15. test: 나의 예약 조회 테스

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8eae4b7 View commit details
    Browse the repository at this point in the history
  16. test: 코드 정

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d2bde6 View commit details
    Browse the repository at this point in the history
  17. refactor: status column not null 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    561d023 View commit details
    Browse the repository at this point in the history
  18. docs: 나의 예약 조회 명세서 추가

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1394c53 View commit details
    Browse the repository at this point in the history
  19. test: status 반환 테스트

    Co-authored-by: GIVE가N53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eaba78d View commit details
    Browse the repository at this point in the history
  20. refactor: DatabaseCleaner 리팩토링

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    62f3cf4 View commit details
    Browse the repository at this point in the history
  21. chore: 사용하지 않는 필드 제거

    Co-authored-by: GIVEN53 <rlqja0523@naver.com>
    alstn113 and GIVEN53 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7fa714b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. refactor: join column 추가

    GIVEN53 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2bafd5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a25087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6baa266 View commit details
    Browse the repository at this point in the history
  4. style: import 정리

    GIVEN53 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c854e5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    919e32e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore: sql 파일명 변경

    GIVEN53 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    95dd882 View commit details
    Browse the repository at this point in the history
  2. chore: 0 추가

    GIVEN53 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a570f9c View commit details
    Browse the repository at this point in the history
  3. test: fixture 추가

    GIVEN53 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b7b9d7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40b06c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbe9d83 View commit details
    Browse the repository at this point in the history
  6. refactor: nativeQuery 제거

    GIVEN53 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0a39db0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    ca5840b View commit details
    Browse the repository at this point in the history
  2. refactor: fixture 추출

    GIVEN53 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3e86268 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    02417f5 View commit details
    Browse the repository at this point in the history
  2. refactor: email 분리

    GIVEN53 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2904ac3 View commit details
    Browse the repository at this point in the history
  3. refactor: password 분리

    GIVEN53 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b94a3ad View commit details
    Browse the repository at this point in the history
  4. refactor: memberName 분리

    GIVEN53 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7aee888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    184cda7 View commit details
    Browse the repository at this point in the history
  6. refactor: 테마명 분리

    GIVEN53 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9b8d7ba View commit details
    Browse the repository at this point in the history