Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
[FIX] 프로필 조회 응답에 이메일/소셜 정보 추가
|
최신 develop 브랜치로 업데이트 부탁드립니다! |
업데이트 완료하였습니다! |
| private String buildCloudFrontUrl(String key) { | ||
| String cf = props.cloudfrontDomain(); | ||
| if (cf == null || cf.isBlank()) { | ||
| throw new GeneralException(S3ErrorCode.EMPTY_KEY); | ||
| } | ||
| String base = cf.endsWith("/") ? cf.substring(0, cf.length() - 1) : cf; |
There was a problem hiding this comment.
EMPTY_KEY 보단 만드신 CLOUDFRONT_FAILED 가 나중에 에러 찾기 쉬울거같습니다
| region: ${AWS_REGION} | ||
| access-key: ${AWS_ACCESS_KEY_ID} | ||
| secret-key: ${AWS_SECRET_ACCESS_KEY} | ||
| enabled: true |
There was a problem hiding this comment.
액세스키랑 시크릿키 사용안하시면 두개 필드 삭제해주시고 노션 환경변수파일도 수정 부탁드립니다!
* chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]>
* chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> * Fix: cd.yml 수정 도커 컴포즈 (#189) Co-authored-by: catomat0 <[email protected]> * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> * Fix: cd.yml 수정 --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> * Fix: cd.yml 수정 도커 컴포즈 (#189) Co-authored-by: catomat0 <[email protected]> * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: cd.yml 수정 --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> * Chore/resolve main develop conflict (#193) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> * Fix: cd.yml 수정 도커 컴포즈 (#189) Co-authored-by: catomat0 <[email protected]> * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Chore/resolve main develop conflict (#195) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> * Fix: cd.yml 수정 도커 컴포즈 (#189) Co-authored-by: catomat0 <[email protected]> * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- Co-authored-by: catomat0 <[email protected]> * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- Co-authored-by: Minsu Kwon <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: hajimeong <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) Co-authored-by: catomat0 <[email protected]> Co-authored-by: 하지명 <[email protected]> * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> * Fix: cd.yml 수정 --------- Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]> --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
* [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- --------- * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) --------- * Chore/resolve main develop conflict (#193) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) * Fix: cd.yml 수정 도커 컴포즈 (#189) * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- --------- * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) --------- --------- --------- * Chore/resolve main develop conflict (#195) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) * Fix: cd.yml 수정 도커 컴포즈 (#189) * Fix/merge develop to main2 (#192) * [DEPLOY] 2/12 배포 (#163) * chore: OCR result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 --------- * [DEPLOY] 2/12 프롬 수정 (#167) * chore: OCR result DTO 패키지 분리 * chore: Analyze result DTO 패키지 분리 * [CHORE] Auth 파트 정리 및 계층 정리 (#161) * Chore: 명세서 성공 응답으로 통일 수정 * Chore: 리다이렉트 url 기본값 변경 * Remove: infra/redis 삭제 * Chore: auth파트 DTO 분리 --------- * [REFACTOR]이미지 업로드 api (cloudfront) (#150) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * [FIX] 프롬 쿼리문 수정 (#166) * [refactor]cloudfront 방식으로 변경 * [refactor]이미지업로드 cloudfront 방식으로 변경 * test-yaml 수정 * pull * application yaml 수정 * 리뷰 수정 * dto request response result 분리 * fix 오류 수정 * controller 수정 * Fix: 쿼리문 수정 --------- --------- * Fix: AI 컨텐츠 내용 수정 시 재분석 요청 분기 추가 (#176) * [DEPLOY] 3/18-20 UX 개선용 배포 (#188) * docs: README 초안 작성 (#184) * Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186) --------- --------- * Fix: cd.yml 수정 --------- --------- Co-authored-by: Hyeonjin Choe <[email protected]> Co-authored-by: choehyeonjin <[email protected]> Co-authored-by: 하지명 <[email protected]> Co-authored-by: catomat0 <[email protected]> Co-authored-by: kwonminsooo <[email protected]> Co-authored-by: hajimeong <[email protected]> Co-authored-by: eunwoo <[email protected]> Co-authored-by: Minsu Kwon <[email protected]>
📌 PR 개요
🔗 관련 이슈
🛠 변경 사항
✅ 체크리스트