Skip to content

[OT-237] [CHORE]: 트랜스코딩 및 RabbitMQ 동작 확인을 위한 Video Storage 구현체 임시 고정#134

Merged
phonil merged 1 commit intodevelopfrom
OT-237-chore/video-storage
Mar 9, 2026
Merged

[OT-237] [CHORE]: 트랜스코딩 및 RabbitMQ 동작 확인을 위한 Video Storage 구현체 임시 고정#134
phonil merged 1 commit intodevelopfrom
OT-237-chore/video-storage

Conversation

@arlen02-01
Copy link
Copy Markdown
Contributor

@arlen02-01 arlen02-01 commented Mar 9, 2026

📝 작업 내용

이번 PR에서 작업한 내용을 적어주세요

  • 트랜스코딩 및 RabbitMQ 동작 확인을 위한 Video Storage 구현체 임시 고정

📷 스크린샷

☑️ 체크 리스트

체크 리스트를 확인해주세요

  • 테스트는 잘 통과했나요?
  • 충돌을 해결했나요?
  • 이슈는 등록했나요?
  • 라벨은 등록했나요?

#️⃣ 연관된 이슈

ex) # 이슈번호

closes #133

💬 리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 예외 처리를 이렇게 해도 괜찮을까요? / ~~부분 주의 깊게 봐주세요

Summary by CodeRabbit

변경사항

  • 버그 수정
    • 로컬 비디오 저장소 컴포넌트의 조건부 활성화 제한이 해제되었습니다. 이제 저장소 제공자 설정과 관계없이 컴포넌트가 스캔되고 로드될 수 있습니다.

@arlen02-01 arlen02-01 requested a review from phonil March 9, 2026 08:34
@arlen02-01 arlen02-01 self-assigned this Mar 9, 2026
@arlen02-01 arlen02-01 added chore 설정 파일 등 변경 (.gitignore, .yml 등) deploy 프로젝트 배포 관련 labels Mar 9, 2026
@phonil phonil merged commit abc1369 into develop Mar 9, 2026
1 check passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 9, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 41b9e890-c957-4910-b69b-b7e97f296767

📥 Commits

Reviewing files that changed from the base of the PR and between 3540bf8 and 398b1df.

📒 Files selected for processing (1)
  • apps/transcoder/src/main/java/com/ott/transcoder/storage/LocalVideoStorage.java

Walkthrough

트랜스코딩 서버의 로컬 파일 저장소 활성화를 위해 LocalVideoStorage 클래스의 @ConditionalOnProperty 주석을 비활성화했습니다. 이제 저장소 공급자 속성 설정과 무관하게 컴포넌트 스캔 대상이 됩니다.

Changes

Cohort / File(s) Summary
Video Storage 조건부 활성화 제거
apps/transcoder/src/main/java/com/ott/transcoder/storage/LocalVideoStorage.java
@ConditionalOnProperty 주석 처리로 storage.provider 속성 조건 제거. LocalVideoStorage가 모든 환경에서 컴포넌트 스캔 대상이 되도록 변경.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch OT-237-chore/video-storage

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.

@phonil phonil deleted the OT-237-chore/video-storage branch April 4, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 설정 파일 등 변경 (.gitignore, .yml 등) deploy 프로젝트 배포 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OT-237] [CHORE]: 트랜스코딩 Video Storage 로컬 저장소 임시 고정

2 participants