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/#51 로그 관련 도메인와 로그 API 요청의 필드명 변경 #53

Merged
merged 11 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. refactor: 로그 레벨, 데이터 컬럼명 변경

    - CreateLogRequest
      - logLevel -> level
      - logData -> data
    - CreateLogServiceRequest
      - logLevel -> level
      - logData -> data
    - Log
      - logData -> data
    - 필드 변경에 따른 테스트 코드 수정
    miiiinju1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a2a77ab View commit details
    Browse the repository at this point in the history
  2. feat: UUID와 byte 배열 변환을 위한 UUIDUtil 클래스 추가

    UUID 문자열과 byte 배열 간의 변환을 위한 UUIDUtil 클래스를 구현했습니다.
    - uuidStringToBytes: UUID 문자열을 byte 배열로 변환
    - bytesToUuidString: byte 배열을 UUID 문자열로 변환
    miiiinju1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cd4a25e View commit details
    Browse the repository at this point in the history
  3. test: UUID 변환을 검증하는 UUIDUtilTest 클래스 추가

    UUID 변환을 검증하기 위한 UUIDUtilTest 클래스 생성:
    - uuidToBytes_ShouldConvertUUIDStringToByteArray: UUID 문자열을 byte 배열로 변환하는 것을 검증
    - bytesToUUIDString_ShouldConvertByteArrayToUUIDString: byte 배열을 UUID 문자열로 변환하는 것을 검증
    miiiinju1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    27ecf1d View commit details
    Browse the repository at this point in the history
  4. refactor: application_id를 appKey로 변경

    - CreateLogServiceRequest applicationId -> appKey로 변경
    - Log 도메인 객체에서 applicationId -> appKey
    - LogController app-id -> appKey로 변경, Validation NotBlank로 변경
    - LogSerivce에서 applicationId -> appKey로 변경
    - 관련 테스트 변경
    miiiinju1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4a48953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac1b255 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fb8113 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e44b77a View commit details
    Browse the repository at this point in the history
  8. test: Displayname 추가

    miiiinju1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a07a86c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b70a3ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d54562 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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