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

release: 0.5.7 #234

Merged
merged 17 commits into from
Feb 16, 2024
Merged

release: 0.5.7 #234

merged 17 commits into from
Feb 16, 2024

Commits on Feb 12, 2024

  1. fix: 충돌 해결 (#210)

    ddingmin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6bb10fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f58d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eac8c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. feat: 기존 회원 리뷰 조회 API 로직 변경 (#218)

    * feat: userId 에 해당하는 유저 리뷰 조회 API 로직 변경 (#217)
    
    * test: 통합테스트 수정 (#217)
    
    * test: 단위테스트 수정 (#217)
    choidongkuen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1a7052c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. docs: readme 작성 (#222)

    ddingmin committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d7f3a3e View commit details
    Browse the repository at this point in the history
  2. docs: readme 작성

    ddingmin committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f5603e0 View commit details
    Browse the repository at this point in the history
  3. docs: readme 수정

    ddingmin committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e3552eb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    97ee246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49ca1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a33d209 View commit details
    Browse the repository at this point in the history
  4. feat: 유저가 삭제되었을때, 알람토큰도 삭제하도록 수정 (#226)

    * feat: 유저가 삭제되었을때, 알람토큰도 삭제하도록 수정한다
    
    * test: ApplicationEventPublisher 바인딩 안되는 테스트 삭제
    
    * refactor: UserDeletedEvent 핸들러 이름 변경
    
    * test: 친구조회 테스트 수정
    
    * refactor: code smell을 제거한다
    devxb committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b71556d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e9ec47 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    f5874bc View commit details
    Browse the repository at this point in the history
  2. feat: 리뷰 등록시 모임 참여 유저 조회 API 수정 (#229)

    * refactor: MeetingController getCurrentUserId() 메소드로 통일 (#228)
    
    * feat: 리뷰에 자신 포함 확인 로직 추가 (#195)
    
    * feat: 모임 참여자 자신 포함 여부 확인 로직 추가(#228)
    
    * test: 단위 테스트 추가 (#228)
    
    * test: 통합 테스트 수정 및 실패 케이스 추가 (#228)
    choidongkuen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    641ee6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cffa33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a212a38 View commit details
    Browse the repository at this point in the history
  5. feat: 리뷰 등록시 요청 DTO Validation 변경 및 로직 추가 (#233)

    * feat: 요청 validation 변경 (#228)
    
    * test: UserControllerTest 리팩토링 (#224)
    
    * feat: 리뷰 등록시 userService 로직 추가 (#224)
    
    * test: 테스트 데이터 관련 메소드 추가 (#224)
    
    * test: 리뷰 등록시 로직 추가에 따른 통합 테스트 추가 (#224)
    
    * test: 리뷰 등록시 로직 추가에 따른 Service 단위 테스트 추가 (#224)
    
    * feat: Cors 허용 메소드 추가 (#224)
    choidongkuen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    824c4a8 View commit details
    Browse the repository at this point in the history