Skip to content

🚀 Deploy 20260406-v1.6.1#633

Merged
Cassiiopeia merged 21 commits intodeployfrom
main
Apr 6, 2026
Merged

🚀 Deploy 20260406-v1.6.1#633
Cassiiopeia merged 21 commits intodeployfrom
main

Conversation

@discipline24
Copy link
Copy Markdown
Collaborator

@discipline24 discipline24 commented Apr 6, 2026

Summary by CodeRabbit

릴리스 노트

  • 새로운 기능

    • 채팅방 상세 정보에 내 아이템 이미지가 표시됩니다
  • 개선사항

    • 아이템 임베딩 업데이트 프로세스가 최적화되었습니다
    • 관리자가 아이템을 삭제할 때 해당 거래 요청이 자동으로 취소되고 관련 사용자들에게 알림이 전송됩니다
  • 버전

    • v1.6.1로 업데이트됨

actions-user and others added 20 commits April 6, 2026 02:14
…_unique_constraint_위반_발생

20260406 #630 embedding 저장 시 unique constraint 위반 발생
@Cassiiopeia
Copy link
Copy Markdown
Member

@coderabbitai summary

@Cassiiopeia Cassiiopeia changed the title title 🚀 Deploy 20260406-v1.6.1 Apr 6, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 6, 2026

✅ Actions performed

Summary regeneration triggered.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 6, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

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.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3daeb917-5336-4171-a688-ff3307c12893

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

Walkthrough

PR은 CI/CD 자동화 워크플로우를 개선하고, 버전 관리 도구를 현대화하며, 채팅방 상세 정보 및 아이템 삭제 알림 기능을 추가합니다. 또한 다양한 버전 메타데이터를 v1.4.67에서 v1.6.1로 업데이트합니다.

Changes

Cohort / File(s) Summary
CI/CD 워크플로우 자동화
.github/workflows/PROJECT-AUTO-CHANGELOG-CONTROL.yaml, .github/workflows/PROJECT-VERSION-CONTROL.yaml, .github/workflows/PROJECT-README-VERSION-UPDATE.yaml
PR 제목 자동 설정, CodeRabbit 요약 감지 로직을 HTML에서 JSON 바디 파싱으로 전환, 푸시 재시도 로직 및 리베이스 처리 추가, 기본 브랜치 동적 참조로 변경
스크립트 기반 버전 관리
.github/scripts/changelog_manager.py, .github/scripts/version_manager.sh
changelog_manager: Markdown 파싱 추가 및 HTML 파서 제거, 노이즈 제거 로직 통합; version_manager: yq/jq 도구 기반 YAML/JSON 파싱으로 전환, 버전 코드 관리 명령 추가, Flutter/JSON 프로젝트 구조화된 업데이트
채팅방 상세 정보 확장
RomRom-Domain-Chat/src/main/java/com/romrom/chat/dto/ChatRoomDetailDto.java, RomRom-Domain-Chat/src/main/java/com/romrom/chat/service/ChatRoomService.java, RomRom-Web/src/main/java/com/romrom/web/controller/api/ChatControllerDocs.java
채팅방 응답에 사용자 아이템 이미지 URL 필드 추가, ChatRoomService의 상세 DTO 변환 로직 업데이트, API 문서화 추가
아이템 삭제 및 임베딩 관리
RomRom-Domain-Item/src/main/java/com/romrom/item/service/ItemService.java, RomRom-Domain-Item/src/main/java/com/romrom/item/repository/postgres/TradeRequestHistoryRepository.java, RomRom-Domain-AI/src/main/java/com/romrom/ai/service/EmbeddingService.java, RomRom-Common/src/main/java/com/romrom/common/repository/EmbeddingRepository.java
아이템 삭제 시 soft-delete 및 거래 요청 취소 처리, 새로운 updateItemEmbedding 메서드 추가, 트레이드 요청 일괄 조회/취소 쿼리 추가
알림 시스템 확장
RomRom-Domain-Notification/src/main/java/com/romrom/notification/event/ItemDeletedByAdminEvent.java, RomRom-Domain-Notification/src/main/java/com/romrom/notification/event/NotificationType.java, RomRom-Domain-Notification/src/main/java/com/romrom/notification/listener/NotificationEventListener.java
새로운 ItemDeletedByAdminEvent 클래스 생성, ITEM_DELETED_BY_ADMIN 알림 타입 추가, 비동기 이벤트 리스너 구현
QA 워크플로우 및 라벨 동기화
.github/workflows/PROJECT-COMMON-QA-ISSUE-CREATION-BOT.yaml, .github/workflows/PROJECT-COMMON-SYNC-ISSUE-LABELS.yaml
QA 담당자 변경 (Cassiiopeia → Chuseok22), 라벨 형식 변경, 체크아웃 액션 v4에서 v5로 업그레이드
버전 메타데이터 업데이트
build.gradle, version.yml, README.md
프로젝트 버전 v1.4.67 → v1.6.1로 업데이트, 마지막 업데이트 정보 및 담당자 변경
기타 구성
.gitignore
TODO.md 파일을 무시 목록에 추가

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~60 minutes

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

✅ 변경사항이 자동으로 deploy 브랜치에 적용되었습니다. PR을 수동으로 닫아주세요.

@Cassiiopeia Cassiiopeia merged commit 99f5d4b into deploy Apr 6, 2026
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.

4 participants