fix(P0): 素材库视频上传时生成缩略图 #588

Merged
auto-approve-bot merged 3 commits from fix/video-thumbnail-ingest into develop 2026-07-19 15:54:47 +08:00

3 Commits

Author SHA1 Message Date
CI Bot 95b9f01f70 fix: black格式化
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 14s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 17s
AI Code Review / AI Code Review (pull_request) Failing after 28s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 40s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 5m29s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 6m24s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 6m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m59s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 12m38s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 22s
2026-07-19 15:42:07 +08:00
CI Bot 9e89d22cb7 fix(P0): 修复缩略图生成失败时临时文件泄漏 + 素材库视频缩略图生成
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 19s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 9s
AI Code Review / AI Code Review (pull_request) Failing after 29s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been skipped
CI/CD Pipeline / Unit Tests (pull_request) Successful in 56s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 4m28s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 5m23s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 9m46s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 10m19s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m8s
- ingest流程中添加视频缩略图生成(使用15%处抽帧)
- 缩略图生成失败不影响主流程,仅打warning日志
- 修复extract_first_frame失败时临时文件未清理的bug
- 修复素材库视频全部显示渐变占位图的问题

Issue: #577
2026-07-19 14:53:19 +08:00
CI Bot e003a43894 fix(P0): 素材库视频上传时生成缩略图
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 16s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 17s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been skipped
AI Code Review / AI Code Review (pull_request) Failing after 33s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 26s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 46s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 2m29s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 6m7s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 6m11s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m47s
- ingest流程中添加视频缩略图生成(使用15%处抽帧)
- 缩略图生成失败不影响主流程,仅打warning日志
- 修复素材库视频全部显示渐变占位图的问题

Issue: #577
2026-07-19 14:40:50 +08:00