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

dev -> main branch로 merge #148

Merged
merged 80 commits into from
Mar 25, 2024
Merged

dev -> main branch로 merge #148

merged 80 commits into from
Mar 25, 2024

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    ebc2e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d5329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ed693d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14af1ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8126bd0 View commit details
    Browse the repository at this point in the history
  6. Create gradle.yml

    jminkkk authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7de9563 View commit details
    Browse the repository at this point in the history
  7. Update deploy-main.yml

    jminkkk authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0833b8e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #117 from JNU-econovation/feat-moly

    토큰 시간 조정 및 엑세스 토큰 재발급 로직 리팩토링
    jminkkk authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    98a24ae View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. chore: logback 설정 추가

    jminkkk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3c42b0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af93633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d891203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99c2aa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Merge pull request #119 from JNU-econovation/feat-moly

    logback 설정 추가
    jminkkk authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    5152b7c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    68023a8 View commit details
    Browse the repository at this point in the history
  2. fix: cors 설정 추가

    jminkkk committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5c01c18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from JNU-econovation/feat-moly

    Cors 설정 변경
    jminkkk authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    295baf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat: 타임존 설정

    jminkkk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    43308b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1675707 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from JNU-econovation/feat-moly

    쿠키 가져올 때 @CookieValue 사용하여 가져오도록 수정
    jminkkk authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    47b3329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e42e62 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #123 from JNU-econovation/feat-moly

    엑세스 토큰 재발급 시 Bearer 제거된 쿠키를 서버단에서 붙이도록 수정
    jminkkk authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    abbda1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c5812f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ed8236 View commit details
    Browse the repository at this point in the history
  8. refactor: 변수명 수정

    jminkkk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5f308e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a6240e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eefdfb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe79499 View commit details
    Browse the repository at this point in the history
  12. test: 테스트 코드 수정

    jminkkk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fbe2212 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #125 from JNU-econovation/feat-moly

    모든 토큰 응답 시 만료 시간 전달 및 엑세스 토큰 url 변경
    jminkkk authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    eab9bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    9b0cf90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e726eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44fc59b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef403f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #127 from JNU-econovation/feat-moly

    refresh token 조회 시 반환 타입 List로 변경
    jminkkk authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3785d53 View commit details
    Browse the repository at this point in the history
  6. fix: cors 재설정

    jminkkk committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d4c724c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc73285 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #128 from JNU-econovation/feat-moly

    CORS 재설정
    jminkkk authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    24ad137 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: 누락된 final 추가

    jminkkk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1b3fd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4fb6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    479b1ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c65f872 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #129 from JNU-econovation/feat-moly

    시큐리티 /access-token로 바뀐 url에 permitAll, 로그인 시 리프레시 토큰 무조건 새로 발급
    jminkkk authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d49544a View commit details
    Browse the repository at this point in the history
  6. fix: cors..

    jminkkk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c683488 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e04e939 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4a7e96 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #131 from JNU-econovation/feat-moly

    리프레시 만료 시간이 엑세스 만료 시간으로 들어간 것 수정
    jminkkk authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4a84959 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f56188 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #132 from JNU-econovation/feat-moly

    엑세스 재발급 만료 시간 수정 및 토큰 만료 시간 연장
    jminkkk authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a5decf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    75b5b87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from JNU-econovation/feat-cookie

    카테고리 운동시설 추가
    pyg410 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ea6a54a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

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

Commits on Dec 3, 2023

  1. Merge pull request #136 from JNU-econovation/feat-moly

    ddl-auto 옵션 변경
    jminkkk authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    cb5c44d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    9bbe928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d54eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b40d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f69f558 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca5389 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #138 from JNU-econovation/feat-moly

    테스트용 설정파일 생성 및 멤버 파트 리팩토링
    jminkkk authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6fa3db7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    ae275a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e35072b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #141 from JNU-econovation/feat-moly

    운영 환경 설정 yml 추가 및 기존 yml 변경
    jminkkk authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a7d1133 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    893b612 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    a166a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8046a9c View commit details
    Browse the repository at this point in the history
  3. test: 닉네임 자리수 1-8글자 제한 실패 테스트

    - Github Actions CI도중 빈생성 실패로 테스트코드 임시삭제
    pyg410 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    65ca6a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #144 from JNU-econovation/feat-cookie

    닉네임 자리수 8글자 제한
    pyg410 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    163940f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    e5d982f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6a9b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db8cbf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #145 from JNU-econovation/feat-moly

    docsLocation으로 rename
    jminkkk authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7e194b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    75b7bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93929bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9552dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e29ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77e3bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    032b177 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #146 from JNU-econovation/feat-moly

    문서 수정 시간 응답에 추가
    jminkkk authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    42b9525 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdf51a1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #147 from JNU-econovation/feat-moly

    상세 조회 컨트롤러 테스트 시 ReadResDTO 생성자에 수정 시간 추가
    jminkkk authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c013c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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