-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prod 서버 CD 테스트 #77
Merged
Merged
Prod 서버 CD 테스트 #77
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
Github Actions 서버 환경에서 환경 변수가 존재하지 않아 테스트에 실패하는 문제 해결을 위해 설정
Id값 모두 Long형으로 통일
Id값 모두 Long형으로 통일
카테고리별 문제/요약 상세 조회에서 바로 Save to Category버튼(카테고리별 문제/요약 생성)이 가능하도록 Response에 problemId/summaryId 추가
현재 categorizedSummary엔티티에 Summary가 지연 로딩으로 설정되어 있어서 단순 instanceOf 사용 시 프록시 객체 반환으로 항상 삼항 연산자의 값이 false가 나오는 문제 발생 --> summary 메서드를 통해 확인할 수 있도록 수정
…rove 성능 개선 코드 복구
Test: 카테고리별 문제, 카테고리별 요약 CRUD(예외처리 포함) 및 PDF 생성 및 조회 테스트 작성
test: Docker CD 테스트
test: Docker CD 테스트
feat: Docker를 기반으로 한 CD 구축
feat: Prod 서버 자동 배포 스크립트 작성
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.
No description provided.