Skip to content

Chore/resolve main develop conflict#194

Merged
catomat0 merged 11 commits intodevelopfrom
chore/resolve-main-develop-conflict
Mar 18, 2026
Merged

Chore/resolve main develop conflict#194
catomat0 merged 11 commits intodevelopfrom
chore/resolve-main-develop-conflict

Conversation

@catomat0
Copy link
Collaborator

@catomat0 catomat0 commented Mar 18, 2026

📌 PR 개요

  • 회원 로그인 API 구현

🔗 관련 이슈

  • Closes #이슈번호

🛠 변경 사항

  • 로그인 API 추가
  • JWT 발급 로직 구현

⚠️ 리뷰 시 참고 사항

  • 토큰 만료 시간 적절한지
  • 예외 코드 설계

✅ 체크리스트

  • 로컬에서 정상 실행됨
  • 로그 / 네이밍 정리
  • main / develop 직접 커밋 아님

choehyeonjin and others added 11 commits February 11, 2026 17:04
[DEFLOY] 프로필 조회 API 버그 수정 이후 배포
* chore: OCR result DTO 패키지 분리

* [CHORE] Auth 파트 정리 및 계층 정리 (#161)

* Chore: 명세서 성공 응답으로 통일 수정

* Chore: 리다이렉트 url 기본값 변경

* Remove: infra/redis 삭제

* Chore: auth파트 DTO 분리

---------

Co-authored-by: catomat0 <catomat0@github.com>

* [REFACTOR]이미지 업로드 api (cloudfront) (#150)

* [refactor]cloudfront 방식으로 변경

* [refactor]이미지업로드 cloudfront 방식으로 변경

* test-yaml 수정

* pull

* application yaml 수정

* 리뷰 수정

* dto request response result 분리

* fix 오류 수정

* controller 수정

---------

Co-authored-by: choehyeonjin <guswls2616@naver.com>
Co-authored-by: 하지명 <104803823+hajimeong@users.noreply.github.com>
Co-authored-by: catomat0 <catomat0@github.com>
Co-authored-by: kwonminsooo <118319151+kwonminsooo@users.noreply.github.com>
* chore: OCR result DTO 패키지 분리

* chore: Analyze result DTO 패키지 분리

* [CHORE] Auth 파트 정리 및 계층 정리 (#161)

* Chore: 명세서 성공 응답으로 통일 수정

* Chore: 리다이렉트 url 기본값 변경

* Remove: infra/redis 삭제

* Chore: auth파트 DTO 분리

---------

Co-authored-by: catomat0 <catomat0@github.com>

* [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 <kms37480@naver.com>
Co-authored-by: catomat0 <catomat0@github.com>

---------

Co-authored-by: hajimeong <ha_01@naver.com>
Co-authored-by: choehyeonjin <guswls2616@naver.com>
Co-authored-by: 하지명 <104803823+hajimeong@users.noreply.github.com>
Co-authored-by: catomat0 <catomat0@github.com>
Co-authored-by: kwonminsooo <118319151+kwonminsooo@users.noreply.github.com>
Co-authored-by: eunwoo <enu_i@naver.com>
Co-authored-by: Minsu Kwon <kms37480@naver.com>
[DEPLOY] 랜덤 편지 API 수정 이후 배포
[DEPLOY] 랜덤 편지 API 편지 재고정 로직 수정 이후 배포
Co-authored-by: catomat0 <catomat0@github.com>
Co-authored-by: 하지명 <104803823+hajimeong@users.noreply.github.com>
[DEPLOY] OpenFeign 타임아웃 설정 이후 배포
[DEPLOY] OpenFeign 타임아웃 설정 방식 수정 이후 배포
* docs: README 초안 작성 (#184)

* Fix: 도커 업데이트로 인한 cd 배포 스크립트문 재 설정 (#186)

Co-authored-by: catomat0 <catomat0@github.com>

---------

Co-authored-by: 하지명 <104803823+hajimeong@users.noreply.github.com>
Co-authored-by: catomat0 <catomat0@github.com>
@catomat0 catomat0 self-assigned this Mar 18, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 4c0d6a02-e3d0-4641-b94c-bfe64e354cd9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/resolve-main-develop-conflict
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@catomat0 catomat0 merged commit f5a44a2 into develop Mar 18, 2026
2 checks passed
@catomat0 catomat0 deleted the chore/resolve-main-develop-conflict branch March 18, 2026 08:16
@catomat0 catomat0 restored the chore/resolve-main-develop-conflict branch March 18, 2026 08:19
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