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: Add Entity #17

Merged
merged 14 commits into from
Jul 7, 2023
Merged

feat: Add Entity #17

merged 14 commits into from
Jul 7, 2023

Commits on Jul 5, 2023

  1. feat: Add Entity

    jiyeoon00 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    71c445c View commit details
    Browse the repository at this point in the history
  2. feat: ShortMatch 수정

    jiyeoon00 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4b785b8 View commit details
    Browse the repository at this point in the history
  3. feat: Add Attribute Type Convertor

    MatchType, MatchResult, SnsType 에 대한 각각 Enum 값을 DB에 String으로 저장하기 위해 보다
    효율이 좋다는 Convertor 사용 하는 방식을 적용
    jinsu4755 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f0bcb82 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat: Fix jpa table name match to game

    match가 mysql 예약어라 발생하는 문제로 인해 모든 테이블에서 match 단어를 game으로 변경하여 오해를 줄입니다.
    
    추가로 join 관계에 대해 다른 방안을 만들기 위해서 일단 id 를 들고있을 수 있도록 변경합니다
    jinsu4755 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9905745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddadc40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ed8c5 View commit details
    Browse the repository at this point in the history
  4. feat: Create UserRepository Test

    유저 정보 저장시 sns 정보를 통해 만들어지는지 테스트
    jinsu4755 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9cb83df View commit details
    Browse the repository at this point in the history
  5. feat: Update Config

    jinsu4755 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    714cad6 View commit details
    Browse the repository at this point in the history
  6. feat: Add QueryDsl Setting

    복잡한 join 관계에 대해서 query 사용을 위한 dsl 추가
    jinsu4755 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    15efdfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1da072 View commit details
    Browse the repository at this point in the history
  8. feat: Test user nickname update

    유저의 닉네임을 수정할 수 있다.
    유저의 닉네임은 10자를 넘을 수 없다.
    jinsu4755 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7483b6f View commit details
    Browse the repository at this point in the history
  9. feat: Fix Jpa Join Column

    jpa 연관 관계 매핑하여 수정
    
    Co-authored-by: jiyeon <[email protected]>
    Co-authored-by: 이빵주 <[email protected]>
    3 people committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    72e333c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    10e7e16 View commit details
    Browse the repository at this point in the history
  2. ci: Fix Build task command

    jinsu4755 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b1f6869 View commit details
    Browse the repository at this point in the history