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

유저 통합 테스트 완성 #81

Merged
merged 10 commits into from
Oct 26, 2023
Merged

유저 통합 테스트 완성 #81

merged 10 commits into from
Oct 26, 2023

Commits on Oct 25, 2023

  1. feat: Enable null query 'name' of GET /users

    name이 없을 시 전체 사용자에 대해 검색해서 줌
    
    resolve: #78
    jagaldol committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7b0807d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d0237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c6087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bf5a92 View commit details
    Browse the repository at this point in the history
  5. fix: Edit Typo of 'RUQUEST'

    jagaldol committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    16c2f19 View commit details
    Browse the repository at this point in the history
  6. fix: Remove request and Access direct name, districtId

    - api 명세서대로 동작하지 않아 수정
    - RequestPart를 점수 등록/수정과 동일하게 RequestParam으로 변경
    - validation의 로직을 service로 이동
    - 각 요소에 전부 null 허용
    jagaldol committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9131da9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2b71dd View commit details
    Browse the repository at this point in the history
  8. test: Create Test of PUT /users/mine

    s3의 경우 mock으로 처리
    jagaldol committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e755562 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1368bdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7c5094 View commit details
    Browse the repository at this point in the history