-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BE-Review] 2주차 코드리뷰 요청 #65
Open
ksundong
wants to merge
55
commits into
BE-review-phase2
Choose a base branch
from
dev-BE-phase2
base: BE-review-phase2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
굳이 api document가 버전관리 될 필요는 없어서 jar packaging 할 때에만 추가되도록 변경
inputs.dir이 원하는대로 동작하지 않아서 생기는 문제 해결
배달의 민족 REST Doc 참고를 해야할 것 같아요.
[Deploy] apply #48 Issue
User에 추가된 정보가 들어갔는데, 이를 테스트 코드에 추가하지 않아 오류 발생 테스트 코드를 수정하여 해결하였음.
Fix: dev 브랜치 머지 후 코드가 정상 동작하지 않는 오류 수정
[Hotfix] [Deploy] 테스트를 통과하지 못하는 현상 수정
Alex가 사용해 보신 적이 있을까요? 없다면 한 번 사용해 볼만한 것 같아서 추가하였습니다.
hibernate validation에서 검증하지 못하는 경우가 있어서 스프링 부트 버전을 낮췄습니다. 그 과정에서 gradle developmentOnly 설정을 추가해주었습니다.
DDL 쿼리 버전관리를 합니다.
BE-#49 이슈 목록 조회 API 개발 및 선택한 이슈 open close API 개발
default 데이터를 넣는 data.sql 추가 initialization-mode를 embedded로 설정 기본 데이터 추가로 인하여 테스트 코드 수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
설명
서비스 레이어는 어떻게 테스트하는게 좋을지 고민입니다.
리뷰해주셔서 감사합니다!
REST Docs도 다음주차에 다시 추가하는걸 고려해봐야겠네요!