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

[4기 윤영운] URL Shortener 과제 PR입니다. #47

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

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    a82ab01 View commit details
    Browse the repository at this point in the history
  2. Feat: redirectUrl API

    young970 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    47a3237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62d50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3474c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bfd4dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6e927f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    154066f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bad96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5e88a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5078133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    498ebfc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Refactor: encodedUrl 생성 시 PK를 이용한 방식에서 외부의 유니크 키값을 받아 사용하는 방식으로 변경

    + 인코딩 로직 도메인에서 애플리케이션 레이어로 이동
    young970 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    48d9765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb169f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49827bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcbb58e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d6871a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bb14aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b554ab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Refactor: originUrl 길이 제한 2083으로 변경

    Refactor: UrlRestController createUrl()에서 responseUrl에 관련된 중복 제거
    young970 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    8ec6441 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    66ec1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d0c4a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    3751162 View commit details
    Browse the repository at this point in the history
  2. Refactor: url 생성 API 에서 orElseGet()을 이용하는 방식 대신 exists를 이용하는 방식으로 변경

    Optional의 orElseGet()메서드는 디폴트 값을 반환하는 용도가 알맞다고 생각하기에 방식 변경함.
    young970 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5f9d6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f5855a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fe105f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06a0493 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3f8dcdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1592636 View commit details
    Browse the repository at this point in the history