Conversation
fix : 독서취향 등록 API 수정
fix : 독서취향 필드 수정
model -> entity
origin/features
…모든 인증 여부 확인 로직 추가
feat : 로그인을 제외한 모든 요청에 인증 방어 로직 추가
feat : 특정 큐레이션 리스트 조회할 dto추가
chore: test server cors 추가
feat: csv 컨트롤러 삭제(미사용)
서버chore: dev/prod 환경 분리 및 CORS 설정 수정
chore: dev server host 깃허브 시크릿키 오타 수정
chore: CorsConfig 중복 제거
feat: AWS ECR 사용을 위한 develop서벅 CI/CD 수정
feat: aws 경로 수정
feat: 프로덕션 CI/CD ECR에 도커 컨테이너 넣게 수정
This file contains hidden or 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
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.
개요
BookPick MVP 1차 개발 완료 건으로, develop → main 머지 요청드립니다.
총 327커밋, 247파일 변경사항 포함되어 있습니다.
주요 작업 내역
도메인
인프라
성능 개선
무한 스크롤 N+1 쿼리 개선 (#68)
default_batch_fetch_size: 100적용하여 쿼리 397개 → 5개로 감소댓글/조회수 데드락 해결 (#70)
PESSIMISTIC_WRITE) 적용하여 처음부터 X-lock 획득기타
테스트
확인 사항