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 testcode user #22

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Feature testcode user #22

wants to merge 16 commits into from

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    c5a1e36 View commit details
    Browse the repository at this point in the history
  2. feat : ✨ userLogin Controller 테스트 코드 작성

    1. LogInForm class 생성자 추가는 테스트를 위함
    
    footer 이메일 인증의 경우, 메인페이지 리다이렉트 URL을 넘기는 방법을 좀 더 찾아 봐야 할 것으로 보임
    wsh096 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3191110 View commit details
    Browse the repository at this point in the history
  3. fix : 🚑 userService 에 passwordEncoder 의존성 주입 수정

    1. 불필요하게 2개가 들어가 있었으며 이를 하나로 수정.
    wsh096 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    38d5b1a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    7e1378d View commit details
    Browse the repository at this point in the history
  2. fix : 🚑 userService 테스트

    로그인 성공 외에 모두 통과
    wsh096 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4a758df View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. fix : 🚑 이메일 인증 테스트 코드 작성 완료(사용방법 별도)

    1. 필드 변수를 매개변수로 바꿔서 넣어준다.
    
    Controller의 변수
     @value("${mainpage.url}")
        private String MAINPAGE;
    아래와 같이 수정해야 합니다.
    
    @value("${mainpage.url}") String MAINPAGE
    
    이렇게 하지 않으면 필드변수
    
     userController.emailAuth(request, response, mainPage);
     해당 형태의 메서드를 사용할 때, MAINPAGE는 해당 클래스를 선언하며
     null이 되기 떄문
    wsh096 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    edfc21e View commit details
    Browse the repository at this point in the history
  2. fix : 🚑 userServiceTest 작성 완료

    1. 회원가입 검증, 로그인 검증
    
    2. encoder 사용을 위한 설정 추가.
    wsh096 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3005aaa View commit details
    Browse the repository at this point in the history
  3. fix : 🚑 BookControllerTest

    1. 리스트
    
    2. 예약하기/삭제하기
    wsh096 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8fa3bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77ac720 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7529418 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    47a48b5 View commit details
    Browse the repository at this point in the history
  2. fix : 🚑 ReviewServiceTest 완료

    테스트를 위해 @AllArgsConstructor //for test
    원본 코드에 일부 추가
    wsh096 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9902fda View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix : 🚑 init

    wsh096 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d1de658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc276af View commit details
    Browse the repository at this point in the history
  3. fix : 🚑 일부 변경

    wsh096 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    03eb452 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge remote-tracking branch 'origin/master' into FEATURE_TESTCODE_USER

    # Conflicts:
    #	src/main/java/com/zerobase/yogizogi/accommodation/domain/model/RoomDetailForm.java
    #	src/main/java/com/zerobase/yogizogi/user/domain/model/LogInForm.java
    #	src/main/resources/application-position.properties
    #	src/main/resources/application.properties
    #	src/main/resources/templates/login.html
    wsh096 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9fef09c View commit details
    Browse the repository at this point in the history