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

Feature/chung step5 #12

Merged
merged 24 commits into from
May 29, 2024
Merged

Feature/chung step5 #12

merged 24 commits into from
May 29, 2024

Commits on May 13, 2024

  1. feat : Add shareLink

    - link는 LocalDate.now + UUID로 구성
    - link에 대한 중복 검사 진행
    - link에 인덱스 설정
    kochungcheon committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dbdd8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df23ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd17400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916c153 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f3be8a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. test : 공유파일 다운로드 실패 테스트

    - 삭제된 파일 다운 시 다운 받지 못함
    kochungcheon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3335d28 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    28c28d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4432e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc21cc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    733c6ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc7a49f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    ada9402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1e597 View commit details
    Browse the repository at this point in the history
  3. refactor : requestBody -> modelAttribute

    - Get request
    kochungcheon committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b53fe7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d87cae5 View commit details
    Browse the repository at this point in the history
  5. chore : code smell

    kochungcheon committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3949129 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. chore : remove line

    - settings.gradle
    kochungcheon committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7c43fed View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    70010f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3be9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85002ab View commit details
    Browse the repository at this point in the history
  4. refactor : findExpirations -> deleteByExpirations

    - delete return id
    kochungcheon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    26be5ed View commit details
    Browse the repository at this point in the history
  5. refactor : DeleteLinkSchedler 3시간 단위 삭제 -> 5분 단위 삭제

    - 삭제 빈도 상승으로 삭제 당 부하를 낮추기 위함
    kochungcheon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    38ed73f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32737ab View commit details
    Browse the repository at this point in the history