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

✨ API 수정 및 Continuous Deployment script 추가 #88

Merged
merged 21 commits into from
Jan 25, 2024
Merged

Conversation

psychology50
Copy link
Member

작업 이유

  • 모든 일정 조회 API에서 참여하는 반려동물 리스트 추가
  • CD 파이프라인 추가

작업 사항

1️⃣ 모든 일정 조회 요청에 대해 참여 반려동물 리스트 반환

image


2️⃣ DB 쿼리 최적화

image

  • QueryDsl로 Dynamic Query 구성
  • index 설정해서 보다 빠른 탐색 가능
  • 전체 테이블을 조회하는 경우 Full Scan을 타는 쪽이 오히려 유리하다고 판단하여 그렇게 작업했습니다.

3️⃣ CD Pipeline 구축

image

image

  • NCP CLI를 이용하여 ACG 일시적으로 ssh 접근 허용하도록 하여 보안성 유지
  • develop branch에 merge되면 자동으로 서버에 반영
  • pem 키 이슈로 인해 비밀번호 인증 방식을 사용 중인데, 이 점은 추후 수정하도록 하겠습니다.

이슈 연결

close #86 #87

Copy link
Contributor

@heejinnn heejinnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반려동물 추가해주셨군요 수고하셨습니다~

@heejinnn heejinnn merged commit 498644a into develop Jan 25, 2024
3 checks passed
@psychology50 psychology50 deleted the hotfix/86 branch January 26, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔥 일정 조회 시 반려동물 리스트 추가
2 participants