xiaoxia
adcfc1e919
perf(ci): ci-base 镜像预装 ffmpeg——消除 unit-tests 每次 24min apt 安装
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
AI Code Review / AI Code Review (pull_request) Successful in 2m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m57s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m5s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m42s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 4m59s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 5m6s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m35s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 8m15s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 16m23s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 5m15s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 5m16s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 375h4m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 375h4m37s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 375h4m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 375h4m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 375h4m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 375h18m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 375h18m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 375h18m13s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 375h18m19s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 375h18m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 375h18m23s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 375h18m42s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 375h18m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 375h19m44s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 375h20m21s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 375h23m47s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 375h38m52s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 375h52m24s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 375h52m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 375h54m34s
unit-tests job 跑在全新容器里,ci-base 镜像未预装 ffmpeg,
step_install_ffmpeg.sh 每次都 apt-get update + install ffmpeg,
ffmpeg 拉取 x264/aom/systemd 等数百个编解码依赖,固定耗时约 24 分钟,
pytest 本身 21-23 分钟,导致该 job 每次 45-50 分钟。
把 ffmpeg 预装到 ci-base 镜像后,step_install_ffmpeg.sh 检测到
ffmpeg 已存在会立即退出(exit 0),unit-tests 直接省掉 ~24 分钟。
注:ci-base 镜像需重建并推送 registry 后生效。
2026-08-31 23:54:22 +08:00
xiaoxia
bc9df316dc
fix(ci): Web 镜像 buildx 幽灵缓存防护——Git Tree Hash Cache Bust
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m16s
AI Code Review / AI Code Review (pull_request) Failing after 6m4s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 39s
CI/CD Pipeline / Validate - Style (push) Has been cancelled
CI/CD Pipeline / Validate - Security (push) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 376h37m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 376h38m3s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 376h37m55s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 376h38m5s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 376h37m57s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 376h38m9s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 376h37m59s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 376h38m11s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 376h38m15s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 376h38m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 376h38m38s
CI/CD Pipeline / PR Build API Image (push) Failing after 376h38m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 376h41m34s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 376h44m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 376h44m20s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 377h12m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 377h12m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 377h12m54s
问题:ci-builder-persist 持久化 builder 的 buildkit 层缓存偶尔出现'幽灵命中':
COPY apps/web/ ./ 步骤认为自己没变(实际文件已改),导致 vite build 不执行,
打出来的 Web 镜像前端文件是旧的。
修复原理:
把 apps/web/ 目录的 git tree hash 作为 build arg 传入 Dockerfile。
buildx 把 build arg 值作为缓存键的一部分,hash 变了 → RUN 步骤缓存失效 →
vite build 必须重新执行。依赖层(npm ci)不受影响,仍然正常缓存。
改动:
1. web.Dockerfile:新增 ARG SOURCE_HASH,在构建步骤写入 .cache_bust 文件
2. docker_build_push.sh:Web 镜像构建时计算 git tree hash 并传入
3. docker_build_only.sh:同上
验证:
- 合并后触发 push 到 develop
- 查看 Build Staging Web Image 日志,确认输出 Web cache bust: SOURCE_HASH=xxxxx
- 修改 apps/web/ 下文件再次 push,确认 SOURCE_HASH 值变化且 vite build 执行
2026-08-31 22:40:57 +08:00
xiaoxia
5ed2ee1192
feat: 统一模板 segments 数据源到 template_clip_configs ( #1579 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4s
CI/CD Pipeline / Check push changed paths (push) Successful in 17s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 4m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m39s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m55s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m9s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m8s
AI Code Review / AI Code Review (pull_request) Successful in 9m57s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (push) Has been cancelled
CI/CD Pipeline / Validate - Security (push) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 376h46m42s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 376h48m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 376h48m7s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 376h48m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 376h48m11s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 376h48m19s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 376h48m21s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 376h49m52s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 376h48m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 376h49m54s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 376h53m28s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 376h54m8s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 376h53m30s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 376h54m10s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 376h58m45s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 376h54m10s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 376h58m47s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 376h58m53s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 376h58m49s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 376h58m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 376h59m6s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 376h58m57s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 376h59m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 376h59m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 376h59m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 376h59m10s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 376h59m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 376h59m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 376h59m13s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 376h59m14s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 377h27m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 377h28m27s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 377h33m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 377h33m27s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 22:26:03 +08:00
xiaoxia
061554af89
chore: trigger staging deploy for template segments unification
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2s
AI Code Review / AI Code Review (pull_request) Successful in 2m47s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m25s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m0s
CI/CD Pipeline / Validate - Style (push) Successful in 9m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 48s
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Successful in 7m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m16s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 56s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 54s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Security (push) Successful in 11m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m27s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m29s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m53s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m40s
CI/CD Pipeline / Integration Tests (push) Successful in 36m0s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 377h26m28s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 377h26m30s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 377h26m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 377h26m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 377h26m38s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 377h26m42s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 377h26m52s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 377h26m54s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 377h26m58s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 377h26m56s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 377h27m2s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 377h27m4s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 377h27m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 377h27m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 377h27m51s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 377h28m12s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 377h28m15s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 377h28m16s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 377h28m17s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 377h28m19s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 377h28m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 377h29m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 377h29m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 377h29m59s
CI/CD Pipeline / Frontend Lint (push) Failing after 377h32m2s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 377h40m8s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 377h40m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 377h40m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 378h0m49s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 378h1m15s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 378h1m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 378h2m4s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 378h2m29s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 378h2m33s
2026-08-31 21:43:42 +08:00
CI Bot
87cca302f4
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 0s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 13s
CI/CD Pipeline / Validate - Security (push) Failing after 1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m25s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m40s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m40s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m44s
AI Code Review / AI Code Review (pull_request) Successful in 11m40s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (push) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 377h43m40s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 377h43m44s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 377h44m9s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 377h44m15s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 377h44m11s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 377h44m17s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 377h44m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 377h52m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 377h52m31s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 377h52m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 377h52m35s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 377h52m36s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 377h52m38s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 377h52m39s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 377h52m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 377h52m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 377h52m42s
CI/CD Pipeline / PR Build API Image (push) Failing after 377h52m43s
CI/CD Pipeline / Frontend Lint (push) Failing after 377h52m44s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 377h57m30s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 377h57m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 377h57m43s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 378h17m56s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 378h18m27s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 378h26m43s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 378h26m48s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 378h26m51s
2026-08-31 13:26:58 +00:00
xiaoxia
deb127ae08
feat: 统一模板 segments 数据源为 template_clip_configs ( #1579 )
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4s
CI/CD Pipeline / Check push changed paths (push) Successful in 16s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m29s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m14s
AI Code Review / AI Code Review (pull_request) Failing after 5m22s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m3s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m0s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m35s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 50s
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Successful in 9m58s
CI/CD Pipeline / Validate - Style (push) Has been cancelled
CI/CD Pipeline / Validate - Security (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 378h6m6s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 378h6m10s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 378h7m6s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 378h7m17s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 378h7m21s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 378h7m19s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 378h7m23s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 378h7m27s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 378h7m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 378h7m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 378h13m8s
CI/CD Pipeline / PR Build API Image (push) Failing after 378h7m33s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 378h13m28s
CI/CD Pipeline / Frontend Lint (push) Failing after 378h8m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 378h13m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 378h40m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 378h41m29s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 378h41m39s
2026-08-31 21:07:43 +08:00
xiaoxia
a9438ed996
chore: re-trigger CI (previous run had git-cache EOF infra failure)
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m43s
AI Code Review / AI Code Review (pull_request) Successful in 4m52s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m27s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 28s
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Security (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 379h12m49s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 379h8m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 379h13m12s
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 378h34m9s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 378h34m25s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 378h34m27s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 378h34m29s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 378h38m58s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 378h38m58s
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 378h34m5s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 378h34m6s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 378h34m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 378h38m37s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 378h38m59s
2026-08-31 20:46:10 +08:00
xiaoxia
72f47592a9
fix(ci): 安全/风格检查 pip install 加固——防缓存损坏导致 CI 失败
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (push) Has been cancelled
CI/CD Pipeline / Validate - Style (push) Has been cancelled
CI/CD Pipeline / Validate - Security (push) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Check push changed paths (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 5m45s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 6m8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 378h20m1s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 378h20m2s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 378h20m3s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 378h20m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 378h20m2s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 378h50m49s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 378h50m50s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 378h50m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 378h50m59s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 378h51m37s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 378h51m39s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 378h51m41s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 378h57m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 378h58m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 378h59m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 378h57m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 378h59m32s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 379h3m52s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 9m1s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 27m46s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 12m29s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 40m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 33m58s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 54s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 31s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 378h54m16s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 379h32m12s
问题:Gitea Actions cache 返回损坏归档时(cache EOF/deserialization failed),
pip install pip-audit/detect-secrets/vulture 因 hash mismatch 直接 exit 1,
导致 validate-security/validate-style 整体失败。
修复:
- detect-secrets/pip-audit/vulture 安装加 --no-cache-dir
- pip-audit 安装失败后 graceful skip(本身是 advisory-only)
- detect-secrets 安装失败后重试一次 --no-binary
- vulture 安装失败后 skip 死代码检测(本身是 advisory-only)
2026-08-31 20:16:34 +08:00
xiaoxia
b6c340a352
fix(ci): check-push-paths 恢复脚本下载——e052c054移除checkout导致脚本找不到 ( #1582 )
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Successful in 7s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2s
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Failing after 1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m58s
AI Code Review / AI Code Review (pull_request) Failing after 5m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m59s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m1s
CI/CD Pipeline / Validate - Style (push) Successful in 11m9s
CI/CD Pipeline / CI Gate (pull_request) Successful in 2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m24s
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m7s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m49s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m3s
CI/CD Pipeline / Validate - Security (push) Successful in 26m20s
CI/CD Pipeline / Integration Tests (push) Successful in 27m1s
CI/CD Pipeline / Unit Tests (push) Successful in 34m33s
CI/CD Pipeline / Production Browser E2E (push) Failing after 378h42m3s
CI/CD Pipeline / Deploy Production (push) Failing after 378h42m4s
CI/CD Pipeline / CI Gate (push) Failing after 378h42m4s
CI/CD Pipeline / Build Production Web Image (push) Failing after 378h42m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 378h42m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 379h1m0s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 379h1m4s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 379h1m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 379h4m18s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 379h4m20s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 379h9m18s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 379h9m19s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 379h9m23s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 379h9m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 379h9m27s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 379h9m29s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 379h9m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 379h13m10s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 379h13m20s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 379h13m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 379h13m14s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 379h13m22s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 379h13m26s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Failing after 379h13m28s
CI/CD Pipeline / Validate - Style (pull_request) Failing after 379h13m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 379h16m34s
CI/CD Pipeline / PR Build API Image (push) Failing after 379h16m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 379h16m40s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 379h18m40s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 379h19m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 379h20m22s
CI/CD Pipeline / Canary Release to Production (push) Failing after 379h16m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 379h16m18s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 379h35m15s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 379h43m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 379h43m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 379h47m31s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 379h47m37s
CI/CD Pipeline / Validate - Security (pull_request) Failing after 379h47m43s
CI/CD Pipeline / PR Build Web Image (push) Failing after 379h50m49s
2026-08-31 20:00:26 +08:00
xiaoxia
6e76b45d34
feat: 统一模板 segments 数据源为 template_clip_configs
...
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 378h39m26s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Security (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 379h13m40s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 378h39m26s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 378h39m28s
- list_segments/list_by_user 优先读 clip_configs,回退 template_segments
- create_segments 写入 clip_configs,material_type 存 config JSON
- copy_template 复用 create_segments,使用 created.id
- delete 复用 delete_segments_by_template 清理两张表
- migration 060: 方言感知(postgresql/mysql)一次性迁移历史数据
- 11 个新测试 + 120 个现有测试全部通过
Closes #1579
2026-08-31 19:58:51 +08:00
xiaoxia
cd8e77c1f6
fix(ci): deploy-staging 全栈 push 被错误 skip——success() 改 !cancelled()
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Failing after 2s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 3m19s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m52s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m33s
AI Code Review / AI Code Review (pull_request) Failing after 6m33s
CI/CD Pipeline / Validate - Style (push) Successful in 6m41s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 2m57s
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Successful in 7m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m53s
CI/CD Pipeline / Validate - Security (push) Successful in 19m48s
CI/CD Pipeline / Integration Tests (push) Successful in 19m2s
CI/CD Pipeline / Unit Tests (push) Successful in 27m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 379h26m40s
CI/CD Pipeline / Deploy Production (push) Failing after 379h26m42s
CI/CD Pipeline / CI Gate (push) Failing after 379h26m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 379h26m45s
CI/CD Pipeline / Build Production API Image (push) Failing after 379h26m46s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 379h46m45s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 379h46m45s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 379h46m46s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 379h49m54s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 379h49m56s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 379h49m58s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 379h50m32s
CI/CD Pipeline / Build Staging API Image (push) Failing after 379h50m34s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 379h50m48s
CI/CD Pipeline / Frontend Lint (push) Failing after 379h51m24s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 379h54m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 379h50m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 379h54m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 380h0m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 380h0m57s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 380h24m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 380h25m2s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 380h33m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 380h50m12s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 380h51m39s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m30s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 3m45s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 6m53s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 4m27s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 19m0s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m31s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 380h51m29s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 379h59m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 380h16m1s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 380h16m13s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 380h16m15s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 380h16m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 380h17m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 380h17m18s
CI/CD Pipeline / CI Gate (pull_request) Successful in 2s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 379h59m20s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 379h59m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 379h59m22s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 379h59m24s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 380h24m53s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 380h15m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 380h15m57s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 380h17m24s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 380h17m28s
问题:retag-staging-skipped 在全栈 push 时所有矩阵项都被 skipped(因为都有对应 build),
success() 认为 skipped 不满足条件,导致 deploy-staging 被跳过。
修复:success() → !cancelled(),允许 skipped 依赖不阻塞 deploy。
删除两行误导性注释(声称 success() 不阻塞 skipped,实际恰恰相反)。
安全兜底:build-staging 真正失败时 workflow 会 cancel,!cancelled() 仍会阻止 deploy。
2026-08-31 18:58:18 +08:00
xiaoxia
4ae6394c95
ci: batch2 speedup - merge validate-type-check+migration into validate-python, split validate-code-quality into validate-style+validate-security
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Failing after 2s
CI/CD Pipeline / Validate - Style (push) Successful in 3m52s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m19s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m18s
CI/CD Pipeline / Validate - Python (mypy + alembic) (push) Successful in 5m12s
CI/CD Pipeline / Validate - Security (push) Failing after 5m19s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m19s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m42s
CI/CD Pipeline / Integration Tests (push) Successful in 6m59s
AI Code Review / AI Code Review (pull_request) Successful in 9m14s
CI/CD Pipeline / Unit Tests (push) Successful in 20m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 380h7m40s
CI/CD Pipeline / Canary Release to Production (push) Failing after 380h7m44s
CI/CD Pipeline / Deploy Production (push) Failing after 380h7m44s
CI/CD Pipeline / CI Gate (push) Failing after 380h7m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 380h7m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 380h7m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 380h7m54s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 380h17m5s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 380h17m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 380h20m5s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 380h25m2s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 380h25m3s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 380h25m5s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 380h27m22s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 380h27m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 380h27m26s
CI/CD Pipeline / PR Build Web Image (push) Failing after 380h27m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 380h27m28s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 380h30m27s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 380h30m31s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 380h51m18s
CI/CD Pipeline / Build Staging API Image (push) Failing after 381h1m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 381h1m41s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 381h28m33s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m51s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 51s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 6m57s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 9m58s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 5m58s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 17m20s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m40s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 381h32m3s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 381h15m34s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 381h28m53s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 381h29m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 380h54m22s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 380h54m38s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 380h54m42s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 380h54m55s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 380h54m57s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 381h15m33s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 380h41m19s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 380h41m20s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 380h41m21s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 380h54m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 380h54m18s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 380h55m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 380h57m52s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 380h59m58s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 380h41m20s
Change 5: Merge validate-type-check + validate-migration into validate-python
- Single checkout + single pip install → mypy + alembic
- Saves ~2min checkout + ~1min pip install + 1 runner slot
- Preserves DATABASE_URL env for alembic migration validation
Change 6: Split validate-code-quality into validate-style + validate-security
- validate-style: compileall + black/isort/ruff + vulture (advisory) + auto-fix (~3min)
- validate-security: detect-secrets + bandit (advisory) + pip-audit (advisory) + CI scripts syntax (~5min)
- Both jobs run in parallel, reducing wall-clock time from ~10min to ~5min
Updated references:
- ci-gate needs: validate-code-quality → validate-style + validate-security
- ci-gate needs: validate-type-check + validate-migration → validate-python
- build-production needs: validate-code-quality → validate-style + validate-security
- Removed obsolete scripts/ci/validate_code_quality.sh
2026-08-31 18:25:00 +08:00
xiaoxia
e052c0545e
perf(ci): 流水线第一批提速 — 移除冗余checkout/ffmpeg,解除假依赖 ( #1577 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Failing after 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 5s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 4m23s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m10s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m26s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 6m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 7m18s
AI Code Review / AI Code Review (pull_request) Failing after 7m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m8s
CI/CD Pipeline / Integration Tests (push) Successful in 8m43s
CI/CD Pipeline / CI Gate (pull_request) Successful in 4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m39s
CI/CD Pipeline / Unit Tests (push) Successful in 20m1s
CI/CD Pipeline / Production Browser E2E (push) Failing after 380h49m8s
CI/CD Pipeline / Deploy Production (push) Failing after 380h49m9s
CI/CD Pipeline / CI Gate (push) Failing after 380h49m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 380h49m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 380h49m10s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 381h0m18s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 381h0m18s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 381h0m22s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 381h0m26s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 381h0m29s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 381h0m30s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 381h0m31s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 381h0m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 381h2m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 381h2m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 381h2m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 381h2m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 381h2m49s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 381h5m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 381h5m25s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 381h5m27s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 381h5m33s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 381h5m29s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 381h5m39s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 381h5m31s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 381h5m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 381h5m45s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 381h5m47s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 381h9m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 381h8m9s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 381h9m5s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 381h9m7s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 381h9m9s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 381h9m13s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 381h9m15s
CI/CD Pipeline / Build Staging API Image (push) Failing after 381h9m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 381h9m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 381h9m17s
CI/CD Pipeline / PR Build API Image (push) Failing after 381h9m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 381h9m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 381h23m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 381h23m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 381h34m37s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 381h39m35s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 381h39m49s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 381h39m55s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 381h43m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 381h43m29s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 18:16:04 +08:00
xiaoxia
ee6fa3e1cf
fix(ci): push 路径检测安全回溯——防止 concurrency 取消导致前端改动丢失 ( #1578 )
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m43s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m17s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m21s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m18s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m49s
AI Code Review / AI Code Review (pull_request) Failing after 8m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m18s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m29s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m20s
CI/CD Pipeline / CI Gate (pull_request) Successful in 3m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 14m10s
CI/CD Pipeline / Integration Tests (push) Successful in 6m28s
CI/CD Pipeline / Unit Tests (push) Successful in 16m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 381h21m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 381h21m35s
CI/CD Pipeline / Deploy Production (push) Failing after 381h21m37s
CI/CD Pipeline / CI Gate (push) Failing after 381h22m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 381h22m23s
CI/CD Pipeline / Build Production API Image (push) Failing after 381h22m25s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 381h30m18s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 381h30m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 381h30m24s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 381h30m26s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 381h30m27s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 381h30m28s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 381h31m15s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 381h31m36s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 381h31m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 381h31m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 381h32m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 381h32m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 381h32m37s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 381h32m39s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 381h32m41s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 381h32m43s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 381h32m47s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 381h34m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 381h35m7s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 381h36m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 381h35m9s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 381h36m17s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 381h35m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 381h36m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 381h38m42s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 381h36m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 381h38m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 381h36m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 381h40m45s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 381h41m7s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 381h41m52s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 381h56m33s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 382h4m30s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 382h5m50s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 382h6m49s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 382h6m57s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 382h10m27s
CI/CD Pipeline / PR Build Web Image (push) Failing after 382h12m57s
2026-08-31 17:41:43 +08:00
xiaoxia
afe78fb25f
feat: 成片 duplicate_rate 百分比 + 素材高频使用自动排除 ( #1573 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m15s
AI Code Review / AI Code Review (pull_request) Failing after 6m40s
CI/CD Pipeline / Check push changed paths (push) Successful in 7m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m54s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m46s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m46s
CI/CD Pipeline / CI Gate (pull_request) Successful in 30s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m36s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m14s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m31s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m14s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 6m14s
CI/CD Pipeline / Integration Tests (push) Successful in 5m41s
CI/CD Pipeline / Unit Tests (push) Successful in 19m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 382h9m8s
CI/CD Pipeline / Deploy Production (push) Failing after 382h9m9s
CI/CD Pipeline / CI Gate (push) Failing after 382h9m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 382h9m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 382h9m10s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 382h17m52s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 382h18m18s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 382h17m53s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 382h18m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 382h19m12s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 382h18m28s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 382h19m32s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 382h19m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 382h19m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 382h19m50s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 382h19m16s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 382h20m18s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 382h20m39s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 382h20m45s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 382h20m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 382h21m40s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 382h25m18s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 382h25m22s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 382h25m52s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 382h25m56s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 382h25m58s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 382h26m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 382h26m0s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 382h26m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 382h26m6s
CI/CD Pipeline / Frontend Lint (push) Failing after 382h27m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 382h28m27s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 382h28m28s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 382h28m29s
CI/CD Pipeline / Canary Release to Production (push) Failing after 382h43m22s
CI/CD Pipeline / Build Production Web Image (push) Failing after 382h43m22s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 382h54m0s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 382h54m55s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 382h59m32s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 383h0m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 383h0m20s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 16:56:52 +08:00
xiaoxia
42939a557f
feat(products): 成片库视频内联播放,去掉弹窗 + 自适应比例 ( #1576 )
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 0s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Check push changed paths (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 382h28m31s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 382h28m31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 382h29m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 382h29m56s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 382h29m58s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 382h30m0s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 382h30m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 382h30m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 382h30m4s
CI/CD Pipeline / Frontend Lint (push) Failing after 382h30m6s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 382h30m6s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 382h30m8s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 383h2m43s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 383h3m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 383h4m16s
2026-08-31 16:55:14 +08:00
xiaoxia
864f0e8eb2
fix(assets): 诊断接口改用 /projects/{projectId}/asset-diagnosis 路径 ( #1575 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m24s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m17s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m12s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m0s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m11s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m31s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m38s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m13s
AI Code Review / AI Code Review (pull_request) Failing after 13m17s
CI/CD Pipeline / Integration Tests (push) Successful in 6m4s
CI/CD Pipeline / Unit Tests (push) Successful in 17m59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 4m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 6m29s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 6m44s
CI/CD Pipeline / Canary Release to Production (push) Failing after 382h59m39s
CI/CD Pipeline / CI Gate (push) Failing after 383h1m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 383h1m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 383h1m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 383h1m15s
CI/CD Pipeline / Build Production API Image (push) Failing after 383h1m17s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 383h8m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 383h8m47s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 383h9m3s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 383h8m49s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 383h9m5s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 383h9m7s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 383h9m7s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 383h11m7s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 383h11m13s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 383h11m17s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 383h11m19s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 383h11m21s
CI/CD Pipeline / Build Staging API Image (push) Failing after 383h12m14s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 383h19m2s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 383h19m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 383h19m4s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 383h19m6s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 383h19m9s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 383h19m9s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 383h19m11s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 383h19m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 383h19m13s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 383h19m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 383h19m15s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 383h19m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 383h19m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 383h19m17s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 383h19m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 383h19m21s
CI/CD Pipeline / Deploy Production (push) Failing after 383h35m23s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 383h45m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 383h53m16s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 383h53m18s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 383h53m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 383h53m28s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 16:06:01 +08:00
xiaoxia
243b0e7c78
ci: CI 瞬态故障自动重试机制
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 2s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m48s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m35s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m51s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m27s
AI Code Review / AI Code Review (pull_request) Successful in 8m20s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m23s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m44s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 9m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m37s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m50s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 3m7s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 2m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / Unit Tests (push) Successful in 17m19s
CI/CD Pipeline / Integration Tests (push) Successful in 6m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m21s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m56s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m39s
CI/CD Pipeline / Canary Release to Production (push) Failing after 383h39m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 383h42m9s
CI/CD Pipeline / Deploy Production (push) Failing after 383h42m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 383h42m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 383h42m12s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 383h46m0s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 383h46m0s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 383h46m51s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 383h46m52s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 383h46m53s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 383h46m55s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 383h46m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 383h51m11s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 383h51m15s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 383h51m17s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 383h53m59s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 383h54m59s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 383h55m1s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 383h55m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 383h55m38s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 383h55m55s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 383h55m59s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 383h57m27s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 383h57m31s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 383h57m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 383h57m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 383h57m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 384h1m36s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 384h1m38s
CI/CD Pipeline / PR Build API Image (push) Failing after 384h1m40s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 384h1m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 384h1m42s
CI/CD Pipeline / CI Gate (push) Failing after 384h15m32s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 384h16m22s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 384h21m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 384h25m24s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 384h29m16s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 384h30m8s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 384h31m40s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 384h31m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 384h35m49s
问题:
当 runner 出现瞬态故障(磁盘满/docker挂/网络抖动),分配到该 runner
的 job 会在 checkout/setup 阶段失败。这种失败与代码无关,但没有自动
重试机制,需要人工干预。
方案:
ci_transient_retry.sh - 每 5 分钟扫描最近 30 分钟的 runs:
- 检测特征:失败 job 的 checkout/setup 阶段失败 + 同 run 其他 job 成功
- 自动 re-run 整个 workflow(Gitea API /rerun)
- 每个 run 最多重试 1 次(状态文件跟踪,24h 自动清理)
- 支持 --dry-run 模式
- 日志记录到 /var/log/ci-auto-retry.log
判定逻辑:
- 失败 job 第一个 step 是 checkout/setup 且 conclusion=failure → 瞬态
- 同一 run 至少 2 个 job 成功(排除代码全挂)
- 纯代码失败(lint/test/compile)→ 不重试
部署:
- systemd timer: ci_transient_retry.{service,timer}
- 或 crontab: */5 * * * *
- Token 通过环境变量 / EnvironmentFile 注入,不硬编码
2026-08-31 15:23:40 +08:00
xiaoxia
dddbd3bfa2
fix(editing): 模板片段时长从范围改为固定值 ( #1571 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 3s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m17s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m33s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m8s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m25s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m25s
AI Code Review / AI Code Review (pull_request) Failing after 8m1s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m43s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 9m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m57s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 2m31s
CI/CD Pipeline / CI Gate (pull_request) Successful in 2m23s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 384h3m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 384h3m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 384h4m59s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 384h5m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 384h5m5s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 384h5m12s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 384h7m7s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 384h7m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 384h7m13s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 384h10m23s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 384h10m25s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 384h10m27s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 384h10m27s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 384h10m31s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 384h10m29s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 384h10m29s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 384h10m53s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 384h10m31s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 384h10m59s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 384h11m1s
CI/CD Pipeline / Build Staging API Image (push) Failing after 384h10m33s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 384h11m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 384h13m56s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 384h10m55s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 384h14m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 384h11m3s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 384h14m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 384h14m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 384h14m22s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 384h39m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 384h41m20s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 384h44m36s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 384h45m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 384h48m31s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 15:11:02 +08:00
xiaoxia
ab23ca7e5a
fix(assets): 智能选素材传 limit 参数,避免「有几个选几个」 ( #1570 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m27s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m48s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 7m22s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m28s
AI Code Review / AI Code Review (pull_request) Failing after 8m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m47s
CI/CD Pipeline / CI Gate (pull_request) Successful in 2m27s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m26s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m15s
CI/CD Pipeline / Integration Tests (push) Successful in 5m36s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m14s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m51s
CI/CD Pipeline / Unit Tests (push) Successful in 18m2s
CI/CD Pipeline / Production Browser E2E (push) Failing after 384h46m16s
CI/CD Pipeline / Deploy Production (push) Failing after 384h46m17s
CI/CD Pipeline / CI Gate (push) Failing after 384h46m18s
CI/CD Pipeline / Build Production Web Image (push) Failing after 384h46m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 384h46m18s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 384h54m4s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 384h55m37s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 384h55m39s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 384h55m41s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 384h55m41s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 384h55m53s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 384h57m17s
CI/CD Pipeline / Build Staging API Image (push) Failing after 384h55m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 384h57m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 384h57m21s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 384h57m23s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 385h4m8s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 385h4m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 385h4m12s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 385h4m12s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 385h4m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 385h4m14s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 385h4m16s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 385h4m16s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 385h4m18s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 385h4m16s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 385h4m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 385h4m22s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 385h4m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 385h4m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 385h4m22s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 385h4m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 385h20m28s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 385h20m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 385h29m49s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 385h29m52s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 385h31m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 385h38m21s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 385h38m25s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 385h38m29s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 385h38m33s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 14:21:00 +08:00
xiaoxia
dc816991d6
fix(assets): smart-match 响应扁平化——item 顶层直出素材字段,修复自动选素材全链路 404/422
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m38s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m3s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m24s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m58s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m40s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m17s
CI/CD Pipeline / CI Gate (pull_request) Successful in 47s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 45s
AI Code Review / AI Code Review (pull_request) Successful in 7m56s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Frontend Lint (push) Failing after 10m18s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m17s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m45s
CI/CD Pipeline / Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 14m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 385h35m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 385h35m29s
CI/CD Pipeline / CI Gate (push) Failing after 385h35m30s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 385h35m30s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 385h43m8s
CI/CD Pipeline / Build Production Web Image (push) Failing after 385h35m30s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 385h43m9s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 385h45m50s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 385h46m4s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 385h46m6s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 385h46m8s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 385h46m10s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 385h46m35s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 385h46m12s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 385h46m37s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 385h46m31s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 385h47m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 385h46m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 385h47m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 385h47m9s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 385h49m53s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 385h49m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 385h49m59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 385h50m1s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 385h50m5s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 385h50m7s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 385h50m10s
CI/CD Pipeline / PR Build Web Image (push) Failing after 385h50m11s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 385h50m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 385h50m13s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 385h50m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 385h50m18s
CI/CD Pipeline / Deploy Production (push) Failing after 386h9m40s
CI/CD Pipeline / Build Production API Image (push) Failing after 386h9m41s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 386h20m17s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 386h20m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 386h21m22s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 386h24m2s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 386h24m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 386h24m14s
P0 线上事故:前端 smartMatchAssets 按 {items: AssetItem[]} 解析,
items.map(a => a.id) 直接取 id;但后端 SmartMatchItem 为
{asset: AssetResponse, score, breakdown} 包装结构,导致 id 全为
undefined → GET /assets/undefined 404 连发、POST /clips/from-assets
携带 null 422,自动模式预览无法生成、标题不显示。
修复:
- SmartMatchItem 改为继承 AssetResponse 的扁平结构:id/usable/
used_duration/available_duration/used_ratio 等素材字段全部在 item
顶层,前端拿到即可用;score/breakdown 评分字段保留
- 路由用 model_dump() 解包构造,packages.domain.smart_select_assets
域层 SmartMatchResult.asset 不动,generation_tasks 内部生成链路
([r.asset.id for r in results])零影响
- ClipsFromAssetsRequest 加 pre validator 过滤 null/空串/空白 id;
from-assets 路由层二次归一化兜底,全非法时 400 而非 422/500
测试:扁平结构 3 用例(顶层 id/无 asset 包装/余量字段可读/评分保留)、
端点 TestClient 断言更新、from-assets 容错 4 用例;相关 95 用例全过
2026-08-31 13:35:05 +08:00
xiaoxia
f7693baeae
ci(retag/deploy): 增加镜像内容校验,防止静默部署旧/损坏镜像
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m58s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m19s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m43s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m5s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m18s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m51s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m18s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m23s
AI Code Review / AI Code Review (pull_request) Successful in 11m10s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 2m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Integration Tests (push) Successful in 4m31s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m32s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m23s
CI/CD Pipeline / Unit Tests (push) Successful in 17m40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m1s
CI/CD Pipeline / Production Browser E2E (push) Failing after 385h59m57s
CI/CD Pipeline / Deploy Production (push) Failing after 385h59m58s
CI/CD Pipeline / CI Gate (push) Failing after 385h59m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 385h59m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 385h59m58s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 386h7m23s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 386h8m10s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 386h13m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 386h17m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 386h17m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 386h17m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 386h17m41s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 386h17m43s
CI/CD Pipeline / Canary Release to Production (push) Failing after 386h34m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 386h34m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 386h51m51s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 387h38m38s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 387h50m34s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 387h16m44s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m34s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m7s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m47s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m48s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m51s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 387h50m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m6s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 387h17m45s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 387h18m59s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 387h19m1s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 387h19m3s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 387h22m47s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 387h38m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 387h4m28s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 387h4m29s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 387h4m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 387h4m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 387h16m51s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 387h17m43s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 387h16m22s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 387h16m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 387h16m28s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 387h16m46s
retag_skipped_image.sh 加固:
- 源镜像 layers 有效性检查(layers=0 拒绝 retag)
- 镜像创建时间审计(>72h 输出警告)
- digest 审计记录,方便溯源
ci_staging_deploy.sh 加固:
- pull 后逐服务校验镜像 layers 有效性
- 记录每个镜像的 digest/size/created
- 对比上次部署 manifest,标注变化状态
- 写入 deploy-manifest.json 供下次对比
- 校验失败直接阻断部署
concurrency 保持 cancel-in-progress: true(不变)
生产发版链路不动
2026-08-31 12:01:19 +08:00
xiaoxia
107a391c47
fix(ci): 修正自检step插入位置(独立step而非Checkout内部)
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m31s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m19s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m49s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 7m20s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m55s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m18s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m3s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m18s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m30s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 2m7s
AI Code Review / AI Code Review (pull_request) Successful in 13m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / Integration Tests (push) Successful in 4m44s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m36s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m20s
CI/CD Pipeline / Unit Tests (push) Successful in 19m3s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m9s
CI/CD Pipeline / Production Browser E2E (push) Failing after 387h8m14s
CI/CD Pipeline / Canary Release to Production (push) Failing after 387h8m14s
CI/CD Pipeline / CI Gate (push) Failing after 387h8m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 387h8m15s
CI/CD Pipeline / Build Production API Image (push) Failing after 387h8m16s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 387h16m22s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 387h16m26s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 387h16m26s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 387h16m38s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 387h16m40s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 387h16m40s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 387h16m42s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 387h18m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 387h18m17s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 387h18m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 387h18m53s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 387h18m48s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 387h18m55s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 387h18m57s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 387h21m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 387h22m1s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 387h23m37s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 387h23m43s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 387h23m39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 387h23m45s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 387h27m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 387h23m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 387h27m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 387h27m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 387h27m16s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 387h27m24s
CI/CD Pipeline / PR Build API Image (push) Failing after 387h27m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 387h27m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 387h27m20s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 387h27m22s
CI/CD Pipeline / Deploy Production (push) Failing after 387h42m25s
CI/CD Pipeline / Build Production Web Image (push) Failing after 387h42m25s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 387h50m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 387h53m1s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 387h57m51s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 388h1m32s
上一版 selfcheck 被插进 Checkout code step 内部导致 shell/env 键重复,
Gitea 拒绝解析整个 workflow(DetectWorkflows: ignore invalid workflow)。
本版将 selfcheck 作为独立 step 放在 Checkout 之后。
2026-08-31 11:57:59 +08:00
xiaoxia
2376f0c807
fix(ci): 自检step移到Checkout之后——修复PR分支无脚本导致的误失败
2026-08-31 11:57:59 +08:00
xiaoxia
8c0c34300f
fix(ci): 僵尸run复活防护——重负载job自检+dedupe竞态增强
...
P1修复(2026-08-30 CI巡检实证):
Gitea 1.26.4 调度器bug:被 concurrency cancel 的 run,其 job 会在数小时后
被复活重跑(attempt=2)。实测 42597 号 run 18:46 被取消,21:46 复活,
与正常流水线并行烧了1.5小时 runner(Validate+UnitTests+staging构建全套),
合并高峰双流水线CPU超卖导致单测 14分→30分。
改动:
1. 新增 scripts/ci/ci_run_selfcheck.sh:job 启动第一步实时查本 run 状态,
若 conclusion 为 cancelled/skipped(被复活的僵尸job)立即退出(exit 78),
API 故障时不阻断(unknown 照常执行)
2. ci-pipeline.yml 12 个重量级 job(validate×3、unit/integration/frontend×2、
build-pr/build-staging/staging-e2e/api-tests/build-production)首步插入自检
3. dedupe-check 情形2增强:同一 head_sha 的 push 流水线不只是在跑时去重,
已 success 完成时 PR 侧测试同样跳过(消除竞态窗口双跑)
2026-08-31 11:57:59 +08:00
xiaoxia
3bc850dc0f
fix(ci): 定时任务防僵尸自保——urlopen补超时+扫描墙钟上限+降频
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Check push changed paths (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m54s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Waiting to run
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 387h27m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 387h27m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 387h27m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 387h27m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 387h27m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 388h1m47s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 388h18m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 388h22m12s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 5s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m17s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m47s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 18m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 4m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m52s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 387h44m10s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 387h44m14s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 387h48m0s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 387h48m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 387h48m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 387h48m16s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 388h3m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 388h16m32s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 387h29m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 387h29m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 387h29m38s
CI/CD Pipeline / CI Gate (pull_request) Successful in 44s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 387h54m37s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 387h29m36s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 387h29m37s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 387h42m24s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 387h42m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 387h42m32s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 387h48m2s
P0修复:pr_auto_scan.py 的 api_request() 中 urlopen 无 timeout,
网络异常时永久阻塞(2026-08-30 实测卡死195分钟占满runner slot),
而 Gitea 1.26.4 的 timeout-minutes 对卡死job不生效。
改动:
1. pr_auto_scan.py: urlopen 加 timeout=15s + URLError/socket.timeout
异常捕获(返回599);新增 --max-wall-seconds(默认240s)墙钟上限,
到点主动退出;merge_pr 的 sleep(30) 改为可中断轮询
2. acr_cleanup.py: 7处 urlopen 补 timeout=30s(生产清理链路同款隐患)
3. auto_fix_formatting.py: 5处 urlopen 补 timeout=15s
4. pr-auto-scan.yml / ci-trigger-monitor.yml: schedule 从 */5 降到 */10,
24h运行次数各减半(288→144),监控告警阈值同步为10分钟
2026-08-31 11:28:10 +08:00
xiaoxia
301b591037
fix(test): 清理 sys.modules 时保留 video_processing.* 模块
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m6s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m17s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m2s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 6m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m59s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m37s
AI Code Review / AI Code Review (pull_request) Successful in 10m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m59s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m3s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m23s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 1m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / Unit Tests (push) Successful in 18m44s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m33s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m39s
CI/CD Pipeline / Integration Tests (push) Successful in 7m16s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m7s
CI/CD Pipeline / Canary Release to Production (push) Failing after 387h36m31s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 387h39m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 387h39m56s
CI/CD Pipeline / CI Gate (push) Failing after 387h36m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 387h39m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 387h39m56s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 387h43m34s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 387h43m45s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 387h48m25s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 387h58m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 387h58m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 387h58m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 387h58m41s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 387h58m44s
CI/CD Pipeline / Deploy Production (push) Failing after 388h14m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 388h32m51s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 388h38m28s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 388h47m44s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 0s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m7s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m25s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 6m13s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m13s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m0s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m16s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 388h47m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 388h13m35s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 388h13m37s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 388h13m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 388h13m39s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 388h13m39s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 388h38m29s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 388h4m17s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 388h4m18s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 388h4m18s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 388h13m33s
CI/CD Pipeline / CI Gate (pull_request) Successful in 30s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 388h13m41s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 388h10m32s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 388h4m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 388h10m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 388h10m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 388h13m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 388h13m39s
清理逻辑跳过 video_processing.* 前缀的模块,确保 patch() 字符串
目标解析到的模块对象与 ingest_mod 内部引用的一致,避免 mock 失效。
修复 AI Code Review 阻塞级问题。
2026-08-31 11:11:43 +08:00
xiaoxia
8d8b565499
fix(test): upload_to_oss patcher 改用字符串目标,修复 ingest.py 局部 import 不生效
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m59s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m56s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m20s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m23s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m29s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m45s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m47s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m10s
AI Code Review / AI Code Review (pull_request) Failing after 6m46s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 4m52s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m9s
CI/CD Pipeline / CI Gate (pull_request) Successful in 26s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 388h19m34s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 388h19m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 388h19m35s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 388h19m35s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 388h24m26s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 388h24m28s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 388h27m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 388h27m19s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 388h27m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 388h27m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 388h27m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 388h27m23s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 388h27m23s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 388h27m26s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 388h53m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 388h53m46s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 388h58m39s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 389h1m28s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 389h1m32s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 389h1m34s
patch.object(_oss_helpers_real, ...) 对 ingest.py 函数体内的
from video_processing.oss_helpers import upload_to_oss 不生效,
改为 patch("video_processing.oss_helpers.upload_to_oss", ...)
与 thumb patcher 策略一致,确保 patch.start() 时从 sys.modules
解析模块对象再打补丁。
2026-08-31 10:57:54 +08:00
xiaoxia
2662cd78fe
fix(test): thumb patcher 改回字符串目标
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 0s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m35s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m48s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m0s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m5s
AI Code Review / AI Code Review (pull_request) Successful in 4m26s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m45s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m49s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 3m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m8s
CI/CD Pipeline / CI Gate (pull_request) Failing after 47s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 389h55m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 389h55m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 389h55m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 389h55m40s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 389h59m5s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 389h59m4s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 390h1m58s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 389h59m5s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 390h1m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 390h2m1s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 390h2m3s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 390h2m3s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 390h2m5s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 390h2m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 390h2m5s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 390h29m49s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 390h29m50s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 390h36m8s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 390h36m13s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 390h36m15s
patch.object(_thumb_gen_real) 对 ingest.py 的局部 import 不生效
(模块对象可能不同),改回 patch(字符串目标) 从 sys.modules 取真实模块打补丁。
核心修复(不注入 video_processing mock 到 sys.modules)不变。
2026-08-31 09:23:19 +08:00
CI Bot
26856e1015
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m11s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m6s
AI Code Review / AI Code Review (pull_request) Successful in 4m27s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m36s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m43s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m52s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m18s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m13s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 3m3s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m12s
CI/CD Pipeline / CI Gate (pull_request) Failing after 44s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 390h7m10s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 390h7m11s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 390h7m12s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 390h7m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 390h10m28s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 390h10m29s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 390h13m33s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 390h13m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 390h13m35s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 390h13m37s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 390h13m38s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 390h13m39s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 390h13m40s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 390h13m42s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 390h41m21s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 390h41m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 390h44m39s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 390h47m43s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 390h47m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 390h47m49s
2026-08-31 01:11:43 +00:00
xiaoxia
e5d7fddfcf
fix(test): hevc 转码测试不再注入 video_processing mock 到 sys.modules
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m43s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m1s
AI Code Review / AI Code Review (pull_request) Successful in 4m38s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m48s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m57s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m51s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 390h17m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 390h20m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 390h17m18s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 390h20m4s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 390h20m8s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 390h20m12s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 390h20m16s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 390h20m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 390h20m22s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 390h21m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 390h51m29s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 390h54m16s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 390h54m24s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 390h54m30s
根因:sys.modules 注入 video_processing.oss_helpers / thumbnail_generator 的
MagicMock 即使清理,仍因 video_processing/__init__.py 的
`from . import oss_helpers` 导致包属性残留为 MagicMock,
跨文件污染 test_oss_helpers_pure / test_oss_upload_crash_fix /
test_p02_worker_oss_fix 等(39 个用例失败)。
修复:不再向 sys.modules 注入 video_processing.* mock,改为直接
import 真实模块后用 patch.object 打补丁(patch.stop 自动还原)。
worker_app.db / celery_app mock 保留(独立包树,不影响共享工具包)。
2026-08-31 09:04:05 +08:00
xiaoxia
d2098b03ab
fix(test): hevc 转码测试恢复 sys.modules 时删除全部 mock 条目(补 #1566 漏修) ( #1567 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m52s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m12s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m23s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 7m14s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m48s
AI Code Review / AI Code Review (pull_request) Failing after 8m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m5s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m36s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m42s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m2s
CI/CD Pipeline / Unit Tests (push) Failing after 19m8s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 4m8s
CI/CD Pipeline / CI Gate (pull_request) Successful in 2m8s
CI/CD Pipeline / Integration Tests (push) Successful in 6m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m52s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 19m45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 20m27s
CI/CD Pipeline / Canary Release to Production (push) Failing after 395h52m6s
CI/CD Pipeline / CI Gate (push) Failing after 396h13m31s
CI/CD Pipeline / Deploy Production (push) Failing after 396h15m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 396h15m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 396h15m12s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 396h15m22s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 396h15m46s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 396h15m48s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 396h17m40s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 396h17m48s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 396h17m56s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 396h17m59s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 396h20m38s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 396h20m42s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 396h20m42s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 396h20m40s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 396h25m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 396h33m56s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 396h34m4s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 396h33m58s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 396h34m6s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 396h34m0s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 396h34m10s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 396h34m12s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 396h34m16s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 396h34m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 396h34m18s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 396h34m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 396h34m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 396h34m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 396h34m23s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 396h34m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 396h34m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 396h49m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 396h49m22s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 396h52m7s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 396h54m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 397h8m12s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 397h8m18s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 397h8m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 397h8m30s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 02:51:01 +08:00
xiaoxia
40eca5e83f
fix(web): 上传按钮模式+卡片文字重叠+AI配音时长+smart-match结构兼容 ( #1564 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m44s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m57s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m12s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m55s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m17s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m13s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m2s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m12s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m18s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m6s
AI Code Review / AI Code Review (pull_request) Successful in 9m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 9m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m29s
CI/CD Pipeline / Integration Tests (push) Successful in 3m19s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m3s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m35s
CI/CD Pipeline / Unit Tests (push) Failing after 16m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 397h2m32s
CI/CD Pipeline / Deploy Production (push) Failing after 397h2m34s
CI/CD Pipeline / CI Gate (push) Failing after 397h2m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 397h2m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 397h2m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 397h2m36s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 397h13m8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 397h15m15s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 397h15m21s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 397h15m23s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 397h15m27s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 397h15m31s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 397h15m33s
CI/CD Pipeline / Build Staging API Image (push) Failing after 397h15m25s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 397h15m35s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 397h15m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 397h19m5s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 397h15m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 397h19m7s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 397h18m59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 397h19m11s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 397h19m1s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 397h19m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 397h19m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 397h19m20s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 397h19m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 397h19m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 397h19m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 397h19m21s
CI/CD Pipeline / PR Build API Image (push) Failing after 397h19m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 397h19m21s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 397h19m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 397h19m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 397h19m23s
CI/CD Pipeline / Canary Release to Production (push) Failing after 397h36m44s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 397h49m27s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 397h49m39s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 397h49m44s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 397h53m13s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 397h53m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 397h53m31s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 02:06:03 +08:00
xiaoxia
4cf6f222ed
fix(test): test_ingest_hevc_transcode_task 模块级 mock 用后清理,修复跨文件 mock 污染 ( #1566 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 2s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m7s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m19s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m50s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m20s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m48s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m12s
AI Code Review / AI Code Review (pull_request) Successful in 12m7s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m12s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m26s
CI/CD Pipeline / Unit Tests (push) Failing after 16m57s
CI/CD Pipeline / CI Gate (pull_request) Successful in 3m26s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 2m54s
CI/CD Pipeline / Integration Tests (push) Successful in 6m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m44s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 5m2s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 397h22m25s
CI/CD Pipeline / Production Browser E2E (push) Failing after 397h27m18s
CI/CD Pipeline / CI Gate (push) Failing after 397h27m33s
CI/CD Pipeline / Deploy Production (push) Failing after 397h27m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 397h29m14s
CI/CD Pipeline / Build Production Web Image (push) Failing after 397h29m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 397h29m18s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 397h33m43s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 397h33m47s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 397h34m19s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 397h34m23s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 397h34m25s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 397h35m1s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 397h35m3s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 397h37m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 397h39m30s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 397h39m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 397h39m49s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 397h48m58s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 397h39m51s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 397h49m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 397h49m4s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 397h49m12s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 397h49m8s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 397h49m14s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 397h49m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 397h49m20s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 397h49m21s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 397h49m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 397h49m22s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 397h49m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 397h49m24s
CI/CD Pipeline / PR Build API Image (push) Failing after 397h49m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 397h49m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 398h9m12s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 398h14m3s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 398h23m10s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 398h23m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 398h23m26s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 398h23m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 398h23m34s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 01:36:01 +08:00
xiaoxia
0fde7d687c
fix(test): test_dedup_engine 不再 mock packages.shared 父包,修复 50 个 thumbnail 单测被 mock 污染 ( #1563 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m51s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m19s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m5s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m38s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 7m31s
AI Code Review / AI Code Review (pull_request) Successful in 7m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m30s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m35s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m13s
CI/CD Pipeline / Unit Tests (push) Failing after 16m43s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 1m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m23s
CI/CD Pipeline / Integration Tests (push) Successful in 7m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 13m40s
CI/CD Pipeline / CI Gate (pull_request) Successful in 45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m37s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 398h21m52s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 398h24m52s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 398h24m54s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 398h24m58s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 398h24m58s
CI/CD Pipeline / CI Gate (push) Failing after 398h25m41s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 398h24m58s
CI/CD Pipeline / Production Browser E2E (push) Failing after 398h27m49s
CI/CD Pipeline / Deploy Production (push) Failing after 398h27m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 398h28m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 398h29m2s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 398h29m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 398h29m8s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 398h29m20s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 398h29m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 398h31m19s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 398h36m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 398h38m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 398h38m41s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 398h39m6s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 398h39m8s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 398h38m43s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 398h39m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 398h46m43s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 398h46m45s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 398h46m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 398h46m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 398h46m58s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 398h46m53s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 398h47m15s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 398h49m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 398h47m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 398h49m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 398h47m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 398h47m21s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 398h59m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 399h3m9s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 399h3m15s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 399h12m54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 399h20m56s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-31 00:36:06 +08:00
xiaoxia
fb197e8386
fix(assets): 骨架屏网格列数同步真实网格(6列)+响应式断点对齐 ( #1560 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 7s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m34s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 49s
AI Code Review / AI Code Review (pull_request) Successful in 5m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 59s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m32s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m18s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m17s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m20s
CI/CD Pipeline / CI Gate (pull_request) Successful in 46s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m17s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 400h58m37s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 400h58m41s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 400h58m43s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 400h58m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 400h58m47s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 400h59m18s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 400h58m45s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 400h59m39s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 400h59m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 401h3m53s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 400h58m49s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 401h4m3s
CI/CD Pipeline / Build Staging API Image (push) Failing after 400h59m39s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 401h4m5s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 400h59m39s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 401h4m9s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 401h3m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 401h4m11s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 401h3m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 401h4m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 401h4m16s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 401h4m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 401h4m21s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 401h4m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 401h4m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 401h4m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 401h4m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 401h4m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 401h4m27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 401h32m48s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 401h33m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 401h38m8s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 401h38m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 401h38m32s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 22:21:01 +08:00
xiaoxia
15bc55f0ff
fix(ingest): 修复竖屏 HEVC 转码方向错误(双重旋转/ffprobe 取错行/逗号转义) ( #1559 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m45s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m58s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 40s
AI Code Review / AI Code Review (pull_request) Failing after 10m10s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 42s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 0s
CI/CD Pipeline / Check push changed paths (push) Successful in 2m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m0s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m1s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 29s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m10s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m50s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 13m26s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 15m35s
CI/CD Pipeline / Unit Tests (push) Failing after 22m35s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 22m36s
CI/CD Pipeline / Integration Tests (push) Successful in 22m59s
CI/CD Pipeline / CI Gate (push) Failing after 400h8m39s
CI/CD Pipeline / Production Browser E2E (push) Failing after 400h31m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 400h31m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 400h31m41s
CI/CD Pipeline / Canary Release to Production (push) Failing after 400h31m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 400h31m41s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 400h51m7s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 400h52m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 400h54m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 400h54m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 400h54m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 401h17m47s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 401h17m48s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 401h17m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 401h17m57s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 401h18m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 401h17m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 401h18m45s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 401h18m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 401h18m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 401h19m14s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 401h20m20s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 401h20m31s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 401h20m33s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 401h20m35s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 401h23m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 401h23m25s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 401h25m10s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 401h25m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 401h25m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 401h25m14s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 401h29m24s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 401h29m25s
CI/CD Pipeline / Deploy Production (push) Failing after 401h5m48s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 401h25m17s
CI/CD Pipeline / PR Build Web Image (push) Failing after 401h28m26s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 401h54m38s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 401h57m32s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 401h59m19s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 401h59m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 401h28m26s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 21:56:02 +08:00
xiaoxia
61295b9c25
feat(tts): 正式合成支持克隆音色 + 保存到配音库改写 assets 素材体系 + 克隆接口支持 asset_id ( #1556 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 2s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m43s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m41s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
AI Code Review / AI Code Review (pull_request) Failing after 6m39s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 41s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 7m2s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m16s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m27s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m29s
CI/CD Pipeline / Integration Tests (push) Successful in 2m17s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m0s
CI/CD Pipeline / Unit Tests (push) Successful in 13m47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m58s
CI/CD Pipeline / Production Browser E2E (push) Failing after 404h25m27s
CI/CD Pipeline / Deploy Production (push) Failing after 404h25m28s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 404h25m29s
CI/CD Pipeline / Build Production API Image (push) Failing after 404h25m30s
CI/CD Pipeline / CI Gate (push) Failing after 404h25m30s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 404h32m7s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 404h32m11s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 404h32m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 404h32m19s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 404h32m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 404h32m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 404h32m17s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 404h32m20s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 404h33m16s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 404h38m52s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 404h34m39s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 404h38m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 404h38m58s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 404h39m2s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 404h39m4s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 404h39m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 404h39m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 404h39m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 404h39m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 404h39m18s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 404h39m20s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 404h39m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 404h39m20s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 404h39m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 404h39m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 404h39m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 404h59m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 404h59m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 405h6m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 405h6m27s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 405h6m27s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 405h7m24s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 405h13m2s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 405h13m8s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 405h13m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 405h13m20s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 18:46:06 +08:00
xiaoxia
63e68756ac
feat(assets): 上传完成即时刷新素材网格+卡片尺寸缩小 ( #1558 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 5s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m47s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m1s
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Check push changed paths (push) Successful in 2m16s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 36s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 57s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 8m37s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 401h35m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 404h40m21s
CI/CD Pipeline / Build Staging API Image (push) Failing after 401h36m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 404h40m23s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 404h40m25s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 404h40m25s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 404h40m26s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 404h40m28s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 404h40m26s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 404h40m29s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 404h40m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 404h44m19s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 404h40m35s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 404h44m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 404h44m24s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 404h44m26s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 401h38m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 401h38m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 401h38m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 401h38m44s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 402h10m34s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 405h14m32s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 405h14m35s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 405h14m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 405h18m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 402h12m49s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 18:41:00 +08:00
xiaoxia
5c45629495
feat(assets): 上传即入库——批量上传队列化(并发3)+真实进度+刷新不丢 ( #1557 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m37s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m50s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m5s
AI Code Review / AI Code Review (pull_request) Successful in 7m56s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m20s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m1s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 2m18s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m49s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 2m16s
CI/CD Pipeline / Integration Tests (push) Successful in 4m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / Unit Tests (push) Successful in 15m57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m25s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m10s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m44s
CI/CD Pipeline / Canary Release to Production (push) Failing after 405h11m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 405h13m22s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 405h18m50s
CI/CD Pipeline / Deploy Production (push) Failing after 405h13m23s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 405h18m56s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 405h13m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 405h19m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 405h13m24s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 405h19m0s
CI/CD Pipeline / CI Gate (push) Failing after 405h13m24s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 405h19m2s
CI/CD Pipeline / Build Production API Image (push) Failing after 405h13m24s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 405h19m4s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 405h18m52s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 405h18m54s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 405h20m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 405h20m57s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 405h21m0s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 405h21m3s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 405h21m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 405h20m37s
CI/CD Pipeline / Build Staging API Image (push) Failing after 405h21m5s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 405h24m44s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 405h24m48s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 405h20m59s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 405h25m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 405h25m57s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 405h28m47s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 405h28m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 405h28m53s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 405h29m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 405h29m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 405h29m23s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 405h29m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 405h29m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 405h53m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 405h55m10s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 405h58m55s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 406h0m4s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 406h2m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 406h3m29s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 17:56:02 +08:00
xiaoxia
dd71b644c0
feat(generate): 自动匹配模式删除「AI 已选素材」展示 ( #1555 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 7s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m18s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m5s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m50s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m28s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m10s
AI Code Review / AI Code Review (pull_request) Successful in 6m19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m20s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m0s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m8s
CI/CD Pipeline / CI Gate (pull_request) Successful in 57s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m5s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m25s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m15s
CI/CD Pipeline / Integration Tests (push) Successful in 2m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m42s
CI/CD Pipeline / Unit Tests (push) Successful in 14m5s
CI/CD Pipeline / Production Browser E2E (push) Failing after 407h15m18s
CI/CD Pipeline / Deploy Production (push) Failing after 407h15m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 407h15m20s
CI/CD Pipeline / CI Gate (push) Failing after 407h15m21s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 407h23m15s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 407h23m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 407h15m20s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 407h23m21s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 407h23m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 407h23m17s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 407h24m30s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 407h24m55s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 407h23m23s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 407h24m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 407h24m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 407h25m21s
CI/CD Pipeline / Build Staging API Image (push) Failing after 407h24m53s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 407h25m21s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 407h29m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 407h29m10s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 407h29m14s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 407h29m16s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 407h29m20s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 407h29m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 407h29m23s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 407h29m25s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 407h29m27s
CI/CD Pipeline / Frontend Lint (push) Failing after 407h29m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 407h29m27s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 407h29m29s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 407h29m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 407h29m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 407h29m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 407h29m31s
CI/CD Pipeline / Canary Release to Production (push) Failing after 407h49m27s
CI/CD Pipeline / Build Production API Image (push) Failing after 407h49m29s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 407h57m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 407h59m28s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 407h59m29s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 408h3m20s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 408h3m26s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 15:56:00 +08:00
xiaoxia
de97f5f0fb
fix(voices): 配音库四连修复——进度条隔离/TTS克隆音色/克隆弹窗素材选择 ( #1554 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m12s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m32s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m32s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m0s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m23s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 59s
AI Code Review / AI Code Review (pull_request) Successful in 6m35s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m20s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m25s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m29s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m33s
CI/CD Pipeline / CI Gate (pull_request) Successful in 43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m22s
CI/CD Pipeline / Integration Tests (push) Successful in 2m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m50s
CI/CD Pipeline / Unit Tests (push) Successful in 13m33s
CI/CD Pipeline / Production Browser E2E (push) Failing after 408h15m51s
CI/CD Pipeline / Deploy Production (push) Failing after 408h15m53s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 408h15m53s
CI/CD Pipeline / CI Gate (push) Failing after 408h15m53s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 408h22m54s
CI/CD Pipeline / Build Production API Image (push) Failing after 408h15m54s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 408h22m57s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 408h23m1s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 408h22m59s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 408h23m3s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 408h23m42s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 408h23m42s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 408h23m56s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 408h23m55s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 408h23m56s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 408h25m32s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 408h25m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 408h25m37s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 408h25m40s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 408h25m39s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 408h25m41s
CI/CD Pipeline / Build Staging API Image (push) Failing after 408h25m42s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 408h25m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 408h25m44s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 408h25m46s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 408h29m23s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 408h29m25s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 408h29m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 408h29m27s
CI/CD Pipeline / Frontend Lint (push) Failing after 408h29m29s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 408h29m30s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 408h29m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 408h29m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 408h29m31s
CI/CD Pipeline / Canary Release to Production (push) Failing after 408h50m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 408h50m1s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 408h57m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 408h58m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 408h59m42s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 408h59m52s
CI/CD Pipeline / PR Build API Image (push) Failing after 409h3m39s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 14:56:00 +08:00
xiaoxia
4f7746926c
Merge pull request 'fix(ingest-jobs): GET /{job_id} 查不到时返回 404 而非 500' ( #1553 ) from fix/ingest-jobs-404-not-found into develop
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 2s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m7s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m34s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m15s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m3s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m46s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m42s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m35s
AI Code Review / AI Code Review (pull_request) Failing after 7m34s
CI/CD Pipeline / CI Gate (pull_request) Successful in 54s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 55s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 7m56s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / Integration Tests (push) Successful in 2m23s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m15s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m45s
CI/CD Pipeline / Unit Tests (push) Successful in 13m34s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 411h11m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 411h11m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 411h11m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 411h11m47s
CI/CD Pipeline / Deploy Production (push) Failing after 411h11m47s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 411h18m30s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 411h18m50s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 411h18m31s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 411h18m52s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 411h18m54s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 411h19m0s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 411h20m23s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 411h18m56s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 411h20m48s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 411h20m48s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 411h20m49s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 411h21m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 411h22m25s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 411h22m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 411h22m33s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 411h25m5s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 411h25m7s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 411h25m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 411h25m13s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 411h25m15s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 411h25m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 411h25m19s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 411h25m20s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 411h25m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 411h25m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 411h25m23s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 411h25m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 411h25m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 411h45m55s
CI/CD Pipeline / CI Gate (push) Failing after 411h45m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 411h53m6s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 411h54m55s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 411h56m39s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 411h59m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 411h59m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 411h59m31s
2026-08-30 12:00:07 +08:00
xiaoxia
1106ba5c45
fix(voices): 配音素材上传卡「处理中…」修复 ( #1552 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m0s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m26s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m16s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m26s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m4s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m35s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m15s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m16s
CI/CD Pipeline / CI Gate (pull_request) Successful in 55s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m6s
AI Code Review / AI Code Review (pull_request) Failing after 11m37s
CI/CD Pipeline / Integration Tests (push) Successful in 2m35s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m52s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 411h32m47s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 411h32m48s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 411h32m47s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 411h32m49s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 411h32m51s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 411h32m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 411h34m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 411h34m7s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 411h34m7s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 411h34m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 411h34m47s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 411h34m49s
CI/CD Pipeline / Build Staging API Image (push) Failing after 411h34m55s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 411h35m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 411h35m19s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 411h35m23s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 411h35m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 411h35m30s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 411h35m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 411h35m32s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 411h35m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 411h35m36s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 411h35m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 411h35m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 411h39m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 411h39m26s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 411h39m27s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 411h39m27s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 412h7m1s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 412h8m13s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 412h8m53s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 412h9m29s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 412h9m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 412h9m50s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 11:46:04 +08:00
CI Bot
b69588f14d
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m11s
AI Code Review / AI Code Review (pull_request) Successful in 4m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m20s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m36s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 7m36s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m9s
CI/CD Pipeline / CI Gate (pull_request) Successful in 48s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m34s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m33s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 411h32m49s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 411h32m57s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 411h32m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 411h34m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 411h35m1s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 411h42m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 411h42m25s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 411h42m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 411h43m0s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 411h43m18s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 411h43m20s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 411h43m22s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 411h43m24s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 411h44m42s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 411h43m26s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 411h44m45s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 411h46m47s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 412h9m7s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 412h17m7s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 412h18m48s
2026-08-30 03:38:42 +00:00
xiaoxia
1f9236bb16
fix(ingest-jobs): GET /{job_id} 查不到时返回 404 而非 500 ValueError
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 5s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m45s
AI Code Review / AI Code Review (pull_request) Successful in 4m22s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m33s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 6m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m37s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m33s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m58s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m53s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 411h51m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 411h52m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 411h52m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 411h52m55s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 411h52m56s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 411h53m0s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 411h53m2s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 411h54m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 411h54m45s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 411h57m43s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 412h25m40s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 412h27m0s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 412h27m5s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 412h28m54s
之前 job 不存在抛 ValueError,被全局异常处理映射到 500,导致客户端拿不到合理的
'未找到'语义。改为 HTTPException(404)。
补 GET 路由单测:不存在→404、存在→200 + 字段完整。
2026-08-30 11:27:27 +08:00
xiaoxia
411595ed90
ci: 测试类job去重——同head_sha有push流水线时PR侧跳过测试 ( #1551 )
...
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (push) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m17s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m53s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m46s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m22s
CI/CD Pipeline / CI Gate (pull_request) Successful in 48s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 28s
AI Code Review / AI Code Review (pull_request) Successful in 7m37s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m40s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m36s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m42s
CI/CD Pipeline / Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m23s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m9s
CI/CD Pipeline / Unit Tests (push) Successful in 14m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 412h15m1s
CI/CD Pipeline / Deploy Production (push) Failing after 412h15m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 412h15m2s
CI/CD Pipeline / CI Gate (push) Failing after 412h15m3s
CI/CD Pipeline / Build Production API Image (push) Failing after 412h15m3s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 412h22m25s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 412h23m39s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 412h25m4s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 412h25m6s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 412h25m10s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 412h25m12s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 412h25m18s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 412h25m14s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 412h25m18s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 412h25m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 412h25m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 412h25m40s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 412h25m19s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 412h25m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 412h25m42s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 412h25m48s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 412h25m52s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 412h25m54s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 412h29m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 412h29m29s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 412h29m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 412h29m31s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 412h29m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 412h29m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 412h29m33s
CI/CD Pipeline / PR Build API Image (push) Failing after 412h29m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 412h29m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 412h49m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 412h49m10s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 412h56m32s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 412h59m15s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 412h59m24s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 412h59m43s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 412h59m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 412h59m57s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 413h3m34s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 10:56:00 +08:00
xiaoxia
839426a2cc
fix: 素材余量四字段兼容 Asset 领域实体(真实接口恒为 None 修复) ( #1550 )
...
CI/CD Pipeline / Check push changed paths (push) Successful in 3m53s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m47s
AI Code Review / AI Code Review (pull_request) Failing after 7m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m27s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m15s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m7s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 54s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m16s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m5s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 3m10s
CI/CD Pipeline / Integration Tests (push) Successful in 4m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m31s
CI/CD Pipeline / Unit Tests (push) Successful in 18m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m36s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 414h45m53s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 414h45m53s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 414h45m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 414h45m55s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 414h45m55s
CI/CD Pipeline / Production Browser E2E (push) Failing after 414h46m9s
CI/CD Pipeline / Deploy Production (push) Failing after 414h46m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 414h46m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 414h46m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 414h46m11s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 414h56m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 414h56m31s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 414h56m31s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 414h56m33s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 414h56m49s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 414h58m46s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 414h59m3s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 414h59m9s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 414h59m11s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 414h59m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 414h59m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 414h59m20s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 414h59m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 415h0m41s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 415h4m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 415h4m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 415h4m31s
CI/CD Pipeline / Frontend Lint (push) Failing after 415h4m32s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 415h4m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 415h20m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 415h20m17s
CI/CD Pipeline / CI Gate (push) Failing after 415h20m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 415h33m14s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 415h33m20s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 415h33m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 415h38m38s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 08:21:00 +08:00
xiaoxia
3acdb8b729
Merge pull request 'feat: 片段重复率控制(受控复用+15%双闸门+批量plan独立)与素材余量四字段' ( #1549 ) from feat/segment-duplication-control into develop
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m53s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m53s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 7m9s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m21s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 7m15s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m18s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m26s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m24s
AI Code Review / AI Code Review (pull_request) Failing after 8m40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m46s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 34s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m51s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m55s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m29s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m6s
CI/CD Pipeline / Integration Tests (push) Successful in 4m7s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m27s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m10s
CI/CD Pipeline / Unit Tests (push) Successful in 16m39s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m38s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 415h31m4s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 415h31m5s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 415h31m4s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 415h31m5s
CI/CD Pipeline / Production Browser E2E (push) Failing after 415h32m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 415h31m6s
CI/CD Pipeline / Build Production Web Image (push) Failing after 415h32m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 415h32m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 415h32m19s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 415h40m16s
CI/CD Pipeline / Deploy Production (push) Failing after 415h32m17s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 415h40m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 415h40m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 415h40m30s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 415h41m45s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 415h41m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 415h43m6s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 415h43m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 415h44m30s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 415h43m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 415h44m32s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 415h43m12s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 415h45m4s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 415h43m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 415h45m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 415h45m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 415h49m0s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 415h44m34s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 415h49m0s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 415h49m2s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 416h5m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 416h6m24s
CI/CD Pipeline / CI Gate (push) Failing after 416h6m25s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 416h17m10s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 416h17m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 416h19m13s
2026-08-30 07:36:33 +08:00
CI Bot
8c760d4a2d
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m39s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m16s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m34s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m46s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m30s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m25s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m25s
AI Code Review / AI Code Review (pull_request) Successful in 9m23s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 9m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 46s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m30s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 5m53s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 415h50m28s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 415h50m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 415h50m32s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 415h50m32s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 415h50m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 415h59m58s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 415h59m57s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 416h3m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 416h3m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 416h3m26s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 416h3m28s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 416h3m28s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 416h3m29s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 416h3m30s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 416h3m32s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 416h24m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 416h34m4s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 416h37m30s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 416h37m34s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 416h37m36s
2026-08-29 23:21:59 +00:00
CI Bot
78e9463825
fix(segments): AI Review 二轮修复 — 批量无源plan索引守卫 + 区间set精度归一化
...
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m8s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m2s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m23s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m2s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 416h7m42s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 416h7m42s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 416h11m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 416h11m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 416h11m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 416h11m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 416h11m11s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 416h11m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 416h11m17s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 416h11m13s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 416h11m18s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 416h11m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 416h41m48s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 416h45m19s
- [阻塞] count>1 但 source_edit_plan_id 为空时 variant_plan_ids 为空列表,
循环 task_index>0 直接索引 variant_plan_ids[task_index-1] 抛 IndexError
导致批量创建崩溃;加非空守卫,无源 plan 时各任务走自身随机选片
(新增回归测试 test_batch_no_plan_guard:还原守卫即红、修复后绿)
- [建议] MediaKit 历史区间 set 去重前 round(3) 归一化浮点精度,避免
1.0 与 1.0000000001 被误判为不同区间
- [建议] smart-match 循环调用 compute_asset_availability 为纯函数
(只读 model 内存字段、无 DB 查询),无 N+1 问题,无需修改
2026-08-30 07:14:16 +08:00
CI Bot
b2d4589949
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m8s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m51s
AI Code Review / AI Code Review (pull_request) Successful in 3m50s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m4s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m7s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m21s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m21s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 3m9s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 9m27s
CI/CD Pipeline / CI Gate (pull_request) Failing after 24s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 420h34m16s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 420h34m17s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 420h34m18s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 420h34m18s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 420h34m18s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 420h43m45s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 420h43m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 420h46m45s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 420h46m45s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 420h46m47s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 420h46m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 420h46m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 420h46m49s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 420h46m53s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 421h8m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 421h17m50s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 421h20m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 421h20m51s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 421h20m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 421h20m56s
2026-08-29 18:38:42 +00:00
CI Bot
b2a334f99b
fix(segments): AI Review 阻塞项修复 — 记录写入行级锁 + 克隆失败不降级共用
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m42s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m52s
AI Code Review / AI Code Review (pull_request) Failing after 4m16s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m24s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m33s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m34s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 420h49m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 420h49m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 420h52m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 420h52m10s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 420h52m8s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 420h52m12s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 420h52m12s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 420h52m14s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 420h52m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 420h52m14s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 420h52m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 421h23m27s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 421h26m13s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 421h26m17s
- record_used_segments 读取 AssetModel 加 with_for_update() 行级锁,
序列化并发事务对 classification_result 的读-改-写,杜绝区间记录丢失更新
(SQLite 下 with_for_update 为 no-op)
- 批量生成:变体 plan 克隆前置到任务创建之前,全部成功才建任务(无脏数据);
克隆含 1 次重试抗 DB 抖动,仍失败则 500 中断,不再静默退回共用源 plan
- 预览生成:克隆失败标记任务 failed 并返回 500,不再退回原 plan
(两条修复共同保证批量/多预览视频内容不重复的业务约束)
- 测试:FakeSession 支持 with_for_update;预览相关测试 mock EditPlanService
或显式置空 source_edit_plan_id;zip 加 strict(B905)
2026-08-30 02:33:19 +08:00
CI Bot
7cb36a5c3d
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m9s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m39s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 3m43s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m0s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m3s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m7s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m24s
AI Code Review / AI Code Review (pull_request) Failing after 4m42s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m58s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 9m19s
CI/CD Pipeline / CI Gate (pull_request) Failing after 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 420h56m34s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 420h56m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 420h56m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 421h5m58s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 420h56m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 421h5m58s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 421h8m58s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 421h5m59s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 421h8m59s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 421h9m2s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 421h9m2s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 421h9m6s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 421h9m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 421h9m8s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 421h9m10s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 421h30m41s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 421h30m43s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 421h43m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 421h43m6s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 421h43m8s
2026-08-29 18:16:26 +00:00
CI Bot
e33502956c
feat(segments): 片段重复率控制(受控复用+15%闸门)与素材余量四字段
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m5s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m38s
AI Code Review / AI Code Review (pull_request) Failing after 3m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m24s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 421h11m26s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 421h11m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 421h14m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 421h14m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 421h14m21s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 421h14m27s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 421h14m27s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 421h14m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 421h14m33s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 421h14m35s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 421h45m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 421h48m24s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 421h48m32s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 421h48m36s
Task G:任意两条成片画面重复率 ≤15%
- MediaKit 智能选片避让历史区间:历史区间并入冲突检查、0.3s 边缘间隙、
撞历史时放弃推荐保留原起点(不再挪到已用画面)
- 自动轮回改造为受控复用:历史永不自动清空;used_time_ranges 增加
use_count/last_used_at;100 次随机失败后复用 last_used_at 最老且
use_count<3 的区间;单条成片复用占比 >15% 时该素材停止分配(分配闸门 +
复用回调内预判双闸门);全部素材超限返回 400「素材可切区间不足,请补充新素材」
- 复用回调返回 None 时 calc 直接返回 None(删除末尾/0.0 重叠降级),
from-assets 轮询内 calc 失败切换下一素材
- 批量 N 条视频片段独立:count>1 时克隆独立 plan,禁止共用
source_edit_plan_id/clips(合并 Issue #1282);预览同样克隆独立变体
- 常量:REUSE_RATIO_LIMIT=0.15 / SEGMENT_EDGE_GAP=0.3 / MAX_RANGE_USE_COUNT=3
Task H:素材余量透出与已用尽素材排除
- GET /assets 列表与详情响应附加 used_duration/available_duration/
used_ratio/usable 四字段(非视频/无时长/异常时 None + usable=True,零影响)
- usable=false:零重复可切区间已耗尽(扩边后无 ≥3s 空闲段)且所有历史
区间 use_count 均达上限
- smart-match 结果层过滤 usable=false 素材(评分逻辑不动)
- from-assets 对已用尽素材天然兜底:calc 返回 None → 轮询跳过 →
全部素材用尽时 400
测试:新增 test_mediakit_conflicts(10)/test_clone_plan_variant(7)/
test_asset_availability(23),更新 tracker/clips/mediakit 既有用例;
全量 unit 13910 passed
2026-08-30 02:10:06 +08:00
xiaoxia
652bbfe12b
feat(assets): 素材余量角标 + Step2 过滤已用尽素材 ( #1548 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m26s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m27s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m9s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m19s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m42s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m33s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m4s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 45s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 46s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m22s
AI Code Review / AI Code Review (pull_request) Successful in 8m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m35s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m1s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m17s
CI/CD Pipeline / Integration Tests (push) Successful in 5m10s
CI/CD Pipeline / Unit Tests (push) Successful in 16m2s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 421h42m5s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 421h42m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 421h42m6s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 421h42m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 421h43m31s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 421h42m7s
CI/CD Pipeline / Deploy Production (push) Failing after 421h43m31s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 421h43m32s
CI/CD Pipeline / Build Production Web Image (push) Failing after 421h43m32s
CI/CD Pipeline / Build Production API Image (push) Failing after 421h43m32s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 421h51m31s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 421h52m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 421h53m18s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 421h53m20s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 421h53m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 421h53m22s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 421h53m28s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 421h53m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 421h53m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 421h54m51s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 421h53m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 421h55m8s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 421h57m24s
CI/CD Pipeline / Build Staging API Image (push) Failing after 421h53m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 421h59m29s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 421h54m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 421h59m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 421h54m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 421h59m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 421h59m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 422h16m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 422h17m36s
CI/CD Pipeline / CI Gate (push) Failing after 422h17m37s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 422h26m19s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 422h27m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 422h33m36s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-30 01:26:00 +08:00
xiaoxia
6422472ef3
feat(voices): 配音素材卡片 UI 对齐预置音色 + 删除常驻 + 批量删除 ( #1545 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m48s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m39s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m21s
AI Code Review / AI Code Review (pull_request) Failing after 7m33s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m15s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 28s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 49s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 10m41s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 10m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 12m34s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 12m37s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m49s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 20m11s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 20m35s
CI/CD Pipeline / Unit Tests (push) Successful in 30m9s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 29m30s
CI/CD Pipeline / Integration Tests (push) Successful in 22m50s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 22m34s
CI/CD Pipeline / CI Gate (pull_request) Successful in 26s
CI/CD Pipeline / CI Gate (push) Failing after 423h21m33s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 423h29m21s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 423h29m23s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 423h29m26s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 423h29m26s
CI/CD Pipeline / Production Browser E2E (push) Failing after 423h30m36s
CI/CD Pipeline / Deploy Production (push) Failing after 423h30m37s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 423h30m38s
CI/CD Pipeline / Build Production API Image (push) Failing after 423h30m39s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 423h55m31s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 423h55m55s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 423h55m59s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 423h55m57s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 423h56m1s
CI/CD Pipeline / Build Staging API Image (push) Failing after 423h56m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 423h56m3s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 423h56m7s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 423h56m7s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 423h56m31s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 423h57m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 423h59m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 423h59m35s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 423h59m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 423h59m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 424h0m48s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 424h0m50s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 424h4m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 424h4m39s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 424h3m28s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 424h3m30s
CI/CD Pipeline / Canary Release to Production (push) Failing after 424h4m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 424h4m42s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 424h30m9s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 424h31m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 424h33m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 424h33m43s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 23:21:00 +08:00
xiaoxia
0a061af582
feat(voices): 配音素材卡片真实播放 + 预置/克隆音色 TTS 试听 ( #1544 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m6s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m13s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m31s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m48s
AI Code Review / AI Code Review (pull_request) Failing after 8m52s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 51s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 52s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 32s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 49s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 49s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 12m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m54s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 13m21s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 14m7s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m9s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 15m48s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m50s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m39s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 33m45s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 33m52s
CI/CD Pipeline / Unit Tests (push) Successful in 43m54s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 41m52s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 26m49s
CI/CD Pipeline / Integration Tests (push) Successful in 26m43s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m49s
CI/CD Pipeline / CI Gate (push) Failing after 424h28m59s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 424h43m14s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 424h43m16s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 424h43m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 424h43m16s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 424h43m14s
CI/CD Pipeline / Production Browser E2E (push) Failing after 424h45m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 424h45m36s
CI/CD Pipeline / Deploy Production (push) Failing after 424h45m36s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 425h19m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 424h45m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 425h19m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 424h45m36s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 425h19m53s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 425h20m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 425h19m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 425h20m21s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 425h20m25s
CI/CD Pipeline / Build Staging API Image (push) Failing after 425h19m55s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 425h20m27s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 425h20m51s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 425h20m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 425h20m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 425h20m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 425h25m12s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 425h20m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 425h25m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 425h25m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 425h26m12s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 425h29m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 425h29m37s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 425h17m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 425h19m40s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 425h54m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 425h54m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 425h59m32s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 21:56:00 +08:00
xiaoxia
f655508f88
Merge pull request 'feat: 素材片段区间持久化去重 + 区间用尽自动轮回' ( #1543 ) from feat/persist-used-segments into develop
CI/CD Pipeline / Check push changed paths (push) Successful in 3m59s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m34s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m32s
CI/CD Pipeline / Build Staging API Image (push) Successful in 40s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 43s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m44s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 42s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 29s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 11m4s
AI Code Review / AI Code Review (pull_request) Failing after 11m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 11m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 12m40s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 13m42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m53s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m23s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 21m39s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 22m1s
CI/CD Pipeline / Unit Tests (push) Successful in 29m55s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 28m36s
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 425h31m42s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 425h31m45s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 425h31m42s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 425h31m45s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 425h31m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 425h32m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 425h32m23s
CI/CD Pipeline / Production Browser E2E (push) Failing after 425h32m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 425h32m23s
CI/CD Pipeline / Build Production API Image (push) Failing after 425h32m23s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 425h56m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 425h56m55s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 425h56m57s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 425h57m8s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 425h57m12s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 425h56m51s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 425h57m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 425h58m8s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 425h57m6s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 425h58m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 425h58m50s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 425h58m54s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 425h58m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 425h59m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 426h2m20s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 426h2m23s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 426h6m22s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 426h6m24s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 426h5m47s
CI/CD Pipeline / Deploy Production (push) Failing after 426h6m25s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 426h30m56s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 426h31m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 426h32m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 426h32m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 426h33m1s
2026-08-29 21:19:15 +08:00
CI Bot
1b83ec9952
fix: AI Code Review 阻塞问题修复
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m10s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m45s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m15s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m5s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m10s
AI Code Review / AI Code Review (pull_request) Successful in 5m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 9m7s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 10m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 18m2s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 21m17s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 19m16s
CI/CD Pipeline / CI Gate (pull_request) Successful in 28s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m5s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m30s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 426h22m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 426h22m2s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 426h22m3s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 426h22m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 426h43m20s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 426h43m22s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 426h46m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 426h46m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 426h46m23s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 426h46m25s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 426h46m21s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 426h46m26s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 426h46m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 426h46m31s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 426h46m33s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 426h56m4s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 426h56m6s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 427h17m24s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 427h20m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 427h20m32s
1. remove_used_segment 旧数据兼容:记录缺 plan_id(本功能上线前的旧数据)时
退化为按时间匹配删除,避免旧区间永远删不掉导致素材容量泄漏
2. MediaKit 异步更新事务一致性:clip start_time 更新与 metadata 区间记录
删旧/写新放入同一事务,metadata 失败时 rollback 本次 clip 更新,
统一 commit,消除 clip 已提交、metadata 未更新的不一致
3. (建议) on_exhausted 回调异常增加 logger.warning,不再静默吞掉
4. 补充旧数据兼容单测
2026-08-29 20:38:56 +08:00
CI Bot
5d705307c1
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m36s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m36s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m45s
AI Code Review / AI Code Review (pull_request) Failing after 7m6s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 9m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 10m19s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 426h56m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 426h57m1s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 426h59m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 426h59m27s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 426h59m31s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 426h59m31s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 426h59m35s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 426h59m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 426h59m35s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 426h59m37s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 427h31m4s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 427h33m32s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 427h33m36s
2026-08-29 12:26:01 +00:00
CI Bot
2174e91c48
feat: 素材片段区间持久化去重 + 区间用尽自动轮回
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m39s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m43s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m8s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m15s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m30s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 8m33s
AI Code Review / AI Code Review (pull_request) Successful in 8m50s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 9m35s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 427h7m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 427h7m32s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 427h9m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 427h9m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 427h9m59s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 427h10m4s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 427h10m7s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 427h10m9s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 427h10m11s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 427h10m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 427h41m34s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 427h44m1s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 427h44m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 427h44m14s
- 新增 asset_segment_tracker 服务:素材 metadata(used_time_ranges) 持久化片段级已用区间
- from-assets 创建片段时读取历史区间,新片段跨任务/跨调用自动避开
- 片段记录与 replace_all_clips_transactional 同事务,失败整体回滚
- MediaKit 异步移动片段起点后同步更新 metadata 区间记录(失败静默)
- _calc_random_start_time 新增 on_exhausted 回调:100次找不到时清空该素材历史区间再重试,实现轮完一圈自动循环
详见 PR body 的 metadata schema 说明
2026-08-29 20:14:28 +08:00
xiaoxia
700d6f9130
Merge pull request 'chore: 删除素材选取 random 模式,保持代码干净' ( #1542 ) from chore/remove-random-asset-mode into develop
CI/CD Pipeline / Check push changed paths (push) Successful in 3m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m31s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m43s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m26s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m32s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 1m15s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m20s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m13s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m15s
AI Code Review / AI Code Review (pull_request) Successful in 6m33s
CI/CD Pipeline / Integration Tests (push) Successful in 3m48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m21s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m59s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m24s
CI/CD Pipeline / Unit Tests (push) Successful in 16m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 6m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m20s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 428h53m19s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 428h53m19s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 428h53m21s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 428h53m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 428h53m21s
CI/CD Pipeline / Production Browser E2E (push) Failing after 428h54m32s
CI/CD Pipeline / Deploy Production (push) Failing after 428h54m33s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 428h54m34s
CI/CD Pipeline / Build Production API Image (push) Failing after 428h54m35s
CI/CD Pipeline / CI Gate (push) Failing after 428h54m35s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 429h2m47s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 429h2m45s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 429h3m8s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 429h2m49s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 429h3m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 429h3m14s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 429h3m16s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 429h3m23s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 429h3m18s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 429h3m25s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 429h4m38s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 429h3m27s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 429h4m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 429h5m1s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 429h6m18s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 429h6m51s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 429h7m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 429h7m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 429h7m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 429h10m49s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 429h27m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 429h28m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 429h28m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 429h37m16s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 429h37m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 429h44m52s
2026-08-29 18:14:50 +08:00
CI Bot
5a00f8b8fb
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m7s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m9s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 45s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 50s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m41s
AI Code Review / AI Code Review (pull_request) Successful in 6m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m47s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m12s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 8m51s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m11s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m36s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 429h11m55s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 429h11m56s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 429h11m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 429h11m59s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 429h19m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 429h20m51s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 429h23m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 429h23m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 429h23m17s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 429h23m19s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 429h23m19s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 429h23m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 429h23m25s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 429h23m27s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 429h45m59s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 429h46m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 429h54m54s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 429h57m19s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 429h57m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 429h57m25s
2026-08-29 10:02:10 +00:00
CI Bot
05d75db0cf
chore: 删除素材选取 random 模式
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m13s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m20s
AI Code Review / AI Code Review (pull_request) Successful in 3m54s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m10s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m11s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 429h27m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 429h27m57s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 429h30m52s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 429h30m53s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 429h30m57s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 429h30m53s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 429h30m58s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 429h30m55s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 429h31m1s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 429h31m1s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 429h31m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 430h2m0s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 430h5m1s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 430h5m4s
- generation_tasks.py: 删除 import random、if mode==random 分支、docstring 中 random 描述
- generation_task.py schema: description 移除 random=随机选取,count 描述仅保留 smart
- 选取入口条件 in ("random","smart") 改为 in ("smart",)
- test_asset_select_mode.py: 删除 TestSelectAssetsRandomMode 类(3个用例)
- domain/test_generation_task.py + test_wave77_generation_task.py: random→smart
不改:_calc_random_start_time(片段级随机)、smart_match.py、前端
2026-08-29 17:54:15 +08:00
xiaoxia
f327171e9b
fix(voice): 修复克隆音色弹窗「选文件无反应」死锁(isSubmittingRef 三处误用) ( #1541 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m54s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m33s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m17s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m7s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 53s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 44s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m42s
AI Code Review / AI Code Review (pull_request) Failing after 4m36s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m27s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m54s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 56s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m33s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 1m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m41s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m22s
CI/CD Pipeline / Integration Tests (push) Successful in 4m6s
CI/CD Pipeline / Unit Tests (push) Successful in 16m20s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m14s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m0s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 429h31m37s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 429h31m37s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 429h31m39s
CI/CD Pipeline / Production Browser E2E (push) Failing after 429h33m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 429h31m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 429h33m17s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 429h31m39s
CI/CD Pipeline / CI Gate (push) Failing after 429h33m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 429h33m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 429h41m20s
CI/CD Pipeline / Deploy Production (push) Failing after 429h33m15s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 429h41m24s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 429h33m16s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 429h41m30s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 429h40m7s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 429h41m35s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 429h41m36s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 429h41m22s
CI/CD Pipeline / Build Staging API Image (push) Failing after 429h41m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 429h41m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 429h41m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 429h44m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 429h44m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 429h45m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 429h41m41s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 429h45m43s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 429h41m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 429h49m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 429h49m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 429h49m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 429h49m38s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 430h5m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 430h7m21s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 430h15m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 430h16m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 430h23m41s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 17:36:00 +08:00
xiaoxia
d4b3fa2ae5
test(e2e): 修正步骤4预览就绪判定——等待占位「准备预览素材」消失
...
CI/CD Pipeline / Check push changed paths (push) Successful in 3m45s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m50s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m1s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m56s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m0s
AI Code Review / AI Code Review (pull_request) Failing after 7m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m58s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m34s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 50s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 52s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m37s
CI/CD Pipeline / Integration Tests (push) Successful in 3m56s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m14s
CI/CD Pipeline / Unit Tests (push) Successful in 16m57s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m36s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 430h17m27s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 430h17m28s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 430h17m28s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 430h17m30s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 430h17m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 430h17m56s
CI/CD Pipeline / Deploy Production (push) Failing after 430h17m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 430h17m58s
CI/CD Pipeline / CI Gate (push) Failing after 430h17m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 430h17m58s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 430h27m0s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 430h28m0s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 430h28m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 430h28m2s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 430h29m0s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 430h28m4s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 430h29m2s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 430h29m4s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 430h30m15s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 430h30m11s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 430h31m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 430h30m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 430h31m5s
CI/CD Pipeline / Build Staging API Image (push) Failing after 430h31m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 430h31m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 430h31m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 430h31m5s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 430h31m15s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 430h34m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 430h31m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 430h35m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 430h34m58s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 430h51m33s
CI/CD Pipeline / Canary Release to Production (push) Failing after 430h52m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 430h52m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 431h2m9s
xx-inline-video-player 是步骤5成片播放器 class,标题页实时预览为
FrontendPreviewPlayer(内联样式无 class),未就绪时显示「准备预览素材...」
占位,素材解析完成后占位消失。改等占位 detached(元素不存在时立即通过)
2026-08-29 16:50:39 +08:00
xiaoxia
353a9a27a9
test(e2e): 生成向导用例同步6步流程(修复 Staging E2E 失败) ( #1540 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m9s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m23s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m25s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m44s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m21s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m22s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m13s
AI Code Review / AI Code Review (pull_request) Successful in 4m27s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Successful in 1m30s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m29s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m21s
CI/CD Pipeline / Retag skipped Staging API Image (push) Successful in 2m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m23s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m41s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m52s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m9s
CI/CD Pipeline / Integration Tests (push) Successful in 4m5s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 4m55s
CI/CD Pipeline / Unit Tests (push) Successful in 17m17s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m30s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 431h6m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 431h6m40s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 431h6m40s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 431h6m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 431h7m16s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 431h7m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 431h7m17s
CI/CD Pipeline / Build Production Web Image (push) Failing after 431h7m19s
CI/CD Pipeline / CI Gate (push) Failing after 431h7m20s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 431h16m59s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 431h17m37s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 431h17m1s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 431h17m38s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 431h18m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 431h18m23s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 431h18m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 431h18m25s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 431h18m31s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 431h19m52s
CI/CD Pipeline / Build Staging API Image (push) Failing after 431h20m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 431h19m54s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 431h20m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 431h20m15s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 431h20m15s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 431h20m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 431h21m2s
CI/CD Pipeline / Frontend Lint (push) Failing after 431h24m36s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 431h24m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 431h24m40s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 431h40m43s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 431h40m44s
CI/CD Pipeline / Deploy Production (push) Failing after 431h41m20s
CI/CD Pipeline / Build Production API Image (push) Failing after 431h41m22s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 431h52m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 431h54m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 431h55m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 16:01:00 +08:00
xiaoxia
ef09338098
fix(ci): push 路径检测改用 compare 响应内每提交 files 聚合 ( #1539 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m26s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m46s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m48s
CI/CD Pipeline / Check push changed paths (push) Successful in 5m18s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 41s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 39s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m6s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m36s
AI Code Review / AI Code Review (pull_request) Successful in 6m32s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Successful in 59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m24s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m11s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m7s
CI/CD Pipeline / Unit Tests (push) Successful in 16m45s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m58s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 7m40s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 431h47m5s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 431h47m8s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 431h47m5s
CI/CD Pipeline / Production Browser E2E (push) Failing after 431h47m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 431h47m6s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 431h47m7s
CI/CD Pipeline / Deploy Production (push) Failing after 431h47m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 431h47m43s
CI/CD Pipeline / Build Production API Image (push) Failing after 431h47m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 431h47m44s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 431h55m25s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 431h56m3s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 431h55m25s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 431h56m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 431h56m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 431h56m46s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 431h56m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 431h56m47s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 431h56m49s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 431h56m51s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 431h56m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 431h59m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 431h56m55s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 431h59m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 432h0m40s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 432h1m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 432h4m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 432h4m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 432h4m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 432h4m33s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 432h21m10s
CI/CD Pipeline / Canary Release to Production (push) Failing after 432h21m46s
CI/CD Pipeline / CI Gate (push) Failing after 432h21m48s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 432h30m51s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 432h31m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 432h38m33s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 15:21:06 +08:00
xiaoxia
ece9ac48a8
fix(voices): 配音库「配音素材」tab 补删除按钮 ( #1538 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m24s
CI/CD Pipeline / Check push changed paths (push) Successful in 3m26s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m31s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m37s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m22s
AI Code Review / AI Code Review (pull_request) Successful in 4m22s
CI/CD Pipeline / Build Staging API Image (push) Successful in 39s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m56s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m32s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m6s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 432h5m5s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 432h9m8s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 432h9m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 432h9m10s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 432h11m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 432h11m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 432h11m14s
CI/CD Pipeline / Frontend Lint (push) Failing after 432h14m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 432h14m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 432h45m19s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 15:11:00 +08:00
xiaoxia
5672757e23
perf(ci): 流水线提速 - 路径过滤/持久builder缓存/依赖缓存卷/部署job迁移ci-l2 ( #1536 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m11s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m37s
CI/CD Pipeline / Check push changed paths (push) Successful in 4m11s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m54s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m46s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m36s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m40s
AI Code Review / AI Code Review (pull_request) Failing after 7m3s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m41s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m7s
CI/CD Pipeline / Integration Tests (push) Successful in 4m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m32s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m32s
CI/CD Pipeline / Unit Tests (push) Successful in 15m46s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m52s
CI/CD Pipeline / CI Gate (pull_request) Successful in 32s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 432h20m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 432h20m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 432h20m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 432h20m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 432h24m11s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 432h24m13s
CI/CD Pipeline / Canary Release to Production (push) Failing after 432h24m40s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 432h24m15s
CI/CD Pipeline / Deploy Production (push) Failing after 432h24m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 432h30m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 432h30m19s
CI/CD Pipeline / CI Gate (push) Failing after 432h30m26s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 432h35m59s
CI/CD Pipeline / Retag skipped Staging Worker Image (push) Failing after 432h36m1s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 432h35m59s
CI/CD Pipeline / Retag skipped Staging Web Image (push) Failing after 432h36m1s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 432h35m59s
CI/CD Pipeline / Retag skipped Staging API Image (push) Failing after 432h36m2s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 432h37m3s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 432h37m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 432h37m7s
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Failing after 432h37m8s
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Failing after 432h37m9s
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Failing after 432h37m10s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 432h39m32s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 432h39m55s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 432h39m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 432h42m23s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 432h42m25s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 432h44m51s
CI/CD Pipeline / PR Build Web Image (push) Failing after 432h45m50s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 432h45m48s
CI/CD Pipeline / PR Build API Image (push) Failing after 432h45m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 432h46m48s
CI/CD Pipeline / Check push changed paths (pull_request) Failing after 432h46m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 432h49m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 433h4m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 433h10m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 433h11m6s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 433h13m55s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 14:36:04 +08:00
xiaoxia
f4754045c1
fix: worker 音频 mime 推断补充 .m4a/.mp3/.wav 等 10 种音频后缀 ( #1537 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m34s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m32s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m44s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m0s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m35s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m46s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m13s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m28s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m39s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m41s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m11s
AI Code Review / AI Code Review (pull_request) Failing after 6m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m37s
CI/CD Pipeline / Unit Tests (push) Successful in 16m29s
CI/CD Pipeline / Integration Tests (push) Successful in 5m28s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m30s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m18s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 15m20s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 7m54s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 434h27m0s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 434h27m1s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 434h27m2s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 434h27m3s
CI/CD Pipeline / Canary Release to Production (push) Failing after 434h28m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 434h30m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 434h30m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 434h30m23s
CI/CD Pipeline / CI Gate (push) Failing after 434h31m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 434h33m48s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 434h33m46s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 434h33m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 434h39m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 434h42m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 434h43m17s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 434h42m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 434h43m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 434h43m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 434h43m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 434h43m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 434h44m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 434h48m28s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 435h1m3s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 435h1m5s
CI/CD Pipeline / Deploy Production (push) Failing after 435h4m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 435h4m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 435h14m11s
CI/CD Pipeline / PR Build Web Image (push) Failing after 435h17m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 435h17m28s
2026-08-29 12:37:13 +08:00
CI Bot
874893900d
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m38s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m4s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m50s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m9s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m13s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m18s
AI Code Review / AI Code Review (pull_request) Successful in 4m43s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m29s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m28s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m33s
CI/CD Pipeline / CI Gate (pull_request) Successful in 29s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 3m50s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m33s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 434h52m38s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 434h52m39s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 434h52m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 434h52m39s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 434h52m40s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 434h57m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 434h57m4s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 434h59m59s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 435h0m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 435h0m5s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 435h0m8s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 435h0m10s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 435h26m43s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 435h31m7s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 435h34m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 435h34m10s
2026-08-29 04:25:30 +00:00
xiaoxia
81bc72f86a
ci: trigger re-run
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m47s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m46s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m10s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m47s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m50s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 435h2m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 435h2m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 435h5m18s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 435h5m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 435h5m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 435h5m24s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 435h5m24s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 435h36m48s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 435h39m22s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 435h39m26s
2026-08-29 12:20:18 +08:00
xiaoxia
250702de59
fix: worker 音频 mime 推断补充 .m4a/.mp3/.wav/.flac/.ogg/.aac/.wma/.amr/.opus/.weba
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m33s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m43s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m17s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 14m11s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 14m12s
PR Automation / Auto Approve on CI Green (pull_request) Failing after 14m13s
AI Code Review / AI Code Review (pull_request) Failing after 14m13s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Failing after 14m15s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Failing after 14m15s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 14m15s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m17s
CI/CD Pipeline / CI Gate (pull_request) Failing after 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 435h10m10s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 435h10m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 435h10m14s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 435h10m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 435h21m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 435h21m55s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 435h24m22s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 435h24m24s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 435h24m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 435h24m24s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 435h24m28s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 435h24m28s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 435h44m14s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 435h44m16s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 435h55m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 435h58m28s
infer_mime_type_from_storage_key 此前只识别视频后缀,其他一律返回
image/jpeg,导致所有音频文件在 ingest 后被标记为 file_type=image,
配音上传和克隆音色上传均失败。
补充音频后缀分支,返回对应 audio/... mime type。
新增 10 个音频单测,共 13 测试全过。
2026-08-29 12:00:52 +08:00
xiaoxia
7d88ddc9d5
fix(generate): 标题位置强制默认顶部,不从模板/草稿同步
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m39s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m48s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m13s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m21s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m22s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m45s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 6m40s
AI Code Review / AI Code Review (pull_request) Failing after 11m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 12m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m8s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m40s
CI/CD Pipeline / Unit Tests (push) Failing after 23m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 23m35s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m57s
CI/CD Pipeline / Integration Tests (push) Failing after 16m33s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 17m54s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 22m39s
CI/CD Pipeline / CI Gate (pull_request) Failing after 26s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 435h25m12s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 435h25m12s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 435h25m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 435h25m14s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 435h25m14s
CI/CD Pipeline / CI Gate (push) Failing after 435h30m15s
CI/CD Pipeline / Deploy Production (push) Failing after 435h35m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 435h35m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 435h35m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 435h35m14s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 435h46m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 435h46m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 435h46m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 435h47m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 435h47m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 435h52m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 435h54m37s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 435h55m0s
CI/CD Pipeline / PR Build API Image (push) Failing after 435h55m4s
CI/CD Pipeline / Frontend Lint (push) Failing after 435h55m11s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 435h58m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 435h58m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 435h58m52s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 435h59m14s
CI/CD Pipeline / Canary Release to Production (push) Failing after 436h9m12s
CI/CD Pipeline / Build Production Web Image (push) Failing after 436h9m16s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 436h20m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 436h29m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 436h32m49s
三处自动同步 position 的逻辑去掉覆盖:
- useTitleCoverSync: 模板切换不再用 tpl.title_config.position 覆盖
- usePlanConfigLoader planConfigStr 分支: 不从草稿配置同步 position
- usePlanConfigLoader getEditPlan 分支: 不从远程草稿同步 position
保留 title/font/size/color/aiAutoSelect 等其他字段的同步逻辑不变。
用户手动在 TitleStylePanel 切换位置仍然正常工作。
2026-08-29 11:26:48 +08:00
xiaoxia
e6c90a2346
fix(generate): 修复步骤1/2/3缺少下一步按钮 ( #1536 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m47s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m49s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m46s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m59s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m1s
AI Code Review / AI Code Review (pull_request) Failing after 4m0s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m7s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 3m12s
CI/CD Pipeline / Integration Tests (push) Successful in 3m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m20s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m13s
CI/CD Pipeline / Unit Tests (push) Successful in 16m41s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 8m33s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 436h37m15s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 436h37m16s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 436h37m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 436h38m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 436h37m16s
CI/CD Pipeline / Deploy Production (push) Failing after 436h38m48s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 436h37m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 436h38m50s
CI/CD Pipeline / Build Production API Image (push) Failing after 436h38m51s
CI/CD Pipeline / CI Gate (push) Failing after 436h38m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 436h47m31s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 436h47m33s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 436h47m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 436h48m39s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 436h50m46s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 436h49m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 436h51m13s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 436h49m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 436h51m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 436h51m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 436h51m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 436h51m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 436h55m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 436h55m38s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 437h11m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 437h12m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 437h12m52s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 437h21m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 437h25m23s
2026-08-29 10:30:01 +08:00
xiaoxia
425a7cb623
Merge PR #1534 : fix 封面选帧输入源改为最终成片 + 接口安全加固
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m42s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m28s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m34s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 7m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 8m39s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m11s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m14s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m7s
AI Code Review / AI Code Review (pull_request) Successful in 5m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m27s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 13m21s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m26s
CI/CD Pipeline / Integration Tests (push) Successful in 3m56s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 7m57s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m6s
CI/CD Pipeline / Unit Tests (push) Successful in 14m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m3s
CI/CD Pipeline / CI Gate (pull_request) Successful in 28s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 445h46m7s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 445h46m10s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 445h46m11s
CI/CD Pipeline / Production Browser E2E (push) Failing after 445h47m3s
CI/CD Pipeline / Deploy Production (push) Failing after 445h47m4s
CI/CD Pipeline / CI Gate (push) Failing after 445h47m5s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 445h46m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 445h47m5s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 445h46m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 445h47m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 445h57m42s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 445h57m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 445h59m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 446h0m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 445h57m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 446h0m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 446h0m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h0m5s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 446h1m49s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h1m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 446h0m54s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h1m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 446h1m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 446h6m39s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 446h20m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 446h21m6s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 446h21m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 446h31m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h35m55s
封面选帧接口输入源从预览片段改为最终成片;
- generated_video_id/video_url 定位最终成片视频,MediaKit 选帧逻辑不变
- 权限双重校验(GeneratedVideo.user_id + 关联任务归属),归属无法确认时 403
- video_url 增加 OSS 域名白名单 + ipaddress 标准库判定,防 SSRF
- 预览片段/源素材回退链保留,兼容旧流程
Co-authored-by: AI Code Review bot
2026-08-29 01:19:01 +08:00
CI Bot
f9d243a5af
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m51s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m52s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m21s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m43s
AI Code Review / AI Code Review (pull_request) Successful in 6m18s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m16s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m4s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 5m6s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m24s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m20s
CI/CD Pipeline / CI Gate (pull_request) Successful in 32s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 3m41s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 5m15s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 446h16m3s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 446h16m6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 446h16m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 446h16m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 446h16m5s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 446h20m44s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 446h21m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h21m23s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 446h26m18s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 446h26m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h26m29s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 446h26m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h26m30s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h26m30s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 446h50m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 447h0m25s
2026-08-28 16:59:07 +00:00
xiaoxia
cf7e295f35
fix: SSRF 内网判定改用 ipaddress 标准库,覆盖全部 IPv4/IPv6 私有段
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m30s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m48s
AI Code Review / AI Code Review (pull_request) Failing after 3m31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 446h26m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 446h28m10s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 446h29m5s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h29m7s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h31m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h31m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h31m48s
AI Code Review 第三轮指出:IPv6 链路本地地址使用字符串前缀匹配
(fe80/fe90/...)不严谨且易漏。
修复:新增 _is_private_or_reserved_host(),统一用标准库
ipaddress.ip_address().is_private/is_loopback/is_link_local/
is_reserved 判定,一次性准确覆盖:
- IPv4: 10/8、172.16/12、192.168/16、127/8、169.254/16、0.0.0.0
- IPv6: ::1、fc00::/7(ULA)、fe80::/10(链路本地)、保留段
删除手工字符串切片逻辑,可读性和正确性都更好。
36 个测试全部通过。
2026-08-29 00:49:11 +08:00
xiaoxia
1eb9d8667a
feat(generate): 确认生成按钮移至标题步骤(步骤4直接触发最终渲染) ( #1535 )
...
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m54s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m36s
AI Code Review / AI Code Review (pull_request) Successful in 10m25s
CI/CD Pipeline / Check if frontend-only change (pull_request) Failing after 12m37s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m43s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m29s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m31s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m59s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m21s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m5s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m38s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 446h11m55s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 446h11m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 446h12m1s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 446h12m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 446h12m7s
CI/CD Pipeline / PR Build API Image (push) Failing after 446h12m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 446h15m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 446h15m28s
CI/CD Pipeline / CI Gate (push) Failing after 0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 0s
CI/CD Pipeline / Deploy Production (push) Failing after 0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 0s
CI/CD Pipeline / Build Production API Image (push) Failing after 0s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 0s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 446h21m31s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 446h21m35s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 0s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h22m42s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 446h7m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 446h26m31s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 446h26m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 446h26m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 446h28m12s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 446h36m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h36m20s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h36m21s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h36m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 446h45m59s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 446h46m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 446h46m11s
CI/CD Pipeline / Production Browser E2E (push) Failing after 0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 0s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 446h55m35s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-29 00:47:25 +08:00
xiaoxia
bde37af2bb
fix: SSRF 白名单加固 — 修复 endpoint 解析绕过 + 补充 IPv6 内网拦截
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m7s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m52s
AI Code Review / AI Code Review (pull_request) Failing after 5m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 5m24s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m27s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 8m9s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 446h38m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 446h38m15s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 446h38m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 446h38m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 446h40m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h38m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h46m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h46m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h46m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 447h12m16s
AI Code Review 第二轮指出的两个阻塞问题:
1. endpoint 主机名解析绕过:原逻辑 ep.split(':')[0] 在 endpoint
带 scheme(http://host:9000)时取到 'http',虽白名单顺序使
public_url 先生效,但 endpoint 分支可能错误匹配 '.http' 后缀。
修复:新增 _endpoint_host() 统一用 urlparse 提取主机名,
兼容有无 scheme、带端口等各种配置形式。
2. 缺失 IPv6 内网地址校验:[::1]、fe80::/10(链路本地)、
fc00::/7(唯一本地)等 IPv6 本地地址未拦截。
修复:补充 IPv6 回环/链路本地/ULA 地址显式拒绝。
附带:
- 移除函数内重复的 urlparse 导入,统一使用顶部导入
- 新增 2 个白名单单元测试(IPv4/IPv6/元数据拦截 + scheme 解析)
- 共 36 个测试全部通过
2026-08-29 00:39:05 +08:00
xiaoxia
d3fc15ddd9
feat(generate): 确认生成按钮移至标题步骤 ( #1535 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m44s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m26s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m49s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 446h38m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 446h40m47s
CI/CD Pipeline / PR Build API Image (push) Failing after 446h40m51s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h40m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h40m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 446h41m13s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 446h46m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 447h14m50s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 447h14m56s
- 步骤4(选择标题)底部按钮改为「确认生成视频」,点击后执行标题/预览
校验,直接调用 createGenerationTask 创建最终渲染任务,成功后跳转步骤5
- 步骤5不再有「开始生成」按钮,仅展示渲染进度;渲染中禁用下一步,
完成后停留本页,手动点下一步进入封面(不自动跳转)
- 步骤6封面页底部仅保留上一步(修正确认按钮误挂最后一步的遗留问题)
- 生成失败:创建失败留在步骤4可重试;轮询失败在步骤5展示错误卡片
- generate() 返回 boolean,任务创建成功才跳转
- 修复「查看结果」滚动选择器失效(xx-preview-section → xx-inline-video-player)
- 步骤5增加未开始生成空状态提示
2026-08-29 00:39:04 +08:00
CI Bot
e5e18ef269
style: auto-format with black + isort + prettier [skip ci-format-check]
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m0s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m5s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m1s
AI Code Review / AI Code Review (pull_request) Failing after 8m22s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m41s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m33s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m34s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 446h49m5s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 446h50m45s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 446h57m37s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 446h57m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 446h57m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 446h57m42s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 446h57m44s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 446h57m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 446h57m46s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 447h24m44s
2026-08-28 16:27:56 +00:00
xiaoxia
3b828ab184
fix: 封面选帧接口安全加固 — 权限校验防绕过 + video_url SSRF 白名单
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m31s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m4s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m56s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m3s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 447h1m13s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 447h3m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 447h3m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 447h3m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 447h3m47s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 447h1m14s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 447h1m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 447h3m41s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 447h37m42s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 447h37m48s
AI Code Review 指出的两个阻塞问题:
1. 权限校验绕过(步骤0a):原逻辑仅在关联任务存在且
created_by_user_id 非空时才校验归属;若 GeneratedVideo 的
generation_task_id 为空或关联任务被删除,校验被静默跳过。
修复:
- 优先校验 GeneratedVideo.user_id 直接归属
- 关联任务存在时校验 task.created_by_user_id
- video 无 owner 且关联任务也查不到(归属无法确认)→ 403,
不再静默放行
2. video_url SSRF(步骤0b):原逻辑直接使用请求体传入的 URL,
攻击者可传入内网/云元数据地址诱导服务端请求。
修复:新增 _is_trusted_media_url() 白名单校验:
- 仅允许 http/https 且主机为自家 OSS bucket/endpoint 域名
- 显式拒绝 localhost/127.*/10.*/192.168.*/169.254.*/172.16-31.*
- 校验失败静默忽略该 URL,回退后续查找链
附带改进(review 建议项):
- 函数内联 import 全部移至模块顶部(storage/re)
- 新增 2 个安全测试:SSRF 内网地址拦截、归属无法确认 403
- 现有 32 个测试适配新的 mock 命名空间,共 34 个测试全过
2026-08-29 00:21:49 +08:00
xiaoxia
2957ad724c
feat: 调换确认生成与选择封面顺序,封面从最终成片选帧 ( #1533 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m53s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m26s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m31s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m35s
AI Code Review / AI Code Review (pull_request) Successful in 3m28s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m47s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m7s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 9m55s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m6s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 53s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 11m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 8m35s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m23s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 10m57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m52s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m57s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m58s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 21m56s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 22m48s
CI/CD Pipeline / Integration Tests (push) Successful in 5m20s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m24s
CI/CD Pipeline / Unit Tests (push) Successful in 24m3s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 21m54s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 447h13m20s
CI/CD Pipeline / Production Browser E2E (push) Failing after 447h14m1s
CI/CD Pipeline / Deploy Production (push) Failing after 447h14m3s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 447h14m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 447h14m5s
CI/CD Pipeline / CI Gate (push) Failing after 447h14m6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 447h13m21s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 447h32m24s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 447h13m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 447h32m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 447h13m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 447h32m59s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 447h13m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 447h33m55s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 447h13m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 447h35m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 447h35m20s
CI/CD Pipeline / Frontend Lint (push) Failing after 447h35m47s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 447h38m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 447h39m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 447h44m14s
CI/CD Pipeline / PR Build Web Image (push) Failing after 447h35m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 447h39m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 447h39m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 447h48m4s
CI/CD Pipeline / Build Production Web Image (push) Failing after 447h48m6s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 448h6m29s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 448h9m5s
CI/CD Pipeline / PR Build API Image (push) Failing after 448h9m25s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-28 23:41:29 +08:00
CI Bot
b6f211ebe6
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m18s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m57s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m16s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m53s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
AI Code Review / AI Code Review (pull_request) Failing after 7m15s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 11m22s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 12m31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 28m3s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 25m1s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m50s
CI/CD Pipeline / CI Gate (pull_request) Successful in 31s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 447h22m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 447h22m34s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 447h22m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 447h22m32s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 447h22m34s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 447h44m53s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 447h44m57s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 447h44m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 447h47m29s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 447h47m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 447h48m11s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 447h50m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 447h50m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 447h56m33s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 448h18m56s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 448h24m36s
2026-08-28 15:35:01 +00:00
xiaoxia
3e71a00b12
fix: 封面选帧输入源改为最终成片,预览片段作为兼容回退
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m37s
AI Code Review / AI Code Review (pull_request) Failing after 3m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 53s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m19s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 11m47s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 13m51s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 448h0m47s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 448h0m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 448h1m7s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 448h0m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 448h1m58s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 448h5m23s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 448h5m25s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 448h5m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 448h34m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 448h35m10s
- GenerateCoverRequest 新增可选字段 generated_video_id / video_url,
与前端 PR #1533 契约对齐:前端在「选择封面」步骤传入确认生成产出的
最终视频 ID 或 URL,后端据此定位最终成片文件并抽帧
- 视频源查找优先级调整:
0a. 请求体 generated_video_id → GeneratedVideo.file_url
0b. 请求体 video_url → 直接使用
1. plan.config.rendered_storage_key
2. plan.config.generation_task_id
3. source_edit_plan 关联的 is_preview=False 已完成任务(最终成片优先)
4. source_edit_plan 关联的 is_preview=True 预览任务(回退)
5. user+template 最近预览任务(兜底)
- cover_url 查找同步调整:优先最终成片任务的 cover_url,再回退预览
- MediaKit 的 strategy/max_frames/轮询/重试/降级逻辑全部不变
- 权限校验:通过 generated_video_id 关联的 generation_task 校验归属
- 新增 5 个单测覆盖:schema 字段、video_id 抽帧、video_url 抽帧、
最终成片优先于预览、权限校验 403
2026-08-28 23:13:18 +08:00
xiaoxia
d512cd2ac1
Merge PR #1533 : 调换确认生成与选择封面顺序,封面从最终成片选帧
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m32s
AI Code Review / AI Code Review (pull_request) Failing after 3m6s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m19s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 12m25s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m44s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 15m1s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m9s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 9m55s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 12m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m16s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m48s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m52s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 37m18s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 33m46s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 448h9m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 448h9m43s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 448h9m24s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 448h11m5s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 448h11m7s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 448h13m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 448h15m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 448h16m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 448h13m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 448h19m4s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 448h19m8s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 448h26m9s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 448h43m23s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 448h44m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 448h47m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 448h53m7s
2026-08-28 22:59:19 +08:00
xiaoxia
1c9c9c79c2
Merge PR #1531 : 合并步骤4(选择标题)和步骤5(生成预览)为一个步骤
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m57s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m38s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m17s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 13m33s
AI Code Review / AI Code Review (pull_request) Successful in 7m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 15m55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 10m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m0s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m12s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m1s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 12m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m27s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m50s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 32m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 37m19s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 448h48m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 448h49m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 448h48m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 448h50m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 448h50m20s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 448h52m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 448h52m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 448h55m49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 448h56m48s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 448h59m41s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 448h59m45s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 449h6m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 449h22m49s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 449h24m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 449h26m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 449h33m44s
2026-08-28 22:19:00 +08:00
CI Bot
7ed6962bab
Merge PR #1530 : fix 素材缩略图全黑
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m25s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m29s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m33s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m19s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m2s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 42s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m52s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m21s
AI Code Review / AI Code Review (pull_request) Failing after 6m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m58s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m10s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 19m18s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 19m49s
CI/CD Pipeline / Unit Tests (push) Successful in 20m30s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 22m59s
CI/CD Pipeline / Integration Tests (push) Successful in 32m50s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 33m53s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
CI/CD Pipeline / CI Gate (push) Failing after 451h18m3s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 451h40m38s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 451h40m39s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 451h40m41s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 451h40m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 451h49m33s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 451h40m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 451h49m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 451h49m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 451h49m37s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 452h0m29s
CI/CD Pipeline / Build Production API Image (push) Failing after 451h49m38s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 452h0m31s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 452h0m49s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 452h0m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 452h3m41s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 452h5m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 452h3m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 452h5m40s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 452h5m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 452h8m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 452h8m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 452h10m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 452h10m11s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 452h14m41s
CI/CD Pipeline / Deploy Production (push) Failing after 452h23m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 452h34m36s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 452h39m43s
CI/CD Pipeline / PR Build Web Image (push) Failing after 452h42m57s
2026-08-28 19:15:27 +08:00
xiaoxia
c74b2d4d8d
style: fix lint issues in batch_thumbnail.py
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m2s
AI Code Review / AI Code Review (pull_request) Failing after 4m11s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m18s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m50s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m9s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m29s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 2m5s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 4m8s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m36s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m13s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m47s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 6m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 4m1s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m17s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m36s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 2m8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 452h28m57s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 452h28m59s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 452h28m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 452h28m59s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 452h28m58s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 452h30m53s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 452h30m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 452h34m51s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 452h38m56s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 452h38m56s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 453h3m0s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 453h4m55s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 453h12m54s
2026-08-28 18:46:46 +08:00
CI Bot
df8c64fc81
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m30s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 5m5s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m33s
AI Code Review / AI Code Review (pull_request) Successful in 4m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m8s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m0s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 3m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 4m5s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 452h42m39s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 452h46m41s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 452h46m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 453h20m44s
2026-08-28 10:32:33 +00:00
xiaoxia
4dfe827344
fix: 标题位置默认改为顶部(top) ( #1529 )
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m21s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m50s
AI Code Review / AI Code Review (pull_request) Successful in 8m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m30s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m38s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m2s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m11s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m37s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Failing after 12m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Failing after 12m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 4m21s
CI/CD Pipeline / Unit Tests (push) Successful in 15m55s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m46s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 9m21s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 3m35s
CI/CD Pipeline / Integration Tests (push) Successful in 9m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 5m2s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 15m3s
CI/CD Pipeline / CI Gate (pull_request) Successful in 31s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 452h28m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 452h28m47s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 452h28m45s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 452h28m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 452h28m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 452h29m34s
CI/CD Pipeline / Deploy Production (push) Failing after 452h30m45s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 452h30m47s
CI/CD Pipeline / CI Gate (push) Failing after 452h30m28s
CI/CD Pipeline / Build Production API Image (push) Failing after 452h30m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 452h40m40s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 452h40m42s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 452h40m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 452h43m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 452h43m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 452h43m34s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 452h48m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 452h48m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 452h48m39s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 452h49m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 452h49m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 452h49m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 452h49m14s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 452h53m15s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 453h2m47s
CI/CD Pipeline / Production Browser E2E (push) Failing after 453h4m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 453h4m49s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 453h17m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 453h22m25s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-28 18:32:27 +08:00
xiaoxia
8e89717166
fix: 素材缩略图全黑 — 签名URL + 批量修复 + 前端兜底
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m3s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m44s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m18s
AI Code Review / AI Code Review (pull_request) Successful in 3m44s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m50s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m19s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 452h55m11s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 452h58m54s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 452h58m58s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 453h32m57s
问题根因:
1. OSS bucket 为私有,upload_to_oss 返回的公开 URL 返回 403
2. API 降级逻辑把视频 .mp4 的 signed URL 当作 thumbnail_url 返回
3. 浏览器 <img> 无法渲染 .mp4 文件,显示黑屏
修复:
- ingest.py: 存储 storage_key 而非公开 URL,API 层统一签名
- assets.py: 移除 .mp4 降级,thumbnail_url 通过 get_download_url 签名
- AssetCard.tsx: 检测视频 URL 后缀 + onError 降级显示类型图标
- 新增 batch_generate_thumbnails Celery 任务,为 2587 个历史视频补生成缩略图
- 同时处理 242 条旧格式公开 URL → storage_key 迁移
2026-08-28 18:23:41 +08:00
xiaoxia
74ecae5062
Merge PR #1529 : 标题位置默认改为顶部(top)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m45s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m30s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m47s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m30s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m25s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m7s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m25s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m19s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m38s
AI Code Review / AI Code Review (pull_request) Successful in 9m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m53s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 452h55m13s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 452h55m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 453h0m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 453h1m27s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 453h2m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 453h3m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 453h2m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 453h3m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 453h4m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 453h5m0s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 453h6m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 453h11m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 453h6m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 453h6m14s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 453h29m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 453h37m4s
2026-08-28 18:14:04 +08:00
xiaoxia
79074370b6
Merge pull request 'fix: thumbnail_url未写入generated_videos + 缩略图key避免覆盖' ( #1528 ) from fix/thumbnail-v2 into develop
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m17s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m58s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m32s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 7m17s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m54s
AI Code Review / AI Code Review (pull_request) Failing after 8m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m14s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m17s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m18s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 3m4s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 5m3s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m2s
CI/CD Pipeline / Integration Tests (push) Successful in 5m47s
CI/CD Pipeline / Unit Tests (push) Successful in 13m53s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m19s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 454h59m39s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 454h59m41s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 454h59m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 455h0m22s
CI/CD Pipeline / Deploy Production (push) Failing after 455h0m23s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 454h59m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 455h0m24s
CI/CD Pipeline / CI Gate (push) Failing after 455h0m24s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 454h59m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 455h0m24s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 455h12m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 455h12m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 455h12m34s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 455h12m54s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 455h12m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 455h13m17s
CI/CD Pipeline / PR Build API Image (push) Failing after 455h13m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 455h14m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 455h14m45s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 455h14m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 455h14m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 455h19m16s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 455h33m41s
CI/CD Pipeline / Canary Release to Production (push) Failing after 455h34m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 455h34m25s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 455h46m31s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 455h46m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 455h47m20s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 455h48m56s
2026-08-28 16:06:26 +08:00
CI Bot
1b19e17cb7
fix: AI Code Review 澄清注释 - job_id是方法参数 + thumbnail_url通过构造函数返回
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m29s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m15s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m45s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m49s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m38s
AI Code Review / AI Code Review (pull_request) Successful in 4m57s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m39s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 5m50s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m0s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m21s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m34s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 455h29m52s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 455h29m53s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 455h29m52s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 455h29m54s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 455h29m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 455h35m43s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 455h35m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 455h38m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 455h38m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 455h38m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 455h38m9s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 455h38m15s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 456h3m54s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 456h9m44s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 456h12m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 456h12m16s
2026-08-28 15:47:28 +08:00
CI Bot
87deb7e467
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m38s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m29s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m27s
AI Code Review / AI Code Review (pull_request) Failing after 4m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m53s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m55s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 5m42s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m25s
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 455h39m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 455h39m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 455h39m19s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 455h39m21s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 455h45m5s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 455h39m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 455h45m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 455h47m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 455h47m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 455h47m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 455h47m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 455h47m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 455h47m45s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 456h13m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 456h18m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 456h21m42s
2026-08-28 07:37:56 +00:00
CI Bot
5a9e3fdb5e
fix: thumbnail_url未写入generated_videos表 + 缩略图存储key避免覆盖
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m18s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m43s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m43s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m46s
AI Code Review / AI Code Review (pull_request) Failing after 4m51s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m42s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m5s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m56s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 455h50m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 455h51m29s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 455h51m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 455h55m6s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 455h51m32s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 455h55m8s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 455h51m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 455h55m8s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 456h25m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 456h25m37s
Bug 1: render_adapter渲染完成后thumbnail_url未传递给create_video_record_and_dedup
- _render_from_edit_plan 补充返回 result.thumbnail_url
- _upload_and_record 新增 thumbnail_url 参数并透传
- generate_video 调用处同步更新
Bug 2: 缩略图存储key rendered/{plan_id}/thumbnail.jpg 导致同plan多次渲染互相覆盖
- 改为 rendered/{plan_id}/thumbnails/{task_id}.jpg
2026-08-28 15:30:09 +08:00
xiaoxia
5be051a683
fix(player): 预览播放器进度条不动 — play前未seek到segment起始时间
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m13s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m44s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m45s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m43s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m1s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m11s
AI Code Review / AI Code Review (pull_request) Failing after 7m47s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m42s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m6s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m29s
CI/CD Pipeline / Integration Tests (push) Successful in 4m17s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m20s
CI/CD Pipeline / Unit Tests (push) Successful in 13m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m27s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 457h3m48s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 457h3m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 457h3m50s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 457h3m49s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 457h3m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 457h4m12s
CI/CD Pipeline / Build Production Web Image (push) Failing after 457h4m14s
CI/CD Pipeline / Canary Release to Production (push) Failing after 457h4m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 457h4m14s
CI/CD Pipeline / Deploy Production (push) Failing after 457h4m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 457h14m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 457h14m29s
CI/CD Pipeline / CI Gate (push) Failing after 457h4m14s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 457h15m4s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 457h16m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 457h16m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 457h16m15s
CI/CD Pipeline / PR Build API Image (push) Failing after 457h16m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 457h17m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 457h18m5s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 457h22m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 457h22m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 457h22m20s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 457h22m19s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 457h37m51s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 457h38m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 457h48m30s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 457h50m10s
CI/CD Pipeline / PR Build Web Image (push) Failing after 457h50m18s
根因:useSegmentScheduler.play() 直接调用 video.play() 没有先 seek 到
seg.startTime。当后端 from-assets 返回的片段 start_time > 0(MediaKit
推荐起始时间),视频从0开始播放,但 tick 计算 globalTime 时减去了
startTime,导致进度条卡在0不动,直到 video.currentTime >= startTime。
修复:play() 在调用 video.play() 前,seek 到 seg.startTime。
2026-08-28 14:03:24 +08:00
xiaoxia
12f51d43bf
feat(from-assets): 改为异步执行MediaKit分析 ( #1525 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m38s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m16s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m15s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m41s
AI Code Review / AI Code Review (pull_request) Successful in 5m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m24s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m34s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m55s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m27s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m58s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m18s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m21s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m14s
CI/CD Pipeline / Integration Tests (push) Successful in 3m22s
CI/CD Pipeline / Unit Tests (push) Successful in 15m1s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m39s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 458h40m56s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 458h40m57s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 458h40m58s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 458h40m59s
CI/CD Pipeline / Production Browser E2E (push) Failing after 458h41m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 458h41m10s
CI/CD Pipeline / Canary Release to Production (push) Failing after 458h41m9s
CI/CD Pipeline / CI Gate (push) Failing after 458h41m10s
CI/CD Pipeline / Deploy Production (push) Failing after 458h41m10s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 458h51m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 458h52m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 458h41m12s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 458h53m38s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 458h51m3s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 458h54m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 458h51m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 458h55m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 458h55m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 458h53m40s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 458h55m32s
CI/CD Pipeline / Frontend Lint (push) Failing after 458h56m6s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 458h55m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 458h59m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 458h55m36s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 459h14m58s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 459h14m59s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 459h15m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 459h25m30s
CI/CD Pipeline / PR Build Web Image (push) Failing after 459h29m28s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-28 12:26:00 +08:00
xiaoxia
bcafaa4eff
refactor(generate): 去掉30秒轮询,from-assets秒级返回后直接生成
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m25s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m25s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m16s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m18s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m16s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m20s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 58s
AI Code Review / AI Code Review (pull_request) Successful in 10m40s
CI/CD Pipeline / Integration Tests (push) Successful in 4m4s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m26s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m58s
CI/CD Pipeline / Unit Tests (push) Successful in 18m11s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m13s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m4s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m2s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m5s
CI/CD Pipeline / CI Gate (pull_request) Successful in 1m34s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 460h30m34s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 460h30m36s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 460h30m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 460h30m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 460h33m25s
CI/CD Pipeline / Production Browser E2E (push) Failing after 460h36m14s
CI/CD Pipeline / Deploy Production (push) Failing after 460h36m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 460h36m19s
CI/CD Pipeline / CI Gate (push) Failing after 460h36m20s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 460h36m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 460h39m59s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 460h40m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 460h40m26s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 460h42m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 460h42m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 460h48m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 460h48m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 460h48m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 460h49m5s
CI/CD Pipeline / PR Build API Image (push) Failing after 460h49m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 460h50m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 460h54m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 461h4m34s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 461h4m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 461h10m18s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 461h14m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 461h16m19s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 461h22m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 461h23m7s
- 删除 waitForClipsCreated 轮询逻辑(30s等待、1.5s间隔)
- handleGenerate 改为单次 listClips 兜底检查,无片段则补调 from-assets
- 后端已改异步秒级返回,前端无需长时间等待
- 生成前显示 loading '正在生成预览视频...'
- useStep2Materials 错误提示统一为'智能选片失败,请重试'
- 注释更新:反映后端异步行为
2026-08-28 10:30:54 +08:00
xiaoxia
b6af6892cd
feat(from-assets): 按模板segment创建片段 ( #1524 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m19s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m21s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m12s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m48s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m8s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m1s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m50s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 9m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 57s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m58s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m36s
AI Code Review / AI Code Review (pull_request) Successful in 6m37s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m10s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m14s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m2s
CI/CD Pipeline / Unit Tests (push) Successful in 16m50s
CI/CD Pipeline / Integration Tests (push) Successful in 5m56s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m33s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 46s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 21m34s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 23m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 469h31m38s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 469h46m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 469h46m40s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 469h46m41s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 469h46m41s
CI/CD Pipeline / CI Gate (push) Failing after 469h47m36s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 469h46m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 469h48m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 469h48m53s
CI/CD Pipeline / Build Production Web Image (push) Failing after 469h48m53s
CI/CD Pipeline / Build Production API Image (push) Failing after 469h48m54s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 469h56m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 469h56m34s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 469h57m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 469h58m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 469h58m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 470h0m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 470h1m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 470h1m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 470h2m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h1m26s
CI/CD Pipeline / PR Build Web Image (push) Failing after 470h2m14s
CI/CD Pipeline / Frontend Lint (push) Failing after 470h5m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 470h5m48s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 470h20m39s
CI/CD Pipeline / Deploy Production (push) Failing after 470h22m51s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 470h30m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h32m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 470h36m17s
2026-08-28 01:19:57 +08:00
CI Bot
506b29991b
fix: include clip_type in clips_data for replace_all_clips_transactional
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m54s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m47s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m3s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m21s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m40s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 6m10s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m12s
AI Code Review / AI Code Review (pull_request) Successful in 9m11s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m45s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 3m33s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 5m32s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 470h14m22s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 470h14m24s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 470h14m26s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 470h14m26s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 470h20m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 470h23m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 470h20m43s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 470h23m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h23m40s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 470h23m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 470h23m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 470h23m40s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 470h48m25s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 470h48m27s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h54m44s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 470h57m40s
- Add clip_type field to clips_data dict (body.clip_type or main)
- Service layer reads clip_type from clips_data instead of hardcoding
- 48 tests passing
2026-08-28 01:02:04 +08:00
CI Bot
ab81c0115a
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m9s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m50s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m59s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m2s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m9s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m54s
AI Code Review / AI Code Review (pull_request) Failing after 6m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m17s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m47s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m7s
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 470h25m14s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 470h25m14s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 470h25m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 470h25m16s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 470h29m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h29m14s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 470h32m18s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 470h32m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 470h32m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 470h32m20s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 470h32m24s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h32m24s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 470h59m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 470h59m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h3m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h6m22s
2026-08-27 16:53:21 +00:00
CI Bot
ecfa478a24
fix: guard empty asset_ids + validate clip_duration > 0 + fix old-system default
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m33s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 470h36m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h36m3s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 470h38m21s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 470h38m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 470h38m23s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 470h38m25s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h38m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h10m3s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h12m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h12m25s
- Add empty asset_ids check before modulo (defense-in-depth, schema also enforces min_length=1)
- Add clip_duration <= 0 guard after asset_total capping
- Fix old-system fallback default from 0.0 to _DEFAULT_EDITOR_CLIP_DURATION
- Add test for empty asset_ids 400
- 48 tests passing
2026-08-28 00:47:21 +08:00
CI Bot
9711b6a545
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m8s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m54s
AI Code Review / AI Code Review (pull_request) Failing after 4m0s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m7s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m10s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m1s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 4m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m19s
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 470h39m55s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 470h39m56s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 470h39m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 470h45m9s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 470h39m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h45m10s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 470h39m57s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 470h48m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 470h48m16s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 470h48m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 470h48m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h48m18s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 471h13m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h19m6s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h22m12s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h22m18s
2026-08-27 16:37:26 +00:00
CI Bot
d771fee45a
fix: validate segment durations with _safe_segment_duration + upgrade fallback logs to warning
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m5s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m44s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m9s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m27s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m21s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m36s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m36s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 5m56s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 470h51m10s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 470h51m11s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 470h54m10s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 470h51m11s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 470h54m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h54m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 470h54m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 470h54m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h28m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h28m16s
- Add _safe_segment_duration() to handle None/invalid/negative/NaN values
- Swap dur_min/dur_max if dirty data has min > max
- Change fallback exception logs from DEBUG to WARNING for observability
- Add 7 unit tests for _safe_segment_duration
- 47 tests passing
2026-08-28 00:31:24 +08:00
CI Bot
753a3206a7
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 470h56m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 470h56m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 470h56m39s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 470h56m35s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 470h56m39s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 471h30m35s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h30m39s
2026-08-27 16:29:06 +00:00
CI Bot
5c62dad798
fix: atomic clip replacement via replace_all_clips_transactional + asset_total=0 guard
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m37s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m44s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m15s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m33s
AI Code Review / AI Code Review (pull_request) Failing after 7m50s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h0m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 471h0m8s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h1m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h1m30s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h1m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h5m28s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 471h5m32s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h34m6s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 471h35m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h39m30s
- Use replace_all_clips_transactional for atomic delete+create (fixes data loss risk)
- Guard asset_total <= 0 with HTTP 400 (fixes invalid clip creation)
- Update tests to verify transactional replace and zero-duration guard
- 40 tests passing
2026-08-28 00:20:04 +08:00
CI Bot
fdc9573baa
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m22s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m43s
AI Code Review / AI Code Review (pull_request) Failing after 3m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m18s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m39s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m26s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h5m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h7m12s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h5m57s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h7m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 471h8m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h10m29s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 471h10m33s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 471h39m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h42m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h44m31s
2026-08-27 16:11:55 +00:00
xiaoxia
60263703a6
fix(generate): 片段校验改为只确认已创建,不死等 ready
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m22s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m35s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m25s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m38s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m47s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m17s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m59s
AI Code Review / AI Code Review (pull_request) Successful in 6m5s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m12s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m48s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 14m29s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m0s
CI/CD Pipeline / Integration Tests (push) Successful in 8m28s
CI/CD Pipeline / Unit Tests (push) Successful in 16m29s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 15m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m57s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 470h58m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 470h58m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 470h58m6s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 470h58m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 470h58m39s
CI/CD Pipeline / Deploy Production (push) Failing after 470h58m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 470h58m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 470h58m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 470h58m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h7m14s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h7m16s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 471h7m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h12m35s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h13m38s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 471h13m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 471h13m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 471h13m48s
CI/CD Pipeline / Frontend Lint (push) Failing after 471h14m58s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 471h15m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h16m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 471h20m38s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h16m59s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 471h17m1s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 471h32m5s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 471h32m7s
CI/CD Pipeline / Canary Release to Production (push) Failing after 471h32m39s
CI/CD Pipeline / CI Gate (push) Failing after 471h32m41s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h46m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 471h47m46s
上一版要求片段 status=ready 才放行 generate,导致:
- E2E 测试环境 MediaKit 不就绪时,前端死等 90s,generate 请求不发出,
waitForResponse 30s 超时(core-generation.spec.ts:232)
- 真实环境 MediaKit 失败时用户无法触发生成
改为:轮询 listClips 只要存在任意片段(无论 ready/pending)即放行,
最多等 30s,超时也放行,由后端生成流程自行处理片段就绪/兜底。
loading 文案改为'正在准备素材片段...'。
2026-08-28 00:05:08 +08:00
CI Bot
030220f24d
test: update existing clip tests for template-segment-based creation
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m45s
AI Code Review / AI Code Review (pull_request) Failing after 4m14s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m28s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 42s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m28s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m49s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 7m56s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 8m22s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h21m34s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h22m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h21m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h22m57s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h26m48s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 471h22m59s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 471h26m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h23m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 471h55m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 472h0m46s
2026-08-27 23:58:56 +08:00
xiaoxia
6c047cdc20
fix(e2e): 素材卡片点击命中播放按钮导致选中失败
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m17s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m25s
AI Code Review / AI Code Review (pull_request) Failing after 4m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 26s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m28s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 14m50s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 15m53s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 19m2s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 19m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 41m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 42m16s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 471h49m53s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 471h49m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 471h51m48s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 471h52m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 471h55m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 471h52m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 471h57m41s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 471h52m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 471h57m45s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 471h57m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 471h59m34s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 471h57m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 471h57m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 472h3m24s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 472h23m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 472h31m43s
根因:Playwright 默认点击卡片中心(150px 宽卡片中心约 x=55,y=100),
正好命中 36×36 播放按钮。播放按钮 stopPropagation 只切换视频播放,
不会触发 onToggle 选中,因此勾选标记 ✓ 永远不出现,E2E 5s 超时失败。
修复:
- MaterialCard 勾选标记加 data-testid=material-card-check,卡片加 data-testid=material-card
- E2E 用 testid 定位卡片,点击左上角 (15,15) 避开播放按钮
- 勾选标记断言改用 testid,避免 ✓ 字符文本匹配不稳定
2026-08-27 23:22:21 +08:00
CI Bot
9510f69816
fix: rename unused loop var and add type annotation for ruff/mypy
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m24s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m57s
AI Code Review / AI Code Review (pull_request) Failing after 5m0s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m7s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m14s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m41s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 17m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 21m20s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 48m3s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 45m57s
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 471h35m18s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 471h35m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 471h35m22s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 471h35m21s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 472h18m13s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 472h18m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 472h18m35s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 472h19m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 472h19m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 472h23m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 472h23m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 472h23m47s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 472h9m19s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 472h9m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 472h52m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 472h53m45s
2026-08-27 23:01:57 +08:00
CI Bot
42c4f22b21
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 3m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m34s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 472h24m16s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 472h29m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 472h25m47s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 472h29m52s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 472h29m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 472h59m49s
2026-08-27 14:55:51 +00:00
CI Bot
a2b37e376d
feat(from-assets): create clips based on template segments instead of required_clips_count
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 27s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m9s
AI Code Review / AI Code Review (pull_request) Successful in 6m53s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m29s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 14m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 472h32m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 472h32m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 472h32m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 472h32m41s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 472h37m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 472h37m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 472h46m9s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 472h46m13s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 473h6m25s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 473h20m11s
- Query template_segments/clip_configs by template_id, create exactly N clips matching segment count
- Each clip duration randomly chosen between segment duration_min and duration_max (1 decimal)
- Assets round-robin assigned across segments; same asset can produce multiple clips
- Delete all existing clips for the plan before creating new ones (idempotent)
- MediaKit recommendation only applied to the first clip using each asset; subsequent clips use random start times
- MediaKit timeout/poll settings unchanged (60s/2s/15)
- mark_clips_ready called immediately after creation
- Ignore required_clips_count from frontend
- Clips order starts from 0 since old clips are cleared
- Add _get_template_segments helper supporting both new (clip_configs) and old (template_segments) systems
- 28 unit tests covering segment query, clip creation, round-robin, deletion, duration bounds, MediaKit integration
2026-08-27 22:31:40 +08:00
xiaoxia
185c240557
refactor(editor): 移除模板编辑器素材 Tab
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m37s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m50s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m39s
AI Code Review / AI Code Review (pull_request) Failing after 12m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 17m14s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 18m15s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 29s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 21m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 21m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m55s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m0s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 472h35m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 472h35m7s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 472h35m38s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 472h38m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 472h38m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 472h48m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 472h48m45s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 472h51m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 472h48m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 472h55m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 472h48m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 472h55m31s
CI/CD Pipeline / Frontend Lint (push) Failing after 472h49m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 472h55m32s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 473h9m5s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 473h29m30s
模板编辑器只定义模板规则(片段数量、时长范围),不再承载素材管理:
- MediaPanel 移除'📁 素材'Tab 及 AssetSelector 引用
- EditingPlanner 移除 mediaAssets/selectedAssetIds state
- useTemplateManagement/useTemplateList 不再加载 getMediaAssets
- 不影响用户端智能剪辑流程的素材选择功能
2026-08-27 22:30:07 +08:00
xiaoxia
5e8dcb9843
fix(generate): from-assets 去重 + 60s 超时 + 片段就绪轮询
...
- 移除 handleGenerate 中 from-assets 重复调用(useStep2Materials 已在选素材时 debounce 800ms 调用)
- createClipsFromAssets 单独设置 60s timeout(与后端 MediaKit 一致),支持 AbortSignal
- 调 generate 前轮询 listClips 确认存在 ready 片段,未就绪显示'正在智能选片中,请稍候...'
- 轮询最多 90s(MediaKit 60s + 缓冲),超时提示'智能选片超时,请重试'
- from-assets 请求超时/失败在 useStep2Materials 中 message.error 友好提示
2026-08-27 22:30:07 +08:00
xiaoxia
00067907f2
fix(generate): from-assets 改用 selectedTemplate,修复智能剪辑流程片段不创建
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m27s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m59s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m50s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m54s
AI Code Review / AI Code Review (pull_request) Successful in 8m7s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m58s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m4s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 10m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m11s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m15s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m21s
CI/CD Pipeline / Integration Tests (push) Successful in 4m37s
CI/CD Pipeline / Unit Tests (push) Successful in 14m17s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m41s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 477h14m55s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 477h14m56s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 477h14m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 477h14m58s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 477h14m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 477h15m41s
CI/CD Pipeline / Deploy Production (push) Failing after 477h15m42s
CI/CD Pipeline / Build Production Web Image (push) Failing after 477h15m43s
CI/CD Pipeline / CI Gate (push) Failing after 477h15m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 477h15m43s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 477h26m18s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 477h26m20s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 477h28m9s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 477h28m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 477h28m17s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 477h26m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 477h28m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 477h28m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 477h29m53s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 477h30m40s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 477h30m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 477h34m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 477h30m44s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 477h30m46s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 477h48m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 477h49m41s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 477h49m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 478h1m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 478h2m21s
sourceEditPlanId 在智能剪辑流程中为 null,导致条件判断永远为 false,
from-assets 不执行、clips 表为空,生成必然失败。
改用 selectedTemplate(模板 ID),后端 get_draft_plan_id 通过
template_id 自动关联 draft plan,与 useStep2Materials 行为一致。
2026-08-27 17:51:26 +08:00
xiaoxia
1667b3878d
fix(ui): 模板选择卡片字体放大(名称13px、时长12px)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m31s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m55s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m42s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m10s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m7s
AI Code Review / AI Code Review (pull_request) Failing after 6m50s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m4s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m4s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 477h40m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 477h40m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 477h41m51s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 477h42m25s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 477h42m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 477h43m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 477h44m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 477h44m13s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 477h44m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 477h44m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 477h48m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 477h48m39s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 478h14m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 478h15m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 478h18m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 478h18m16s
2026-08-27 17:37:08 +08:00
xiaoxia
89cd853bbe
fix(generate): 确认生成时显式调用 from-assets 创建片段
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m18s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m38s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m3s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m10s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m7s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m25s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m51s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m14s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 11m0s
AI Code Review / AI Code Review (pull_request) Failing after 6m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m36s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 13m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m39s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m15s
CI/CD Pipeline / Unit Tests (push) Successful in 17m8s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m19s
CI/CD Pipeline / Integration Tests (push) Successful in 5m7s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m23s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 4m26s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m1s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 478h15m29s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 478h15m31s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 478h15m31s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 478h15m30s
CI/CD Pipeline / Canary Release to Production (push) Failing after 478h16m9s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 478h15m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 478h18m4s
CI/CD Pipeline / Deploy Production (push) Failing after 478h18m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 478h18m6s
CI/CD Pipeline / Build Production API Image (push) Failing after 478h18m7s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 478h26m55s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 478h26m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 478h27m1s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 478h29m36s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 478h28m5s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 478h30m40s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 478h29m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 478h30m42s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 478h29m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 478h30m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 478h35m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 478h30m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 478h35m17s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 478h49m30s
CI/CD Pipeline / CI Gate (push) Failing after 478h51m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 478h52m5s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 479h0m56s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 479h4m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 479h4m47s
在 handleGenerate 调用 createGenerationTask 之前,先显式调用
createClipsFromAssets 确保片段已创建,不再依赖 useStep2Materials
中 useEffect 的异步触发时机,避免用户快速点击生成时片段尚未
就绪导致后端报错「没有可渲染的就绪片段」。
2026-08-27 16:50:27 +08:00
xiaoxia
3bbe87b5c8
fix(ui): 模板选择卡片缩小为一屏6列(Task G)
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m36s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m11s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m56s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m14s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m55s
AI Code Review / AI Code Review (pull_request) Failing after 7m23s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m54s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m7s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m27s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m26s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 478h37m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 478h37m30s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 478h38m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 478h39m27s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 478h39m34s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 478h39m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 478h40m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 478h39m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 478h41m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 478h39m36s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 478h45m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 478h45m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 478h45m41s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 479h11m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 479h13m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 479h19m35s
- xx-choice-list grid: 3列 → 6列,gap 12px → 8px
- 卡片内边距 10px → 6px,圆角 md → sm
- 封面缩略图 max-width 80px → 52px,height 36px → 24px
- 标题字号 13px → 11px,描述字号 11px → 10px
- 768px 断点 2列 → 4列
- 选中状态(蓝色边框+勾选标记)功能不变
2026-08-27 16:40:02 +08:00
xiaoxia
0c216bc545
feat(editor): MediaKit智能选片接入 ( #1523 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m39s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m5s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m5s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m57s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m16s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m45s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m57s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m5s
AI Code Review / AI Code Review (pull_request) Failing after 8m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m19s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 478h51m43s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 478h54m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 478h51m45s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 478h54m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 478h55m4s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 478h55m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 478h55m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 478h55m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 478h55m57s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 478h56m52s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 478h56m56s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 479h0m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 479h25m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 479h28m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 479h29m29s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 479h30m53s
2026-08-27 16:25:09 +08:00
xiaoxia
f0dce3d41d
feat(generate): 预览播放器对接服务端 clips,使用随机 start_time 和正确片段数
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m1s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m50s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 7m14s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m15s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m54s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 48s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m42s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 10m31s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 10m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
AI Code Review / AI Code Review (pull_request) Successful in 7m44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m54s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 479h4m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 479h4m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 479h4m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 479h5m7s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 479h6m48s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 479h6m50s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 479h8m25s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 479h8m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 479h8m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 479h8m33s
CI/CD Pipeline / PR Build API Image (push) Failing after 479h8m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 479h13m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 479h13m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 479h38m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 479h42m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 479h42m35s
- useStep2Materials 在调用 /clips/from-assets 后获取服务端 clips 并通过回调解构
- GeneratePage 将 serverClips 传递给 FrontendPreviewPlayer
- buildPlaybackSegments 优先使用服务端 clips 的 start_time/duration,无 clips 时 fallback 到本地构建
- 确保预览与最终生成结果一致(片段数量、起始时间随机)
2026-08-27 16:12:10 +08:00
xiaoxia
c2fe02cf06
fix(ui): 模板选择预览条宽度缩短至1/3,素材卡片改为点击播放交互
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m26s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m41s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m50s
AI Code Review / AI Code Review (pull_request) Successful in 7m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m22s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m18s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m10s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m29s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m56s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m55s
CI/CD Pipeline / Integration Tests (push) Successful in 7m8s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 4m1s
CI/CD Pipeline / Unit Tests (push) Successful in 16m53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 5m53s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 16m48s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 479h15m12s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 479h15m13s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 479h15m14s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 479h15m15s
CI/CD Pipeline / Production Browser E2E (push) Failing after 479h15m56s
CI/CD Pipeline / Canary Release to Production (push) Failing after 479h15m57s
CI/CD Pipeline / Deploy Production (push) Failing after 479h15m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 479h16m2s
CI/CD Pipeline / CI Gate (push) Failing after 479h16m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 479h16m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 479h16m6s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 479h23m28s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 479h23m30s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 479h23m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 479h28m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 479h32m0s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 479h32m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 479h32m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 479h32m50s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 479h33m12s
CI/CD Pipeline / PR Build API Image (push) Failing after 479h32m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 479h33m14s
CI/CD Pipeline / Frontend Lint (push) Failing after 479h33m10s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 479h33m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 479h33m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 479h38m20s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 479h49m12s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 479h49m15s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 480h3m10s
- generate.css: xx-choice-thumb 宽度从 100% 改为 33%(max-width 80px),居中显示
- ManualMaterialList.tsx: 重构为独立 MaterialCard 组件
- 移除 hover 自动播放逻辑
- 默认显示视频封面/缩略图(非黑色)
- 点击播放按钮开始播放,播放时隐藏按钮
- 播放中点击视频区域可暂停并恢复按钮
- 卡片内嵌播放,无弹窗
2026-08-27 15:47:28 +08:00
xiaoxia
195339d0f8
fix(e2e): 适配素材卡片网格UI + 注册限流重试
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m50s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m58s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m17s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m13s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m47s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m15s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m5s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m52s
AI Code Review / AI Code Review (pull_request) Failing after 6m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m23s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m57s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m34s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m13s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m12s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 479h43m48s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 479h43m50s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 479h45m44s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 479h45m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 479h46m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 479h46m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 479h46m21s
CI/CD Pipeline / PR Build API Image (push) Failing after 479h46m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 479h47m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 479h48m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 479h49m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 479h49m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 479h52m10s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 480h17m50s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 480h19m57s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 480h23m17s
- core-generation.spec.ts: 素材选择从 checkbox 改为点击卡片+验证✓标记
- test_asset.spec.ts: 注册接口增加 429 限流重试逻辑
2026-08-27 15:33:31 +08:00
xiaoxia
29c0d76677
fix: cross-task segment dedup - build used_segments from existing clips ( #1522 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m17s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m14s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m28s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m30s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m23s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m42s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m5s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 479h52m42s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 479h53m40s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 479h52m44s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 479h54m53s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 479h54m55s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 480h0m35s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 479h54m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 480h0m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 480h0m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 480h0m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 480h34m37s
2026-08-27 15:25:04 +08:00
xiaoxia
608e200c0c
fix: 恢复被误回退的后端文件(#1519 #1520)
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m54s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m35s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m39s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m14s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m32s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m25s
AI Code Review / AI Code Review (pull_request) Failing after 6m41s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m43s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m15s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m16s
CI/CD Pipeline / Integration Tests (push) Successful in 4m59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m50s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 4m12s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 480h7m2s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 480h7m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 480h7m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 480h7m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 480h9m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 480h10m4s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 480h10m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 480h10m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 480h11m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 480h10m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 480h14m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 480h14m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 480h14m15s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 480h18m31s
CI/CD Pipeline / PR Build API Image (push) Failing after 480h44m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 480h48m12s
2026-08-27 15:06:00 +08:00
xiaoxia
b12bb24d08
fix(ui): 模板选择预览条缩短+素材列表改为竖屏9:16卡片网格 ( #1521 )
CI/CD Pipeline / Check if frontend-only change (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
2026-08-27 15:04:17 +08:00
xiaoxia
7cdd06802d
fix: ensure cover title matches current video title ( #1520 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m36s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m32s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m9s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m47s
AI Code Review / AI Code Review (pull_request) Failing after 4m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m42s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m30s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m23s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m39s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m12s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m18s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m22s
CI/CD Pipeline / Integration Tests (push) Successful in 6m4s
CI/CD Pipeline / Unit Tests (push) Successful in 16m55s
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 480h31m28s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 480h31m30s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 480h31m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 480h32m31s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 480h33m8s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 480h32m53s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 480h35m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 480h37m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 480h37m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 480h37m24s
CI/CD Pipeline / PR Build API Image (push) Failing after 480h37m28s
CI/CD Pipeline / Frontend Lint (push) Failing after 480h42m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 480h42m6s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 481h7m5s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 481h11m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 481h11m25s
2026-08-27 14:43:42 +08:00
xiaoxia
24c862c741
fix: 标题换行计算使用原始font_size,与CSS预览一致 ( #1519 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m33s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m22s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m39s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m44s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 7m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m19s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m9s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 57s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 5m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m14s
AI Code Review / AI Code Review (pull_request) Failing after 7m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m32s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m0s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m2s
CI/CD Pipeline / Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Unit Tests (push) Successful in 15m18s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m32s
CI/CD Pipeline / CI Gate (pull_request) Successful in 26s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 482h20m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 482h20m40s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 482h20m40s
CI/CD Pipeline / Production Browser E2E (push) Failing after 482h21m19s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 482h20m41s
CI/CD Pipeline / Canary Release to Production (push) Failing after 482h21m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 482h20m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 482h21m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 482h21m22s
CI/CD Pipeline / Deploy Production (push) Failing after 482h21m20s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 482h30m47s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 482h30m51s
CI/CD Pipeline / CI Gate (push) Failing after 482h21m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 482h31m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 482h35m7s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 482h33m3s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 482h35m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 482h33m5s
CI/CD Pipeline / PR Build API Image (push) Failing after 482h35m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 482h36m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 482h33m16s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 482h36m44s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 482h39m47s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 482h36m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 482h36m48s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 482h54m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 482h55m20s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 483h4m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 483h9m20s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-27 12:46:01 +08:00
xiaoxia
1330b436dc
fix: 确保预览和生成API始终传递voice_library_id ( #1518 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m39s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m23s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m45s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m51s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m17s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m47s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 11m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 11m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m32s
AI Code Review / AI Code Review (pull_request) Successful in 9m47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m25s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 15m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m6s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m31s
CI/CD Pipeline / Unit Tests (push) Successful in 17m7s
CI/CD Pipeline / Integration Tests (push) Successful in 3m15s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m28s
CI/CD Pipeline / CI Gate (pull_request) Successful in 27s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 483h14m11s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 483h14m12s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 483h14m12s
CI/CD Pipeline / CI Gate (push) Failing after 483h15m53s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 483h14m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 483h17m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 483h17m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 483h17m23s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 483h17m22s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 483h24m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 483h17m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 483h24m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 483h25m18s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 483h26m3s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 483h27m37s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 483h27m39s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 483h29m2s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 483h30m13s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 483h30m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 483h33m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 483h33m31s
CI/CD Pipeline / PR Build API Image (push) Failing after 483h33m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 483h34m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 483h34m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 483h48m11s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 483h48m12s
CI/CD Pipeline / Deploy Production (push) Failing after 483h51m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 483h58m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 484h4m14s
问题:用户在配音步骤选择了配音,但确认生成后视频中没有配音。
根因:voice_library_id 使用条件展开(非空才传),在某些边界情况下被忽略。
修复:
- useGenerateVideo.ts: voice_library_id 始终传递(不再条件展开)
- useStep6Cover.ts: 预览创建时同样始终传递 voice_library_id
- clone模式增加 selectedVoice 兜底,避免切换模式后配音丢失
2026-08-27 11:51:11 +08:00
xiaoxia
9bd3e7e30a
fix: from-assets 创建片段后调用 mark_clips_ready 转为 ready ( #1517 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m43s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m54s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m12s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 7m46s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m34s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m31s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 6m47s
AI Code Review / AI Code Review (pull_request) Failing after 6m48s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m56s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m9s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 4m51s
CI/CD Pipeline / Integration Tests (push) Successful in 6m1s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m0s
CI/CD Pipeline / Unit Tests (push) Successful in 16m23s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m27s
CI/CD Pipeline / CI Gate (pull_request) Successful in 48s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 484h33m34s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 484h33m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 484h33m37s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 484h33m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 484h34m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 484h34m16s
CI/CD Pipeline / Canary Release to Production (push) Failing after 484h34m13s
CI/CD Pipeline / CI Gate (push) Failing after 484h34m16s
CI/CD Pipeline / Deploy Production (push) Failing after 484h34m13s
CI/CD Pipeline / Build Production API Image (push) Failing after 484h34m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 484h44m28s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 484h44m30s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 484h46m49s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 484h44m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 484h47m39s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 484h48m8s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 484h47m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 484h49m44s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 484h49m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 484h49m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 484h50m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 484h49m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 484h54m36s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 484h49m50s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 484h49m52s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 485h7m33s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 485h7m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 485h8m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 485h19m59s
2026-08-27 10:31:13 +08:00
xiaoxia
9709d5471b
fix(ass): Fontsize乘1.35补偿系数对齐CSS预览字号 ( #1516 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m37s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 6m55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m56s
AI Code Review / AI Code Review (pull_request) Failing after 4m14s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m58s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m7s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m46s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Failing after 11m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m56s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m46s
CI/CD Pipeline / Unit Tests (push) Successful in 16m46s
CI/CD Pipeline / Integration Tests (push) Successful in 8m9s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 8m30s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m55s
CI/CD Pipeline / CI Gate (pull_request) Successful in 29s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 493h15m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 493h15m22s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 493h15m23s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 493h15m23s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 493h15m23s
CI/CD Pipeline / CI Gate (push) Failing after 493h20m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 493h24m39s
CI/CD Pipeline / Deploy Production (push) Failing after 493h24m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 493h30m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 493h24m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 493h32m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 493h24m41s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 493h32m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 493h24m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 493h32m56s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 493h30m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 493h34m54s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 493h30m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 493h37m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 493h37m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 493h37m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 493h37m31s
CI/CD Pipeline / Frontend Lint (push) Failing after 493h41m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 493h41m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 493h49m21s
CI/CD Pipeline / Production Browser E2E (push) Failing after 493h58m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 494h4m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 494h6m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 494h11m12s
CI/CD Pipeline / PR Build API Image (push) Failing after 494h11m31s
2026-08-27 01:44:19 +08:00
xiaoxia
e1482a4b11
fix: Step2素材选择后调用/clips/from-assets,修复片段数量不足+随机起始时间 ( #1515 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m9s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m10s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 5m22s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 5m52s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m28s
AI Code Review / AI Code Review (pull_request) Failing after 7m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m47s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m48s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m26s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 494h21m9s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 494h21m10s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 494h21m10s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 494h21m11s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 494h21m12s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 494h21m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 494h32m41s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 494h33m37s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 494h32m43s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 494h33m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 494h32m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 494h34m52s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 494h38m4s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 494h38m4s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 494h38m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 494h43m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 494h43m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 494h43m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 494h43m11s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 495h7m34s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 495h12m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 495h17m4s
问题:前端在本地构建clips(每素材1个片段,start_time=0),
未调用后端/clips/from-assets,导致模板要求4个片段但只选3个素材时
只生成3个片段,后端随机start_time和多片段逻辑从未被触发。
修复:
- createClipsFromAssets增加requiredClipsCount可选参数
- useStep2Materials改为先清空旧片段再调用from-assets,
required_clips_count=模板segments数
- 删除废弃的buildClipsFromAssets工具函数
2026-08-27 00:42:32 +08:00
xiaoxia
d4c8064cdc
fix(fonts): FONT_NAME_MAP改为Noto Sans SC适配容器实际字体 ( #1514 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 5m50s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m35s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m18s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m24s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m15s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m21s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m22s
CI/CD Pipeline / Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m17s
CI/CD Pipeline / Unit Tests (push) Successful in 13m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 494h21m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 494h21m30s
CI/CD Pipeline / Build Production Web Image (push) Failing after 494h21m31s
CI/CD Pipeline / Production Browser E2E (push) Failing after 494h21m29s
CI/CD Pipeline / CI Gate (push) Failing after 494h21m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 494h33m38s
CI/CD Pipeline / PR Build API Image (push) Failing after 494h33m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 494h34m22s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 494h37m57s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 494h43m11s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 494h43m24s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 494h43m26s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 494h45m10s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 494h45m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 494h45m16s
CI/CD Pipeline / Deploy Production (push) Failing after 494h55m28s
CI/CD Pipeline / Build Production API Image (push) Failing after 494h55m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 495h7m38s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 495h19m11s
2026-08-27 00:35:48 +08:00
xiaoxia
9178e06bb3
fix: 恢复步骤4-6实时预览,步骤7显示最终视频,步骤1-3右侧留空 ( #1513 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m12s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m1s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 6m20s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 7m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 7m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m30s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m22s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m20s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
AI Code Review / AI Code Review (pull_request) Successful in 8m35s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m44s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 15m11s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 15m38s
CI/CD Pipeline / Unit Tests (push) Successful in 17m41s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m19s
CI/CD Pipeline / Integration Tests (push) Successful in 7m53s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 8m6s
CI/CD Pipeline / CI Gate (pull_request) Successful in 25s
CI/CD Pipeline / CI Gate (push) Failing after 495h25m43s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 495h27m45s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 495h27m46s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 495h27m46s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 495h27m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 495h27m48s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 495h27m49s
CI/CD Pipeline / Production Browser E2E (push) Failing after 495h31m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 495h31m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 495h31m6s
CI/CD Pipeline / Build Production Web Image (push) Failing after 495h31m6s
CI/CD Pipeline / Build Production API Image (push) Failing after 495h31m6s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 495h39m31s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 495h39m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 495h40m20s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 495h39m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 495h42m49s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 495h40m50s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 495h40m54s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 495h43m32s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 495h40m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 495h48m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 495h48m46s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 495h43m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 495h48m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 495h43m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 495h48m50s
CI/CD Pipeline / Deploy Production (push) Failing after 496h5m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 496h22m46s
2026-08-26 23:37:00 +08:00
xiaoxia
2c1af458b9
feat(editor): from-assets支持同素材多片段+随机起始时间+去重+required_clips_count ( #1512 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m42s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m46s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m37s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m23s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m56s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m16s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 31s
AI Code Review / AI Code Review (pull_request) Successful in 6m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 13m10s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 13m12s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 8m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 10m3s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 23m58s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 23m59s
CI/CD Pipeline / Build Staging API Image (push) Successful in 25m5s
CI/CD Pipeline / Unit Tests (push) Successful in 26m28s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 20m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m3s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m50s
CI/CD Pipeline / Integration Tests (push) Successful in 10m57s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 10m55s
CI/CD Pipeline / CI Gate (pull_request) Successful in 26s
CI/CD Pipeline / CI Gate (push) Failing after 496h10m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 496h13m44s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 496h18m24s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 496h18m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 496h18m28s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 496h18m28s
CI/CD Pipeline / Production Browser E2E (push) Failing after 496h19m12s
CI/CD Pipeline / Build Production Web Image (push) Failing after 496h19m16s
CI/CD Pipeline / Deploy Production (push) Failing after 496h19m14s
CI/CD Pipeline / Build Production API Image (push) Failing after 496h19m16s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 496h34m5s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 496h34m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 496h34m24s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 496h35m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 496h36m8s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 496h39m23s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 496h40m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 496h40m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 496h45m42s
CI/CD Pipeline / PR Build API Image (push) Failing after 496h45m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 496h45m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 496h45m49s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 496h52m24s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 496h52m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 496h53m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 497h8m7s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 497h10m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 497h14m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 497h19m42s
2026-08-26 22:40:02 +08:00
xiaoxia
004ccb1af2
fix: 移除预览播放器,改为内联播放生成视频;删除生成数量功能 ( #1511 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 2m32s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m22s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m29s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 8m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 9m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m29s
AI Code Review / AI Code Review (pull_request) Failing after 9m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 10m8s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 10m10s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m22s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 18m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m43s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 19m37s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m21s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m6s
CI/CD Pipeline / Unit Tests (push) Successful in 19m6s
CI/CD Pipeline / Integration Tests (push) Successful in 10m55s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 11m17s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 19m24s
CI/CD Pipeline / CI Gate (pull_request) Successful in 40s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 497h31m29s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 497h31m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 497h31m30s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 497h31m31s
CI/CD Pipeline / CI Gate (push) Failing after 497h32m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 497h33m0s
CI/CD Pipeline / Deploy Production (push) Failing after 497h33m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 497h33m1s
CI/CD Pipeline / Build Production API Image (push) Failing after 497h33m1s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 497h46m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 497h47m0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 497h47m35s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 497h47m1s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 497h48m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 497h50m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 497h50m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 497h50m20s
CI/CD Pipeline / Frontend Lint (push) Failing after 497h50m59s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 497h56m45s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 497h56m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 497h56m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 497h56m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 498h3m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 498h5m27s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 498h5m28s
CI/CD Pipeline / Production Browser E2E (push) Failing after 498h6m56s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 498h6m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 498h24m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 498h24m15s
- 移除 FrontendPreviewPlayer 实时预览组件和视频预览弹窗 Modal
- 生成的视频在右侧内联播放(HTML5 video,controls + autoPlay)
- 添加生成中/失败/空状态的 UI 展示
- 删除「生成数量」(generateCount)全链路代码
- 清理 previewVideo/previewModalOpen 状态和 TTS 预览音频死代码
- 添加 .xx-inline-video-player 样式
2026-08-26 21:21:05 +08:00
xiaoxia
5482d3c58d
chore: 触发 base image 重建(ACR 推送重试)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 4m9s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m43s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m32s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m31s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 8m26s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 8m25s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 8m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m25s
AI Code Review / AI Code Review (pull_request) Failing after 10m7s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m57s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 42s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 17m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 24m29s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
API Base Image Build / Build API Base Image (push) Successful in 45m16s
Worker Base Image Build / Build Worker Base Image (push) Successful in 57m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 498h21m52s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 498h21m56s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 498h22m40s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 498h24m39s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 498h24m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 498h24m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 498h25m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 498h25m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 498h25m38s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 498h28m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 498h33m54s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 498h33m54s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 498h33m54s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 498h55m51s
CI/CD Pipeline / PR Build Web Image (push) Failing after 498h58m56s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 499h7m51s
2026-08-26 20:51:37 +08:00
xiaoxia
a271c7981f
chore: 重新触发 base image 构建(上次 ACR 推送超时)
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 498h33m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 498h34m59s
2026-08-26 20:50:51 +08:00
xiaoxia
989f6046d8
fix: 字体文件改为仓库内预置,不再从 GitHub 下载
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 3m44s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m13s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m34s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 6m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 6m50s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 7m29s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 7m31s
AI Code Review / AI Code Review (pull_request) Failing after 4m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m52s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m11s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m3s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m13s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m28s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 14m41s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 15m14s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 2m19s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m32s
CI/CD Pipeline / Unit Tests (push) Successful in 14m54s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m51s
CI/CD Pipeline / Integration Tests (push) Successful in 6m24s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m26s
CI/CD Pipeline / CI Gate (pull_request) Successful in 24s
API Base Image Build / Build API Base Image (push) Successful in 43m5s
Worker Base Image Build / Build Worker Base Image (push) Failing after 42m1s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 498h57m16s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 498h57m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 498h57m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 498h57m20s
CI/CD Pipeline / CI Gate (push) Failing after 498h57m36s
CI/CD Pipeline / Canary Release to Production (push) Failing after 498h57m40s
CI/CD Pipeline / Deploy Production (push) Failing after 498h57m41s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 498h57m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 498h57m44s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 499h6m53s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 499h6m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 499h6m59s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 499h9m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 499h9m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 499h9m27s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 499h11m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 499h9m29s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 499h11m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 499h12m26s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 499h12m41s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 499h13m39s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 499h13m41s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 499h19m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 499h13m43s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 499h31m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 499h31m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 499h31m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 499h31m40s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 499h40m52s
- 将 NotoSansSC-VF.ttf(17MB)提交到 infra/fonts/
- Dockerfile 改为 COPY 方式安装字体,彻底解决国内构建环境
无法稳定访问 GitHub 导致 base image 构建失败/超时的问题
- 同时修复 api-base 和 worker-base 两个 Dockerfile
2026-08-26 20:06:32 +08:00
xiaoxia
961aa4fe34
fix: Worker Base Image 构建重试 + GitHub 备用镜像
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m27s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m9s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m14s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m47s
AI Code Review / AI Code Review (pull_request) Successful in 2m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m19s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m40s
CI/CD Pipeline / Integration Tests (push) Successful in 3m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m55s
CI/CD Pipeline / Unit Tests (push) Successful in 13m59s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m15s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Build Staging API Image (push) Successful in 24m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m27s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
API Base Image Build / Build API Base Image (push) Successful in 38m50s
Worker Base Image Build / Build Worker Base Image (push) Successful in 1h15m55s
CI/CD Pipeline / Canary Release to Production (push) Failing after 499h22m37s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 499h34m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 499h34m56s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 499h35m0s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 499h34m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 499h35m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 499h35m33s
CI/CD Pipeline / Deploy Production (push) Failing after 499h35m35s
CI/CD Pipeline / Build Production Web Image (push) Failing after 499h35m36s
CI/CD Pipeline / CI Gate (push) Failing after 499h35m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 499h35m37s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 499h43m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 499h43m48s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 499h44m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 499h44m24s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 499h46m48s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 499h47m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 499h48m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 499h48m4s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 499h49m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 499h48m6s
CI/CD Pipeline / Frontend Lint (push) Failing after 499h49m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 499h51m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 499h49m42s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 499h49m44s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 500h8m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 500h9m34s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 500h17m48s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 500h20m44s
- curl 添加 --retry 3 --connect-timeout 30
- 主 URL 失败时自动回退到 ghfast.top 代理镜像
- 同时修复 api-base 和 worker-base 两个 Dockerfile
2026-08-26 19:34:40 +08:00
xiaoxia
3b0a29d850
fix: 修复 Noto Sans CJK SC Bold 字体混入 Mono 等宽变体问题 ( #1510 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m4s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m52s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m17s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m19s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m39s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 33s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 32s
AI Code Review / AI Code Review (pull_request) Successful in 3m54s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m53s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m34s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m27s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m18s
Worker Base Image Build / Build Worker Base Image (push) Failing after 8m49s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m40s
CI/CD Pipeline / Integration Tests (push) Successful in 3m7s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m59s
CI/CD Pipeline / Unit Tests (push) Successful in 15m15s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m14s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
API Base Image Build / Build API Base Image (push) Successful in 19m55s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 499h57m13s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 499h57m14s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 499h57m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 499h58m32s
CI/CD Pipeline / Deploy Production (push) Failing after 499h58m34s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 499h57m16s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 499h58m34s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 499h57m16s
CI/CD Pipeline / CI Gate (push) Failing after 499h58m36s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 500h5m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 499h58m35s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 500h5m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 500h7m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 500h9m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 500h9m24s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 500h9m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 500h9m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 500h9m36s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 500h12m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 500h12m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 500h13m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 500h13m54s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 500h31m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 500h32m30s
CI/CD Pipeline / Build Production API Image (push) Failing after 500h32m33s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 500h39m35s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 500h42m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 500h43m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 500h46m44s
2026-08-26 19:11:59 +08:00
xiaoxia
7da62f0f82
fix: 移除 asset_durations 的 random_preview 条件限制 ( #1509 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m28s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m49s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m37s
AI Code Review / AI Code Review (pull_request) Successful in 4m7s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m31s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m29s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m5s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m22s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m59s
CI/CD Pipeline / Integration Tests (push) Successful in 2m53s
CI/CD Pipeline / Unit Tests (push) Successful in 15m5s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m6s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 500h23m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 500h23m31s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 500h23m31s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 500h23m32s
CI/CD Pipeline / Production Browser E2E (push) Failing after 500h23m59s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 500h23m32s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 500h24m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 500h23m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 500h24m2s
CI/CD Pipeline / CI Gate (push) Failing after 500h24m2s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 500h33m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 500h33m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 500h34m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 500h34m52s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 500h36m41s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 500h35m32s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 500h37m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 500h35m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 500h37m15s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 500h39m3s
CI/CD Pipeline / PR Build Web Image (push) Failing after 500h39m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 500h39m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 500h39m7s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 500h39m12s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 500h57m28s
CI/CD Pipeline / Deploy Production (push) Failing after 500h57m57s
CI/CD Pipeline / Build Production API Image (push) Failing after 500h57m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 501h7m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 501h11m10s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-26 18:46:37 +08:00
CI Bot
b2d2abf8b7
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m7s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m1s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m26s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m30s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 500h39m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 500h39m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 500h40m14s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 500h41m4s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 500h41m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 500h41m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 500h42m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 500h42m59s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 500h43m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 500h43m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 501h15m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 501h16m58s
2026-08-26 10:42:39 +00:00
xiaoxia
57f16364f1
fix: 修复 CI 单测隔离问题 + ruff 代码质量违规
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 57s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m56s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 500h46m9s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 500h46m11s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 500h47m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 500h47m45s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 500h47m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 500h48m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 500h47m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 500h49m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 500h47m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 500h47m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 500h47m55s
- test_generated_video_creation_logic: 添加 teardown_class 恢复 setup_class
中替换的 sys.modules 条目(video_processing.thumbnail_generator / dedup),
避免 MagicMock 污染后续测试导致 4 个单测失败
- plan_generator_utils: 循环变量 seg_start 未使用 → _seg_start(B007)
- acr_cleanup: 移除未使用变量 open_pr_shas(F841)
- auto_fix_formatting: 移除未使用变量 head_branch_tmp / fix_mode(F841)
2026-08-26 18:36:37 +08:00
CI Bot
850559505f
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 52s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 54s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m11s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m14s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 3m56s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m15s
AI Code Review / AI Code Review (pull_request) Successful in 8m52s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m24s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 13m17s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 501h41m32s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 501h41m33s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 501h41m34s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 501h41m34s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 501h41m34s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 501h52m54s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 501h52m58s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 501h54m51s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 501h54m53s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 501h54m53s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 501h55m36s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 501h55m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 501h55m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 501h55m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 501h55m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 501h55m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 501h57m0s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 502h15m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 502h26m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 502h28m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 502h29m41s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 502h29m47s
2026-08-26 09:28:53 +00:00
xiaoxia
ecbdd49dc1
feat: 素材片段随机起始时间+去重 + MediaKit智能封面抽帧
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m13s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m14s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m24s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m55s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m55s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 54s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m21s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 5m1s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m23s
CI/CD Pipeline / Integration Tests (push) Successful in 4m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m20s
CI/CD Pipeline / Unit Tests (push) Failing after 12m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 501h41m15s
CI/CD Pipeline / Canary Release to Production (push) Failing after 501h41m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 501h41m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 501h41m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 501h41m17s
CI/CD Pipeline / CI Gate (push) Failing after 501h41m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 501h52m48s
CI/CD Pipeline / Frontend Lint (push) Failing after 501h53m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 501h54m49s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 501h58m52s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 501h58m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 501h58m58s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 502h0m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 502h0m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 502h1m25s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 502h1m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 502h1m32s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 502h1m34s
CI/CD Pipeline / Deploy Production (push) Failing after 502h15m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 502h26m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 502h32m50s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 502h33m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 502h26m48s
## 任务1: 素材片段随机起始时间
- 修改 _calc_random_start_time 增加 used_segments 参数,避开已使用时间段
- 四个分配函数(ONE_TAKE/PIP/VOICE_OVER/VOICE_PIP)各自维护 used_segments
- 同一素材被多个clip使用时,自动记录已用区间,下次随机时避开
- 如果无空间可用,回退到最后已用段之后或缩短时长
## 任务2: MediaKit智能封面抽帧
- 新增 _extract_frames_via_mediakit 函数,上传视频到OSS后调用MediaKit API
- 使用 SceneChange 策略智能选取关键帧
- 失败时自动降级到 ffmpeg 均匀抽帧
- 抽帧后下载帧图、可选叠加标题、上传OSS
## 测试
- 新增 8 个 _calc_random_start_time 单测
- 新增 4 个 distribute_assets 去重逻辑单测
- 新增 4 个 MediaKit 集成单测
- 修复 3 个因字体映射变更的测试断言
2026-08-26 17:22:08 +08:00
xiaoxia
23b6f23bad
fix: ASS Fontname 字体名称映射到服务器注册名 ( #1508 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 56s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m1s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m54s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m44s
AI Code Review / AI Code Review (pull_request) Failing after 4m8s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m0s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 46s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m14s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m17s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m19s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m3s
CI/CD Pipeline / Unit Tests (push) Failing after 14m3s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 12m14s
CI/CD Pipeline / Integration Tests (push) Successful in 5m10s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m18s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / CI Gate (push) Failing after 502h14m20s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 502h14m28s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 502h14m32s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 502h14m29s
CI/CD Pipeline / Production Browser E2E (push) Failing after 502h15m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 502h14m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 502h14m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 502h15m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 502h15m46s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 502h23m20s
CI/CD Pipeline / Canary Release to Production (push) Failing after 502h15m44s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 502h23m23s
CI/CD Pipeline / Deploy Production (push) Failing after 502h15m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 502h23m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 502h26m44s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 502h26m46s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 502h26m49s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 502h27m30s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 502h27m34s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 502h28m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 502h28m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 502h29m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 502h29m51s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 502h48m27s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 502h49m41s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 502h57m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 502h57m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 503h1m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 503h2m27s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-26 16:56:01 +08:00
xiaoxia
bd0082b764
fix: 标题行高1.3→1.05,与后端ASS渲染行间距对齐 ( #1507 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m9s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m26s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m40s
AI Code Review / AI Code Review (pull_request) Successful in 4m34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 26s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m40s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m31s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 53s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m16s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m21s
CI/CD Pipeline / Integration Tests (push) Successful in 3m57s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m19s
CI/CD Pipeline / Unit Tests (push) Successful in 14m11s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m43s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 506h25m44s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 506h25m44s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 506h25m45s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 506h25m45s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 506h25m45s
CI/CD Pipeline / Production Browser E2E (push) Failing after 506h26m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 506h26m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 506h26m4s
CI/CD Pipeline / Build Production Web Image (push) Failing after 506h26m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 506h26m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 506h34m20s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 506h34m22s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 506h34m24s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 506h37m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 506h34m26s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 506h39m1s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 506h35m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 506h40m6s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 506h40m19s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 506h40m50s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 506h40m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 506h37m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 506h43m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 506h39m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 506h39m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 506h59m42s
CI/CD Pipeline / Deploy Production (push) Failing after 506h59m59s
CI/CD Pipeline / CI Gate (push) Failing after 507h0m2s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 507h14m49s
2026-08-26 12:42:34 +08:00
xiaoxia
32990194d4
fix: 标题顶部边距60→120,标题位置下移 ( #1506 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 44s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m50s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m2s
AI Code Review / AI Code Review (pull_request) Failing after 4m45s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m48s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 56s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m57s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 14m25s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m23s
CI/CD Pipeline / Integration Tests (push) Successful in 5m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / CI Gate (push) Failing after 517h54m22s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 517h54m34s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 517h54m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 517h54m36s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 517h54m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 517h55m22s
CI/CD Pipeline / Deploy Production (push) Failing after 517h55m23s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 517h55m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 517h55m26s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 518h5m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 518h5m42s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 518h5m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 518h5m48s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 518h6m0s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 518h6m4s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 518h8m30s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 518h9m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 518h8m32s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 518h8m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 518h9m6s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 518h9m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 518h9m8s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 518h28m31s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 518h28m33s
CI/CD Pipeline / Canary Release to Production (push) Failing after 518h29m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 518h29m22s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 518h39m37s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 518h39m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 518h43m48s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-26 01:16:00 +08:00
xiaoxia
11dde783b9
fix: 标题顶部边距60→120,标题位置下移 ( #1506 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m14s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 31s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m17s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m58s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m14s
AI Code Review / AI Code Review (pull_request) Failing after 2m38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m59s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 26s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m45s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 44s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m23s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m26s
CI/CD Pipeline / Integration Tests (push) Successful in 4m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Unit Tests (push) Successful in 14m44s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m31s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 518h18m27s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 518h18m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 518h18m27s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 518h18m29s
CI/CD Pipeline / Production Browser E2E (push) Failing after 518h20m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 518h20m56s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 518h18m29s
CI/CD Pipeline / CI Gate (push) Failing after 518h20m56s
CI/CD Pipeline / Canary Release to Production (push) Failing after 518h20m53s
CI/CD Pipeline / Deploy Production (push) Failing after 518h20m53s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 518h20m55s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 518h30m22s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 518h30m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 518h30m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 518h34m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 518h34m31s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 518h31m1s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 518h35m56s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 518h31m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 518h36m25s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 518h31m32s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 518h38m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 518h34m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 518h34m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 518h36m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 518h36m29s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 518h52m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 518h54m52s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 519h4m20s
2026-08-26 00:46:53 +08:00
xiaoxia
ddb1a3544d
fix: 混音主视频clip音量滤镜缺失 + 自动换行识别已有\N标记 ( #1505 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m20s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m32s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m5s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m5s
AI Code Review / AI Code Review (pull_request) Successful in 4m53s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m16s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m56s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m8s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m1s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m19s
CI/CD Pipeline / Integration Tests (push) Successful in 3m7s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m25s
CI/CD Pipeline / Unit Tests (push) Successful in 13m8s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m21s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 518h49m27s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 518h49m28s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 518h49m29s
CI/CD Pipeline / Production Browser E2E (push) Failing after 518h50m26s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 518h49m27s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 518h50m28s
CI/CD Pipeline / Build Production Web Image (push) Failing after 518h50m28s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 518h49m29s
CI/CD Pipeline / CI Gate (push) Failing after 518h50m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 518h50m27s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 518h58m51s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 518h58m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 518h58m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 519h0m0s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 519h0m2s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 519h2m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 519h3m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 519h3m6s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 519h3m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 519h3m8s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 519h4m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 519h3m35s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 519h3m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 519h3m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 519h23m24s
CI/CD Pipeline / Deploy Production (push) Failing after 519h24m23s
CI/CD Pipeline / Build Production API Image (push) Failing after 519h24m24s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 519h32m49s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 519h33m10s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-26 00:21:00 +08:00
xiaoxia
323bd2da5e
fix: 标题/换行 + TTS replace模式静音原音 + 配音素材库静音原音 ( #1504 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 46s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m7s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m2s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m4s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 29s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 32s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m56s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m13s
AI Code Review / AI Code Review (pull_request) Successful in 5m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m16s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m19s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m40s
CI/CD Pipeline / Integration Tests (push) Successful in 4m40s
CI/CD Pipeline / Unit Tests (push) Successful in 14m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m58s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m59s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 520h3m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 520h3m43s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 520h3m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 520h3m44s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 520h3m45s
CI/CD Pipeline / Production Browser E2E (push) Failing after 520h5m13s
CI/CD Pipeline / Deploy Production (push) Failing after 520h5m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 520h5m15s
CI/CD Pipeline / CI Gate (push) Failing after 520h5m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 520h5m16s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 520h14m43s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 520h14m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 520h14m49s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 520h15m56s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 520h15m24s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 520h15m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 520h16m55s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 520h16m57s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 520h17m0s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 520h17m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 520h19m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 520h19m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 520h19m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 520h19m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 520h19m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 520h37m39s
CI/CD Pipeline / Canary Release to Production (push) Failing after 520h39m10s
CI/CD Pipeline / Build Production Web Image (push) Failing after 520h39m12s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 520h48m41s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 23:06:00 +08:00
xiaoxia
058bfac5c2
fix: 字号滑块上限从48提升至128 ( #1503 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 37s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m57s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 55s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m22s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m27s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m46s
AI Code Review / AI Code Review (pull_request) Failing after 4m37s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m22s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m53s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 13m50s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m17s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m58s
CI/CD Pipeline / Unit Tests (push) Successful in 17m29s
CI/CD Pipeline / Integration Tests (push) Successful in 6m27s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 17m13s
CI/CD Pipeline / CI Gate (pull_request) Successful in 5s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 520h40m59s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 520h41m0s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 520h41m1s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 520h41m2s
CI/CD Pipeline / CI Gate (push) Failing after 520h41m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 520h42m2s
CI/CD Pipeline / Deploy Production (push) Failing after 520h42m3s
CI/CD Pipeline / Build Production Web Image (push) Failing after 520h42m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 520h42m4s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 520h49m57s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 520h50m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 520h51m56s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 520h54m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 520h57m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 520h59m4s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 520h57m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 520h59m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 520h59m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 520h59m35s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 520h59m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 521h2m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 520h59m39s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 520h59m41s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 521h14m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 521h14m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 521h15m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 521h15m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 521h23m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 521h33m9s
2026-08-25 22:23:39 +08:00
xiaoxia
7635a20fdb
fix(ass): 字段名归一化(font_size/font_color→size/color) + 移除字号上限36 ( #1501 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 47s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m23s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m23s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m4s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m54s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m55s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 51s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m6s
AI Code Review / AI Code Review (pull_request) Failing after 7m46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m58s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m36s
CI/CD Pipeline / Unit Tests (push) Successful in 14m28s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m53s
CI/CD Pipeline / Integration Tests (push) Successful in 5m11s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m0s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / CI Gate (push) Failing after 521h13m39s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 521h14m29s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 521h14m31s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 521h14m32s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 521h14m33s
CI/CD Pipeline / Production Browser E2E (push) Failing after 521h15m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 521h15m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 521h15m21s
CI/CD Pipeline / Deploy Production (push) Failing after 521h15m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 521h15m21s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 521h23m57s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 521h23m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 521h24m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 521h24m45s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 521h26m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 521h26m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 521h28m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 521h28m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 521h29m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 521h28m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 521h29m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 521h29m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 521h29m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 521h29m53s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 521h48m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 521h48m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 521h49m17s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 521h57m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 522h0m21s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 21:56:02 +08:00
xiaoxia
be88e49543
fix: 预览标题坐标系与后端 ASS 烧录 1:1 对齐 ( #1502 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 41s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m56s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m10s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m9s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m49s
AI Code Review / AI Code Review (pull_request) Failing after 2m29s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m26s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m8s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 54s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m15s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m56s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 12m51s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 13m28s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Integration Tests (push) Successful in 13m5s
CI/CD Pipeline / CI Gate (push) Failing after 521h39m35s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 521h47m24s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 521h47m25s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 521h47m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 521h47m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 521h47m43s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 521h47m27s
CI/CD Pipeline / Canary Release to Production (push) Failing after 521h47m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 521h47m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 521h47m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 521h47m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 521h57m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 521h57m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 521h57m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 521h57m35s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 521h57m53s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 521h58m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 521h58m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 521h59m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 522h0m39s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 521h59m58s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 522h0m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 522h0m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 522h0m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 522h3m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 522h21m21s
CI/CD Pipeline / Deploy Production (push) Failing after 522h21m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 522h32m48s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 522h34m40s
- 根据 videoRatio 动态选择后端实际分辨率(9:16→1080x1920, 16:9→1920x1080, 1:1→1080x1080)
- 字号缩放分母从 720 改为实际 PlayResY,移除 96 上限
- 水平/垂直边距按实际 PlayResX/PlayResY 计算
- 描边/阴影按容器缩放比例同步放大
- FrontendPreviewPlayer 标题同时支持半角/和全角/换行
2026-08-25 21:22:14 +08:00
xiaoxia
2494447d94
ci: retry build (transient BuildKit infrastructure error)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m32s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m32s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m1s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 59s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m33s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m22s
AI Code Review / AI Code Review (pull_request) Successful in 2m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m47s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 19s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 26s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m4s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m10s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m7s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m20s
CI/CD Pipeline / Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m30s
CI/CD Pipeline / Unit Tests (push) Successful in 11m11s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 10m59s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 525h3m18s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 525h3m20s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 525h3m20s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 525h3m22s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 525h3m22s
CI/CD Pipeline / Production Browser E2E (push) Failing after 525h3m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 525h3m36s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 525h3m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 525h3m40s
CI/CD Pipeline / CI Gate (push) Failing after 525h3m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 525h11m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 525h11m48s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 525h12m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 525h11m50s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 525h12m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 525h12m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 525h12m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 525h14m53s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 525h12m58s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 525h14m55s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 525h15m10s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 525h15m14s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 525h17m46s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 525h37m13s
CI/CD Pipeline / Deploy Production (push) Failing after 525h37m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 525h37m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 525h45m47s
CI/CD Pipeline / PR Build Web Image (push) Failing after 525h46m46s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 525h49m7s
2026-08-25 18:08:10 +08:00
xiaoxia
9cbbf9a6e9
fix: 预览标题换行同时匹配半角/和全角/ ( #1500 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m14s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m37s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m30s
AI Code Review / AI Code Review (pull_request) Failing after 3m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 26s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m22s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m49s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 16m41s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 18m28s
CI/CD Pipeline / Unit Tests (push) Failing after 19m16s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 20m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 20m8s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 20m9s
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Successful in 3m59s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m0s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / CI Gate (push) Failing after 526h16m28s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 526h20m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 526h20m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 526h20m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 526h20m6s
CI/CD Pipeline / Deploy Production (push) Failing after 526h20m8s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 526h20m12s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 526h20m14s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 526h20m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 526h20m20s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 526h20m22s
CI/CD Pipeline / Build Production API Image (push) Failing after 526h20m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 526h20m28s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 526h33m0s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 526h33m2s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 526h33m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 526h36m42s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 526h36m13s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 526h38m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 526h36m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 526h38m5s
CI/CD Pipeline / PR Build API Image (push) Failing after 526h38m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 526h38m59s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 526h40m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 526h40m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 526h40m38s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 526h54m5s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 526h54m13s
CI/CD Pipeline / Build Production Web Image (push) Failing after 526h54m19s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 527h10m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 527h12m2s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 527h14m14s
PreviewVideoPanel 的 displayTitle.split("/") 改为正则 split(/[//]/),
与 useCanvasPlayer.ts 保持一致,中文输入法下的全角斜杠也能触发换行。
2026-08-25 16:45:14 +08:00
xiaoxia
41c1845aa1
fix: /tts/preview 解析克隆音色 UUID 为 CosyVoice voice_id ( #1497 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m13s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m14s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m17s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m20s
AI Code Review / AI Code Review (pull_request) Failing after 3m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m6s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m35s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m53s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 28s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m57s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 52s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m21s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m21s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m3s
CI/CD Pipeline / Unit Tests (push) Successful in 13m43s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m16s
CI/CD Pipeline / Integration Tests (push) Successful in 5m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m24s
CI/CD Pipeline / CI Gate (pull_request) Successful in 12s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 526h42m44s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 526h42m48s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 526h42m50s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 526h42m54s
CI/CD Pipeline / CI Gate (push) Failing after 526h43m54s
CI/CD Pipeline / Production Browser E2E (push) Failing after 526h44m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 526h44m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 526h44m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 526h44m50s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 526h53m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 526h44m50s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 526h53m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 526h53m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 526h53m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 526h53m37s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 526h56m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 526h56m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 526h57m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 526h58m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 526h57m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 526h58m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 526h58m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 526h59m40s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 527h16m41s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 527h16m47s
CI/CD Pipeline / Deploy Production (push) Failing after 527h18m43s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 527h30m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 527h31m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 527h32m13s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 16:26:16 +08:00
xiaoxia
d11ca875c6
fix: 上传的配音素材直接使用 file_url,不调 TTS 合成 ( #1499 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 33s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m32s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m43s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m8s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m49s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m1s
AI Code Review / AI Code Review (pull_request) Failing after 4m44s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 48s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 527h0m6s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 527h0m8s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 527h0m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 527h0m16s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 527h0m47s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 527h1m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 527h3m35s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 527h1m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 527h3m39s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 527h4m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 527h4m29s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 527h4m28s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 527h4m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 527h4m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 527h8m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 527h37m31s
2026-08-25 16:17:51 +08:00
xiaoxia
a1ddcb6ff6
feat: add POST /tts/preview endpoint for synchronous TTS preview ( #1496 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m10s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m45s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m1s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m57s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 36s
AI Code Review / AI Code Review (pull_request) Failing after 4m2s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m58s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m17s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m35s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m7s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m7s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m17s
CI/CD Pipeline / Unit Tests (push) Successful in 14m35s
CI/CD Pipeline / Integration Tests (push) Successful in 5m11s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m32s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m10s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 527h48m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 527h48m33s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 527h48m33s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 527h48m33s
CI/CD Pipeline / CI Gate (push) Failing after 527h48m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 527h50m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 527h50m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 527h50m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 527h50m15s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 528h0m14s
CI/CD Pipeline / Build Production API Image (push) Failing after 527h50m19s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 528h0m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 528h0m20s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 528h0m58s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 528h1m53s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 528h1m54s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 528h2m9s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 528h3m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 528h3m41s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 528h3m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 528h3m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 528h3m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 528h3m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 528h4m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 528h22m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 528h22m28s
CI/CD Pipeline / Deploy Production (push) Failing after 528h24m10s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 528h34m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 528h37m34s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 15:21:01 +08:00
xiaoxia
b7d96f1b2e
fix: 预览面板缩小 + 配音缺失修复 ( #1495 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m10s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m15s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m20s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
AI Code Review / AI Code Review (pull_request) Failing after 5m59s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m22s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m30s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m59s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 10m45s
CI/CD Pipeline / Integration Tests (push) Successful in 3m28s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m32s
CI/CD Pipeline / Unit Tests (push) Successful in 13m11s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m6s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 529h7m52s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 529h7m53s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 529h7m53s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 529h7m54s
CI/CD Pipeline / Canary Release to Production (push) Failing after 529h8m14s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 529h8m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 529h8m14s
CI/CD Pipeline / Build Production Web Image (push) Failing after 529h8m16s
CI/CD Pipeline / CI Gate (push) Failing after 529h8m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 529h10m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 529h10m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 529h10m28s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 529h19m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 529h19m59s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 529h20m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 529h20m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 529h20m22s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 529h21m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 529h21m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 529h21m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 529h23m16s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 529h41m47s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 529h41m48s
CI/CD Pipeline / Deploy Production (push) Failing after 529h42m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 529h42m11s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 529h44m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 529h53m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 529h54m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 14:02:41 +08:00
xiaoxia
f40b081318
fix: 预览面板缩小 + 配音缺失修复 ( #1495 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 52s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m32s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m47s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m39s
AI Code Review / AI Code Review (pull_request) Failing after 3m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m4s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 529h23m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 529h23m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 529h23m59s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 529h24m1s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 529h26m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 529h26m37s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 529h27m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 529h27m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 529h27m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 529h27m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 529h57m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 530h0m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 530h1m21s
2026-08-25 13:58:28 +08:00
xiaoxia
d79cf3726b
feat: 预览播放器手机风格视觉改造 — 9:16竖屏外框+毛玻璃控制条 ( #1494 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m21s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
AI Code Review / AI Code Review (pull_request) Successful in 3m17s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m46s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m52s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m41s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m43s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m18s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m39s
CI/CD Pipeline / Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m19s
CI/CD Pipeline / Unit Tests (push) Successful in 13m41s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m50s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 530h8m54s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 530h8m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 530h8m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 530h8m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 530h9m29s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 530h8m57s
CI/CD Pipeline / Build Production Web Image (push) Failing after 530h9m30s
CI/CD Pipeline / Canary Release to Production (push) Failing after 530h9m30s
CI/CD Pipeline / Build Production API Image (push) Failing after 530h9m31s
CI/CD Pipeline / Deploy Production (push) Failing after 530h9m30s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 530h20m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 530h20m55s
CI/CD Pipeline / CI Gate (push) Failing after 530h9m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 530h21m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 530h21m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 530h20m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 530h21m47s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 530h21m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 530h21m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 530h21m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 530h21m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 530h23m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 530h23m21s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 530h23m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 530h24m25s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 530h42m49s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 530h43m24s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 530h54m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 530h57m17s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 13:01:30 +08:00
xiaoxia
5a1678c6ee
feat: 预览播放器手机风格视觉改造 — 9:16竖屏外框+毛玻璃控制条+精致播放按钮 ( #1494 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m34s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m43s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m1s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 530h25m14s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 530h25m31s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 530h25m16s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 530h25m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 530h25m37s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 530h25m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 530h25m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 530h27m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 530h27m18s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 530h59m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 530h59m37s
2026-08-25 12:58:40 +08:00
xiaoxia
35f8af50c1
fix: 预览面板容器高度塌陷 — CSS加高度约束 + 预览区加minHeight/背景 ( #1493 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m51s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 27s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m16s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m17s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m50s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m35s
AI Code Review / AI Code Review (pull_request) Successful in 8m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 44s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m16s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m36s
CI/CD Pipeline / Integration Tests (push) Successful in 3m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m24s
CI/CD Pipeline / Unit Tests (push) Successful in 13m30s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m54s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 531h4m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 531h4m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 531h4m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 531h4m39s
CI/CD Pipeline / Production Browser E2E (push) Failing after 531h4m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 531h5m0s
CI/CD Pipeline / Deploy Production (push) Failing after 531h5m0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 531h5m0s
CI/CD Pipeline / CI Gate (push) Failing after 531h5m0s
CI/CD Pipeline / Build Production API Image (push) Failing after 531h5m0s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 531h14m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 531h17m7s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 531h14m57s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 531h17m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 531h14m59s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 531h17m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 531h15m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 531h18m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 531h18m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 531h17m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 531h18m40s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 531h18m44s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 531h19m57s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 531h38m32s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 531h38m32s
CI/CD Pipeline / Build Production Web Image (push) Failing after 531h38m54s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 531h49m31s
CI/CD Pipeline / PR Build API Image (push) Failing after 531h51m33s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 531h52m36s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 12:06:00 +08:00
xiaoxia
edca702a05
fix: 预览面板容器高度塌陷 — CSS加高度约束 + 预览区加minHeight/背景 ( #1493 )
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 531h19m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 531h20m21s
2026-08-25 12:05:36 +08:00
xiaoxia
3e876fc054
fix: FrontendPreviewPlayer 用 relative 容器包裹 Fragment,修复绝对定位失控 ( #1492 )
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m6s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m7s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m54s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m1s
AI Code Review / AI Code Review (pull_request) Failing after 3m19s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 40s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m39s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m4s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m12s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m46s
CI/CD Pipeline / Unit Tests (push) Successful in 13m45s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m39s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 531h28m28s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 531h28m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 531h28m30s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 531h28m31s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 531h28m31s
CI/CD Pipeline / Production Browser E2E (push) Failing after 531h29m1s
CI/CD Pipeline / CI Gate (push) Failing after 531h29m4s
CI/CD Pipeline / Canary Release to Production (push) Failing after 531h29m2s
CI/CD Pipeline / Build Production Web Image (push) Failing after 531h29m4s
CI/CD Pipeline / Deploy Production (push) Failing after 531h29m2s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 531h39m42s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 531h39m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 531h29m4s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 531h39m49s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 531h41m6s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 531h41m7s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 531h41m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 531h41m48s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 531h42m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 531h41m50s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 531h42m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 531h42m38s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 531h42m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 531h44m2s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 531h42m44s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 532h2m23s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 532h2m57s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 532h13m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 532h14m18s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 11:41:54 +08:00
xiaoxia
a69868c532
fix: FrontendPreviewPlayer 用 relative 容器包裹 Fragment,修复绝对定位失控 ( #1492 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 59s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m55s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m25s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m24s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 531h44m42s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 531h45m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 531h44m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 531h45m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 531h45m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 531h47m51s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 531h47m53s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 531h47m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 531h47m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 532h19m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 532h21m49s
2026-08-25 11:38:01 +08:00
xiaoxia
5f87bede1a
fix: FrontendPreviewPlayer video fallback 路径补充标题叠加层 ( #1491 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m15s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m27s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m46s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m27s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m53s
AI Code Review / AI Code Review (pull_request) Successful in 5m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m8s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 53s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m9s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m27s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Integration Tests (push) Successful in 4m7s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m34s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 6m48s
CI/CD Pipeline / Unit Tests (push) Successful in 14m2s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m42s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 532h6m39s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 532h6m40s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 532h6m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 532h6m54s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 532h6m41s
CI/CD Pipeline / Deploy Production (push) Failing after 532h6m55s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 532h6m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 532h6m55s
CI/CD Pipeline / CI Gate (push) Failing after 532h6m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 532h6m56s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 532h18m13s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 532h18m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 532h18m20s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 532h19m35s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 532h18m56s
CI/CD Pipeline / PR Build Web Image (push) Failing after 532h19m37s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 532h19m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 532h19m39s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 532h19m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 532h20m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 532h21m5s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 532h21m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 532h21m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 532h22m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 532h40m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 532h40m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 532h40m50s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 532h52m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 532h55m2s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 11:03:28 +08:00
xiaoxia
dab88e0e66
fix: FrontendPreviewPlayer video fallback 路径补充标题叠加层 ( #1491 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m24s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m11s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m12s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m13s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 532h22m53s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 532h24m18s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 532h22m55s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 532h24m45s
CI/CD Pipeline / PR Build Web Image (push) Failing after 532h24m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 532h24m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 532h24m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 532h24m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 532h26m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 532h26m21s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 532h58m46s
2026-08-25 10:59:34 +08:00
xiaoxia
16bc4f53bf
feat: 预览改为前端实时播放,确认生成时一次服务器渲染 ( #1490 )
...
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m11s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m15s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m19s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 52s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m28s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m57s
AI Code Review / AI Code Review (pull_request) Failing after 6m8s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 50s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m30s
CI/CD Pipeline / Integration Tests (push) Successful in 4m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m29s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 12m56s
CI/CD Pipeline / Unit Tests (push) Successful in 13m13s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m1s
CI/CD Pipeline / CI Gate (pull_request) Successful in 13s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 7m15s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 533h9m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 533h9m32s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 533h9m33s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 533h9m34s
CI/CD Pipeline / Production Browser E2E (push) Failing after 533h10m6s
CI/CD Pipeline / Canary Release to Production (push) Failing after 533h10m6s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 533h20m54s
CI/CD Pipeline / Deploy Production (push) Failing after 533h10m7s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 533h10m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 533h20m58s
CI/CD Pipeline / CI Gate (push) Failing after 533h10m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 533h21m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 533h10m8s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 533h21m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 533h10m8s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 533h21m58s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 533h22m0s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 533h23m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 533h24m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 533h22m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 533h22m4s
CI/CD Pipeline / Frontend Lint (push) Failing after 533h22m38s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 533h23m32s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 533h23m34s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 533h43m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 533h43m27s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 533h54m50s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 533h54m56s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 10:01:01 +08:00
xiaoxia
b05f34432b
fix: 预览渲染根据video_ratio计算分辨率,不再默认1280x720 ( #1489 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 49s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Failing after 1m47s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m53s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m59s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m56s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m6s
AI Code Review / AI Code Review (pull_request) Failing after 5m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m24s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m11s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m52s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m30s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m37s
CI/CD Pipeline / Integration Tests (push) Successful in 4m4s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m34s
CI/CD Pipeline / Unit Tests (push) Successful in 14m54s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m40s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 533h34m25s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 533h34m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 533h34m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 533h35m0s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 533h34m28s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 533h35m1s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 533h34m28s
CI/CD Pipeline / Build Production Web Image (push) Failing after 533h35m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 533h35m0s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 533h43m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 533h43m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 533h35m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 533h43m33s
CI/CD Pipeline / CI Gate (push) Failing after 533h35m3s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 533h46m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 533h46m3s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 533h48m11s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 533h48m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 533h48m51s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 533h49m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 533h49m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 533h49m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 533h49m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 533h49m58s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 534h8m20s
CI/CD Pipeline / Deploy Production (push) Failing after 534h8m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 534h17m23s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 534h17m57s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 534h22m43s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-25 09:36:01 +08:00
xiaoxia
5b2d5901f0
fix: 预览请求补传 output_width/output_height,匹配 video_ratio ( #1488 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 53s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m46s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m41s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m56s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m12s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m13s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m10s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m5s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m46s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m7s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m35s
AI Code Review / AI Code Review (pull_request) Successful in 9m1s
CI/CD Pipeline / Integration Tests (push) Successful in 4m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m13s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m20s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m30s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m30s
CI/CD Pipeline / Unit Tests (push) Successful in 13m39s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m26s
CI/CD Pipeline / CI Gate (pull_request) Successful in 13s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 533h58m51s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 533h58m53s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 533h58m54s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 533h58m52s
CI/CD Pipeline / Production Browser E2E (push) Failing after 533h59m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 533h58m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 533h59m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 533h59m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 533h59m40s
CI/CD Pipeline / Build Production API Image (push) Failing after 533h59m42s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 534h9m50s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 534h9m54s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 534h9m56s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 534h11m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 534h11m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 534h11m23s
CI/CD Pipeline / PR Build Web Image (push) Failing after 534h11m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 534h12m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 534h13m31s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 534h13m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 534h15m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 534h13m35s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 534h13m37s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 534h32m46s
CI/CD Pipeline / Deploy Production (push) Failing after 534h33m34s
CI/CD Pipeline / CI Gate (push) Failing after 534h33m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 534h43m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 534h44m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 534h45m21s
2026-08-25 09:10:51 +08:00
xiaoxia
ebb664668b
fix: 预览请求补传 output_width/output_height,匹配 video_ratio
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m30s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m50s
AI Code Review / AI Code Review (pull_request) Successful in 1m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m5s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 2m30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 4m9s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m37s
CI/CD Pipeline / CI Gate (pull_request) Successful in 15s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m3s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m31s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 534h16m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 534h16m30s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 534h16m32s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 534h16m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 534h16m31s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 534h16m32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 534h20m20s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 534h21m7s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 534h22m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 534h22m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 534h22m7s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 534h22m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 534h22m11s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 534h50m26s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 534h54m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 534h55m59s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 534h56m5s
- 新增 calculateResolution 共享工具函数,预览和生成共用同一份分辨率计算
- CreatePreviewRequest 类型新增 output_width/output_height 字段
- buildPreviewRequest 传入计算后的分辨率(9:16 → 1080×1920)
- useGenerateVideo 改用共享函数,去除重复的内联计算
2026-08-25 09:03:34 +08:00
xiaoxia
055f6c0475
feat: 预览改为服务器渲染视频,实现所见即所得 ( #1487 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m7s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m36s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m16s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 49s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m6s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
AI Code Review / AI Code Review (pull_request) Successful in 7m46s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m16s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Unit Tests (push) Successful in 15m20s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m40s
CI/CD Pipeline / Integration Tests (push) Successful in 6m32s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m32s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / CI Gate (push) Failing after 542h7m21s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 542h8m7s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 542h8m9s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 542h8m12s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 542h8m14s
CI/CD Pipeline / Production Browser E2E (push) Failing after 542h8m46s
CI/CD Pipeline / Deploy Production (push) Failing after 542h8m46s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 542h8m48s
CI/CD Pipeline / Build Production API Image (push) Failing after 542h8m48s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 542h19m13s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 542h19m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 542h19m19s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 542h21m26s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 542h21m28s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 542h21m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 542h23m48s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 542h23m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 542h23m49s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 542h23m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 542h23m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 542h24m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 542h25m6s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 542h23m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 542h42m3s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 542h42m5s
CI/CD Pipeline / Canary Release to Production (push) Failing after 542h42m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 542h42m41s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 542h53m8s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 542h53m54s
2026-08-25 01:00:55 +08:00
xiaoxia
d1890ab128
feat: 预览改为服务器渲染视频,实现所见即所得
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 51s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 47s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m44s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m23s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 2m21s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 1m50s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m26s
AI Code Review / AI Code Review (pull_request) Successful in 7m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m11s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m6s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m10s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 542h27m44s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 542h27m46s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 542h27m44s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 542h27m46s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 542h35m50s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 542h27m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 542h35m52s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 542h27m46s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 542h35m56s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 542h35m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 542h35m56s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 542h35m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 542h35m52s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 542h35m56s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 543h1m37s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 543h8m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 543h9m47s
- 新增 useServerPreview hook:自动创建/轮询服务器预览任务
- PreviewVideoPanel 用 <video> 播放服务器渲染结果,替换 Canvas 播放器
- 素材/配音/BGM 变更自动重新渲染;标题变更标记 stale
- Step5 需预览完成才能前进,确认生成走 confirm 路径秒出
- 轮询间隔 2s,超时 120s,网络错误自动重试 2 次
- 标题样式编辑时 CSS 层实时叠加预览
2026-08-25 00:49:40 +08:00
xiaoxia
7844b65afe
feat: create端点兜底复用预览产物 + confirm同步标题 ( #1486 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m31s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m40s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m49s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m57s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 45s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m27s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m52s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m47s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m45s
AI Code Review / AI Code Review (pull_request) Successful in 8m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m48s
CI/CD Pipeline / Unit Tests (push) Successful in 14m50s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 543h39m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 543h39m40s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 543h39m40s
CI/CD Pipeline / Canary Release to Production (push) Failing after 543h40m6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 543h39m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 543h40m8s
CI/CD Pipeline / Build Production API Image (push) Failing after 543h40m8s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 543h39m40s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 543h50m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 543h40m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 543h51m2s
CI/CD Pipeline / Deploy Production (push) Failing after 543h40m6s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 543h51m27s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 543h40m7s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 543h51m37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 543h52m13s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 543h52m15s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 543h50m58s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 543h52m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 543h54m14s
CI/CD Pipeline / PR Build Web Image (push) Failing after 543h54m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 543h54m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 543h55m0s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 543h55m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 544h13m32s
CI/CD Pipeline / CI Gate (push) Failing after 544h14m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 544h24m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 544h25m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 544h26m10s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 23:31:00 +08:00
xiaoxia
ccb5ed816a
fix: previewTaskId 持久化 + 配音/BGM 参数完整传递 ( #1485 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m25s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m29s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m50s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m57s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
AI Code Review / AI Code Review (pull_request) Failing after 3m24s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m52s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m4s
CI/CD Pipeline / Integration Tests (push) Successful in 4m35s
CI/CD Pipeline / Unit Tests (push) Successful in 14m13s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m37s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 544h12m59s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 544h12m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 544h13m0s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 544h13m1s
CI/CD Pipeline / Production Browser E2E (push) Failing after 544h13m45s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 544h13m1s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 544h13m46s
CI/CD Pipeline / Canary Release to Production (push) Failing after 544h13m46s
CI/CD Pipeline / Build Production Web Image (push) Failing after 544h13m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 544h25m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 544h13m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 544h26m2s
CI/CD Pipeline / CI Gate (push) Failing after 544h13m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 544h26m4s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 544h26m35s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 544h25m23s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 544h26m37s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 544h25m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 544h26m59s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 544h28m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 544h26m6s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 544h28m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 544h26m8s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 544h28m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 544h29m30s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 544h46m53s
CI/CD Pipeline / Deploy Production (push) Failing after 544h47m39s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 544h59m25s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 545h2m27s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 22:56:31 +08:00
xiaoxia
3af65c2743
fix: 渲染产物临时目录不在render_plan中提前清理,改由调用方上传后清理 ( #1484 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m22s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m55s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 30s
AI Code Review / AI Code Review (pull_request) Failing after 2m48s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m9s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m0s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m27s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m26s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 12m19s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m24s
CI/CD Pipeline / Unit Tests (push) Successful in 14m44s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m38s
CI/CD Pipeline / Integration Tests (push) Successful in 5m53s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m58s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / CI Gate (push) Failing after 545h46m41s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 545h48m3s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 545h48m6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 545h48m4s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 545h48m6s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 545h48m4s
CI/CD Pipeline / Production Browser E2E (push) Failing after 545h49m8s
CI/CD Pipeline / Build Production Web Image (push) Failing after 545h49m10s
CI/CD Pipeline / Canary Release to Production (push) Failing after 545h49m9s
CI/CD Pipeline / Build Production API Image (push) Failing after 545h49m10s
CI/CD Pipeline / Deploy Production (push) Failing after 545h49m9s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 546h0m39s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 546h0m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 546h0m45s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 546h1m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 546h1m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 546h1m58s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 546h3m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 546h3m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 546h3m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 546h3m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 546h3m48s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 546h5m2s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 546h21m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 546h23m2s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 546h34m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 546h35m27s
CI/CD Pipeline / PR Build Web Image (push) Failing after 546h37m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 546h37m32s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 21:21:00 +08:00
xiaoxia
fb4145f6de
fix: 兜底关联edit plan和回写config移到enqueue之前,消除竞态条件 ( #1482 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m57s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m49s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m3s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m26s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m25s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m25s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m13s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m51s
AI Code Review / AI Code Review (pull_request) Successful in 6m39s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 51s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m10s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Unit Tests (push) Successful in 14m54s
CI/CD Pipeline / Integration Tests (push) Successful in 5m19s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m16s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m44s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 550h19m17s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 550h19m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 550h19m18s
CI/CD Pipeline / CI Gate (push) Failing after 550h19m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 550h19m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 550h19m56s
CI/CD Pipeline / Deploy Production (push) Failing after 550h19m57s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 550h19m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 550h19m58s
CI/CD Pipeline / Build Production Web Image (push) Failing after 550h19m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 550h19m58s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 550h28m45s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 550h28m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 550h28m45s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 550h29m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 550h31m29s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 550h31m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 550h31m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 550h32m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 550h32m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 550h33m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 550h32m20s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 550h33m59s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 550h34m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 550h34m59s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 550h53m11s
CI/CD Pipeline / Production Browser E2E (push) Failing after 550h53m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 551h6m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 551h7m53s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 16:51:04 +08:00
xiaoxia
2827bf5943
fix: 移除 previewTaskId 自动清除 + 从预览响应提取 source_edit_plan_id ( #1483 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m8s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m54s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m57s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m32s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m22s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
AI Code Review / AI Code Review (pull_request) Failing after 3m5s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 550h35m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 550h35m38s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 550h35m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 550h36m45s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 550h36m47s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 550h37m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 550h38m42s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 550h38m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 550h38m48s
CI/CD Pipeline / PR Build API Image (push) Failing after 550h38m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 550h40m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 550h40m3s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 551h9m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 551h9m32s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 551h12m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 551h12m41s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 16:46:01 +08:00
xiaoxia
7fdea8301c
fix: source_edit_plan_id 为空时标记任务为 failed 而非卡在 running ( #1481 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 45s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m50s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m8s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m15s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m44s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m45s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m11s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m51s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m4s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
AI Code Review / AI Code Review (pull_request) Failing after 5m51s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m30s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m46s
CI/CD Pipeline / Integration Tests (push) Successful in 3m57s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m23s
CI/CD Pipeline / Unit Tests (push) Successful in 14m25s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m31s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 551h4m13s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 551h4m14s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 551h4m15s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 551h4m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 551h4m47s
CI/CD Pipeline / Deploy Production (push) Failing after 551h4m49s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 551h4m50s
CI/CD Pipeline / Build Production API Image (push) Failing after 551h4m51s
CI/CD Pipeline / CI Gate (push) Failing after 551h4m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 551h15m3s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 551h15m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 551h15m9s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 551h15m44s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 551h16m37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 551h16m55s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 551h18m6s
CI/CD Pipeline / Frontend Lint (push) Failing after 551h19m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 551h18m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 551h19m7s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 551h19m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 551h20m3s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 551h19m11s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 551h38m6s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 551h38m7s
CI/CD Pipeline / Canary Release to Production (push) Failing after 551h38m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 551h38m42s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 551h48m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 551h50m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 551h52m2s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 16:06:00 +08:00
xiaoxia
726fb225c8
fix: Step7 确认生成优先调用 confirmGeneration 复用预览产物,解决卡 10% 问题 ( #1480 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m32s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m3s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m43s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m45s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
AI Code Review / AI Code Review (pull_request) Successful in 2m56s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 52s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m1s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m39s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m10s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Integration Tests (push) Successful in 6m52s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m0s
CI/CD Pipeline / Unit Tests (push) Successful in 16m41s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 17m11s
CI/CD Pipeline / CI Gate (pull_request) Successful in 23s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 551h34m24s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 551h34m28s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 551h34m30s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 551h34m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 551h35m38s
CI/CD Pipeline / Production Browser E2E (push) Failing after 551h35m37s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 551h35m41s
CI/CD Pipeline / Deploy Production (push) Failing after 551h35m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 551h35m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 551h35m43s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 551h49m35s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 551h49m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 551h49m47s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 551h50m42s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 551h51m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 551h52m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 551h52m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 551h52m24s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 551h52m29s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 551h52m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 551h55m3s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 551h52m44s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 551h52m46s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 552h8m18s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 552h8m24s
CI/CD Pipeline / CI Gate (push) Failing after 552h9m34s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 552h23m28s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 552h25m27s
CI/CD Pipeline / PR Build Web Image (push) Failing after 552h26m7s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 15:31:00 +08:00
xiaoxia
c873bb635f
refactor: 统一渲染链路,预览即所得(-3370行) ( #1479 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 55s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m13s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m43s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m46s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m6s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m59s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m14s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m53s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m12s
AI Code Review / AI Code Review (pull_request) Failing after 6m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 39s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m13s
CI/CD Pipeline / Unit Tests (push) Successful in 14m24s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m30s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 552h54m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 552h54m47s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 552h54m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 552h54m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 552h55m35s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 552h54m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 552h55m37s
CI/CD Pipeline / Canary Release to Production (push) Failing after 552h55m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 552h55m37s
CI/CD Pipeline / Deploy Production (push) Failing after 552h55m36s
CI/CD Pipeline / CI Gate (push) Failing after 552h55m37s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 553h3m51s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 553h3m53s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 553h3m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 553h3m57s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 553h7m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 553h7m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 553h7m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 553h8m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 553h8m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 553h9m58s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 553h8m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 553h10m2s
CI/CD Pipeline / Frontend Lint (push) Failing after 553h10m2s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 553h10m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 553h28m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 553h29m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 553h38m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 553h43m52s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 14:16:00 +08:00
xiaoxia
73665f0d60
fix: 修复 CI 失败的 4 个单元测试 ( #1478 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 49s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m29s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m32s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m55s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m4s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m42s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
AI Code Review / AI Code Review (pull_request) Successful in 3m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m48s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m25s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m20s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m57s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Integration Tests (push) Successful in 2m53s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m18s
CI/CD Pipeline / Unit Tests (push) Successful in 13m45s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m22s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 554h44m59s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 554h44m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 554h45m1s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 554h45m1s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 554h45m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 554h45m23s
CI/CD Pipeline / Deploy Production (push) Failing after 554h45m24s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 554h45m25s
CI/CD Pipeline / Build Production Web Image (push) Failing after 554h45m25s
CI/CD Pipeline / CI Gate (push) Failing after 554h45m27s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 554h55m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 554h55m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 554h55m5s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 554h57m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 554h55m7s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 554h58m30s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 554h58m38s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 554h57m5s
CI/CD Pipeline / PR Build API Image (push) Failing after 554h58m42s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 554h58m44s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 554h58m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 554h59m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 554h58m48s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 555h0m3s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 555h18m51s
CI/CD Pipeline / Production Browser E2E (push) Failing after 555h19m14s
CI/CD Pipeline / Build Production API Image (push) Failing after 555h19m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 555h29m0s
CI/CD Pipeline / PR Build Web Image (push) Failing after 555h32m31s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 12:26:01 +08:00
xiaoxia
706b9057d6
fix: 3个bug修复 - flush/append_log/plan_id兜底 ( #1476 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m48s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m57s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m34s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m3s
AI Code Review / AI Code Review (pull_request) Failing after 3m44s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m29s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 47s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m42s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m45s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m40s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m14s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m12s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m13s
CI/CD Pipeline / Integration Tests (push) Successful in 4m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m46s
CI/CD Pipeline / Unit Tests (push) Failing after 14m58s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 12m38s
CI/CD Pipeline / CI Gate (pull_request) Failing after 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 555h44m33s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 555h44m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 555h44m35s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 555h44m35s
CI/CD Pipeline / Canary Release to Production (push) Failing after 555h45m3s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 555h44m35s
CI/CD Pipeline / Deploy Production (push) Failing after 555h45m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 555h45m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 555h45m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 555h45m5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 555h54m12s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 555h54m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 555h54m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 555h57m6s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 555h57m8s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 555h57m17s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 555h58m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 555h58m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 555h58m48s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 555h58m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 555h58m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 556h0m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 556h0m6s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 556h18m26s
CI/CD Pipeline / Production Browser E2E (push) Failing after 556h18m54s
CI/CD Pipeline / CI Gate (push) Failing after 556h18m56s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 556h28m3s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 556h28m52s
CI/CD Pipeline / PR Build API Image (push) Failing after 556h32m45s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 11:26:00 +08:00
xiaoxia
9da2fae3dd
fix: sourceEditPlanId 不再用模板ID冒充plan_id,改由后端兜底关联 ( #1475 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m16s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m10s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 39s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m8s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 47s
AI Code Review / AI Code Review (pull_request) Successful in 8m5s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 9m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m26s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m45s
CI/CD Pipeline / Integration Tests (push) Successful in 6m53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m45s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m45s
CI/CD Pipeline / Unit Tests (push) Failing after 18m7s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 15m11s
CI/CD Pipeline / CI Gate (pull_request) Failing after 32s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 556h39m8s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 556h39m12s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 556h39m14s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 556h39m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 556h39m18s
CI/CD Pipeline / Production Browser E2E (push) Failing after 556h41m22s
CI/CD Pipeline / Deploy Production (push) Failing after 556h41m23s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 556h41m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 556h41m25s
CI/CD Pipeline / CI Gate (push) Failing after 556h41m25s
CI/CD Pipeline / Build Production API Image (push) Failing after 556h41m25s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 556h52m15s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 556h53m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 556h52m17s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 556h54m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 556h52m19s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 556h54m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 556h55m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 556h58m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 556h58m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 556h59m14s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 556h59m35s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 556h59m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 557h1m7s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 556h59m59s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 557h0m1s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 557h13m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 557h15m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 557h32m35s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 10:24:54 +08:00
xiaoxia
b19bfaa34d
fix: sourceEditPlanId 不再用模板ID冒充plan_id,改由后端兜底关联 ( #1475 )
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m8s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m27s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m37s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m27s
AI Code Review / AI Code Review (pull_request) Successful in 3m43s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m58s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m56s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 557h1m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 557h1m53s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 557h6m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 557h6m35s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 557h6m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 557h6m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 557h6m43s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 557h6m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 557h8m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 557h8m20s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 557h35m41s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 557h40m31s
2026-08-24 10:17:45 +08:00
xiaoxia
61770cd4e4
fix(worker): render_plan 保留视频原声并尊重每clip音量 ( #1474 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m9s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m28s
AI Code Review / AI Code Review (pull_request) Failing after 2m17s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m15s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m38s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m46s
CI/CD Pipeline / Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m12s
CI/CD Pipeline / Unit Tests (push) Failing after 13m33s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 11m30s
CI/CD Pipeline / CI Gate (pull_request) Failing after 10s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 565h55m23s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 565h55m24s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 565h55m26s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 565h55m26s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 565h55m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 565h55m58s
CI/CD Pipeline / Production Browser E2E (push) Failing after 565h55m58s
CI/CD Pipeline / Deploy Production (push) Failing after 565h55m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 565h56m0s
CI/CD Pipeline / Build Production API Image (push) Failing after 565h56m1s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 566h5m57s
CI/CD Pipeline / CI Gate (push) Failing after 565h56m2s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 566h6m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 566h6m3s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 566h6m56s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 566h6m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 566h7m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 566h8m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 566h8m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 566h8m34s
CI/CD Pipeline / PR Build API Image (push) Failing after 566h8m32s
CI/CD Pipeline / Frontend Lint (push) Failing after 566h8m54s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 566h8m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 566h10m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 566h8m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 566h29m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 566h29m51s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 566h39m50s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 566h40m0s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-24 01:16:00 +08:00
xiaoxia
024aca3557
fix: source_edit_plan_id 正确传递 + clips时长与预览一致 ( #1473 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m48s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m13s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 46s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m17s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m34s
AI Code Review / AI Code Review (pull_request) Successful in 5m23s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m47s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m13s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m50s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m47s
CI/CD Pipeline / Unit Tests (push) Failing after 17m39s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 15m8s
CI/CD Pipeline / CI Gate (pull_request) Failing after 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 567h22m0s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 567h22m1s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 567h22m2s
CI/CD Pipeline / Production Browser E2E (push) Failing after 567h22m22s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 567h22m2s
CI/CD Pipeline / Deploy Production (push) Failing after 567h22m23s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 567h22m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 567h22m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 567h22m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 567h22m25s
CI/CD Pipeline / CI Gate (push) Failing after 567h22m26s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 567h35m14s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 567h35m16s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 567h36m8s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 567h36m52s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 567h35m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 567h37m14s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 567h36m54s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 567h37m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 567h37m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 567h40m0s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 567h37m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 567h40m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 567h40m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 567h40m4s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 567h55m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 567h56m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 568h9m10s
CI/CD Pipeline / Frontend Lint (push) Failing after 568h13m56s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-23 23:46:00 +08:00
xiaoxia
bbf27ec3f6
chore: 清理剪辑模板编辑器生成视频死代码 + 重命名为剪辑模板 ( #1472 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m22s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m59s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m0s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m7s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m42s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m42s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m17s
AI Code Review / AI Code Review (pull_request) Failing after 7m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m2s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m23s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m43s
CI/CD Pipeline / Integration Tests (push) Successful in 3m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m18s
CI/CD Pipeline / Unit Tests (push) Failing after 13m47s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 12m35s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 568h3m59s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 568h3m59s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 568h3m59s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 568h3m59s
CI/CD Pipeline / Production Browser E2E (push) Failing after 568h4m9s
CI/CD Pipeline / Deploy Production (push) Failing after 568h4m11s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 568h3m59s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 568h4m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 568h4m11s
CI/CD Pipeline / CI Gate (push) Failing after 568h4m12s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 568h13m44s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 568h13m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 568h14m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 568h15m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 568h15m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 568h15m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 568h16m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 568h16m37s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 568h16m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 568h18m3s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 568h18m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 568h19m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 568h18m55s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 568h18m57s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 568h37m49s
CI/CD Pipeline / Canary Release to Production (push) Failing after 568h38m1s
CI/CD Pipeline / Build Production Web Image (push) Failing after 568h38m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 568h47m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 568h49m43s
2026-08-23 23:06:28 +08:00
xiaoxia
febb1bcfce
chore: 清理剪辑模板编辑器生成视频死代码 + 重命名为剪辑模板 ( #1472 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m2s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 568h19m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 568h20m40s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 568h20m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 568h20m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 568h20m44s
前端:
- 删除 GenerationProgressModal/GenerationHistoryModal 组件及目录
- 删除 generateEditPlan/getGenerationStatus/getEditPlanGenerations 三个死API函数
- 删除对应类型 GenerateResponse/EditPlanGeneration/GenerationStatusResponse
- 清理测试文件中的 mock 和引用
- 用户可见文案 '剪辑编辑器' 统一改为 '剪辑模板'
- 不改变量名/组件名/路由路径/API路径
后端:
- 删除 templates_editor/generation.py 死接口文件
- 清理 _fallback.py、dependencies.py、schemas.py 中的死代码
- 删除对应无用测试文件
2026-08-23 23:05:15 +08:00
xiaoxia
9fd1246c6b
fix(worker): P1 修复任务状态覆盖 + 封面metadata属性名错误 ( #1471 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m23s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m19s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m21s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m38s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 33s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m20s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m19s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m38s
AI Code Review / AI Code Review (pull_request) Successful in 6m7s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m47s
CI/CD Pipeline / Integration Tests (push) Successful in 3m26s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m55s
CI/CD Pipeline / Unit Tests (push) Failing after 13m5s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 11m56s
CI/CD Pipeline / CI Gate (pull_request) Failing after 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 572h0m46s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 572h0m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 572h0m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 572h0m54s
CI/CD Pipeline / Build Production API Image (push) Failing after 572h0m57s
CI/CD Pipeline / CI Gate (push) Failing after 572h0m57s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 572h0m47s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 572h11m7s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 572h0m48s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 572h11m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 572h11m25s
CI/CD Pipeline / Canary Release to Production (push) Failing after 572h0m55s
CI/CD Pipeline / Deploy Production (push) Failing after 572h0m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 572h13m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 572h0m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 572h13m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 572h13m57s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 572h11m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 572h13m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 572h12m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 572h14m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 572h12m13s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 572h14m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 572h15m7s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 572h14m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 572h34m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 572h34m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 572h44m59s
CI/CD Pipeline / PR Build Web Image (push) Failing after 572h47m45s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-23 19:11:01 +08:00
xiaoxia
392a20002c
feat: Step2选素材同步写入edit_plan_clips ( #1469 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m12s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m56s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m43s
AI Code Review / AI Code Review (pull_request) Failing after 2m28s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m18s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m8s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m11s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m22s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m9s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m49s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m41s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m37s
CI/CD Pipeline / Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Unit Tests (push) Failing after 13m10s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 12m20s
CI/CD Pipeline / CI Gate (pull_request) Failing after 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 573h29m18s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 573h29m21s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 573h29m21s
CI/CD Pipeline / Production Browser E2E (push) Failing after 573h29m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 573h29m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 573h29m42s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 573h39m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 573h39m56s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 573h29m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 573h39m58s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 573h41m46s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 573h29m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 573h42m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 573h42m29s
CI/CD Pipeline / Canary Release to Production (push) Failing after 573h29m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 573h42m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 573h42m40s
CI/CD Pipeline / CI Gate (push) Failing after 573h29m42s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 573h42m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 573h29m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 573h43m42s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 573h39m21s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 573h41m40s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 573h41m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 574h3m9s
CI/CD Pipeline / Deploy Production (push) Failing after 574h3m30s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 574h13m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 574h16m18s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 574h16m32s
2026-08-23 17:42:26 +08:00
xiaoxia
42744241c4
fix(worker): P0 修复@celery_app.task装饰器错位导致所有生成任务崩溃 ( #1470 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 58s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m3s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m19s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 36s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m31s
AI Code Review / AI Code Review (pull_request) Failing after 4m13s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m11s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m16s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m22s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m34s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m59s
CI/CD Pipeline / Unit Tests (push) Failing after 13m15s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 11m37s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 573h55m24s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 573h55m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 573h55m26s
CI/CD Pipeline / Production Browser E2E (push) Failing after 573h55m28s
CI/CD Pipeline / Deploy Production (push) Failing after 573h55m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 573h55m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 573h55m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 573h55m31s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 574h6m12s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 573h55m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 574h6m15s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 574h6m47s
CI/CD Pipeline / Build Production Web Image (push) Failing after 573h55m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 574h6m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 574h6m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 574h6m59s
CI/CD Pipeline / PR Build Web Image (push) Failing after 574h7m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 574h8m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 574h9m7s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 574h9m9s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 574h9m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 574h10m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 574h9m13s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 574h29m15s
CI/CD Pipeline / Canary Release to Production (push) Failing after 574h29m18s
CI/CD Pipeline / CI Gate (push) Failing after 574h29m20s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 574h40m3s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 574h40m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 574h40m53s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-23 17:16:00 +08:00
xiaoxia
ab40c57e9e
feat: sync selected materials to edit_plan_clips on Step2 (PR #1469 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m57s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m43s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m48s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m15s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m5s
AI Code Review / AI Code Review (pull_request) Successful in 8m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m13s
CI/CD Pipeline / Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m20s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m33s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m39s
CI/CD Pipeline / Unit Tests (push) Successful in 12m25s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m2s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 574h45m24s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 574h45m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 574h45m26s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 574h45m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 574h45m46s
CI/CD Pipeline / Deploy Production (push) Failing after 574h45m48s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 574h45m26s
CI/CD Pipeline / CI Gate (push) Failing after 574h45m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 574h45m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 574h45m50s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 574h56m19s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 574h56m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 574h56m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 574h57m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 574h57m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 574h57m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 574h57m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 574h58m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 574h58m51s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 574h58m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 575h0m14s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 574h58m55s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 574h58m57s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 575h19m14s
CI/CD Pipeline / Canary Release to Production (push) Failing after 575h19m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 575h19m40s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 575h30m11s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 575h30m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 575h31m11s
- New API updateEditPlanClips (PUT /templates/{id}/editor/clips)
- useStep2Materials: debounced 800ms clips write, same duration
logic as FrontendPreviewPlayer.buildPlaybackSegments
- buildClipsFromAssets shared util ensures preview/DB consistency
- Supports manual + smart-match modes, silent failure
2026-08-23 16:25:50 +08:00
xiaoxia
b4e3bb0fe7
refactor(worker): generate_video直接读取edit_plan_clips渲染 ( #1468 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 47s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 50s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m31s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m4s
AI Code Review / AI Code Review (pull_request) Failing after 3m53s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m45s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m19s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m21s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m21s
CI/CD Pipeline / Integration Tests (push) Successful in 3m28s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m27s
CI/CD Pipeline / Unit Tests (push) Successful in 15m5s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m25s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 575h4m31s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 575h4m36s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 575h4m36s
CI/CD Pipeline / Canary Release to Production (push) Failing after 575h6m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 575h4m34s
CI/CD Pipeline / Production Browser E2E (push) Failing after 575h6m30s
CI/CD Pipeline / Build Production API Image (push) Failing after 575h6m34s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 575h4m36s
CI/CD Pipeline / CI Gate (push) Failing after 575h6m34s
CI/CD Pipeline / Deploy Production (push) Failing after 575h6m31s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 575h6m32s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 575h15m53s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 575h15m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 575h16m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 575h15m58s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 575h18m56s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 575h18m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 575h19m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 575h19m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 575h19m7s
CI/CD Pipeline / PR Build API Image (push) Failing after 575h19m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 575h21m41s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 575h21m43s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 575h22m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 575h21m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 575h21m47s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 575h38m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 575h40m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 575h49m49s
2026-08-23 16:03:30 +08:00
xiaoxia
4de4b8dc08
fix(cover): E2兜底封面标题样式透传color/position/font_size ( #1467 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m30s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m5s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m53s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m25s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m2s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
AI Code Review / AI Code Review (pull_request) Successful in 3m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 5m27s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m14s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m28s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m18s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m31s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m6s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m9s
CI/CD Pipeline / Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m45s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m28s
CI/CD Pipeline / Unit Tests (push) Successful in 14m12s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m29s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 576h14m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 576h14m9s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 576h14m7s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 576h14m9s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 576h14m9s
CI/CD Pipeline / Production Browser E2E (push) Failing after 576h14m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 576h14m47s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 576h14m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 576h14m49s
CI/CD Pipeline / CI Gate (push) Failing after 576h14m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 576h14m49s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 576h24m5s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 576h24m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 576h24m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 576h25m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 576h24m52s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 576h25m39s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 576h27m8s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 576h27m12s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 576h27m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 576h29m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 576h27m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 576h27m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 576h29m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 576h47m55s
CI/CD Pipeline / Deploy Production (push) Failing after 576h48m35s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 576h57m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 576h59m24s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 577h0m58s
2026-08-23 14:57:05 +08:00
xiaoxia
622e9742f5
fix(edit-flow): 批量生成 plan.config 只回写一次 ( #1466 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m11s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m30s
AI Code Review / AI Code Review (pull_request) Failing after 3m34s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m14s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m46s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m53s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m56s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m56s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m51s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m11s
CI/CD Pipeline / Integration Tests (push) Successful in 2m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m39s
CI/CD Pipeline / Unit Tests (push) Successful in 14m18s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m44s
CI/CD Pipeline / CI Gate (pull_request) Successful in 10s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 576h51m52s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 576h51m54s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 576h51m54s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 576h51m56s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 576h51m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 576h52m30s
CI/CD Pipeline / Deploy Production (push) Failing after 576h52m32s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 576h52m34s
CI/CD Pipeline / Build Production Web Image (push) Failing after 576h52m34s
CI/CD Pipeline / CI Gate (push) Failing after 576h52m34s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 577h1m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 577h1m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 577h1m17s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 577h3m40s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 577h1m49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 577h3m44s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 577h5m26s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 577h5m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 577h6m51s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 577h5m30s
CI/CD Pipeline / PR Build Web Image (push) Failing after 577h6m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 577h6m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 577h6m55s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 577h25m44s
CI/CD Pipeline / Canary Release to Production (push) Failing after 577h26m20s
CI/CD Pipeline / Build Production API Image (push) Failing after 577h26m22s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 577h34m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 577h37m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 577h40m41s
2026-08-23 14:19:16 +08:00
xiaoxia
ab381b2e74
feat(generate): 编辑流程自动保存草稿+创建任务参数修复+轮询改新接口+清理幽灵API ( #1465 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m39s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m45s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m18s
AI Code Review / AI Code Review (pull_request) Failing after 2m37s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m43s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m32s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 30s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m21s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m44s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m36s
CI/CD Pipeline / Integration Tests (push) Successful in 3m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m6s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m25s
CI/CD Pipeline / Unit Tests (push) Successful in 13m14s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m47s
CI/CD Pipeline / CI Gate (pull_request) Successful in 46s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 577h14m2s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 577h14m4s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 577h14m6s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 577h14m8s
CI/CD Pipeline / Production Browser E2E (push) Failing after 577h14m37s
CI/CD Pipeline / Deploy Production (push) Failing after 577h14m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 577h14m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 577h14m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 577h14m40s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 577h23m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 577h23m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 577h23m45s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 577h24m12s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 577h26m42s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 577h26m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 577h26m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 577h27m52s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 577h27m57s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 577h28m2s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 577h29m38s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 577h28m4s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 577h28m6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 577h47m53s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 577h47m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 577h48m26s
CI/CD Pipeline / CI Gate (push) Failing after 577h48m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 577h57m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 578h0m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 578h0m36s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-23 13:56:32 +08:00
xiaoxia
94caa63436
Merge pull request 'fix(edit-flow): 补全 title_config 数据链路,修复编辑流程断裂' ( #1464 ) from fix/edit-flow-data-chain into develop
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (push) Failing after 577h30m21s
2026-08-23 13:55:42 +08:00
xiaoxia
fe49fef1ad
fix: auto-save draft + API cleanup for editing flow (PR #1465 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 55s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m12s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
PR Automation / Auto Merge on CI Green + Approved (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 577h31m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 577h31m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 577h31m14s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 577h32m24s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 577h32m28s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 577h32m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 578h5m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 578h6m14s
- Step2/Step4 auto-save via useDraftAutoSave (GET-merge-PUT, serial queue)
- useDraftAutoSave: failed saves preserve patch with exponential backoff retry
- Step6 cover requests include full title_config
- Step7 create task: source_edit_plan_id, title_config, cover_url priority
- Polling switched to GET /generation/tasks/{task_id} with proper error handling
- getGenerationTaskResults retries before treating as failure
- Removed 7 ghost API functions (non-existent backend routes)
- BGM presets path updated to /templates/{id}/editor/bgm/presets
- Type alignment for BatchGenerationTaskResponse
2026-08-23 13:53:36 +08:00
CI Bot
0b000f96a6
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 45s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m46s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m50s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m53s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m26s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m46s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m42s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m18s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m17s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 10m6s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Waiting to run
AI Code Review / AI Code Review (pull_request) Waiting for AI Code Review to complete
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m13s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 577h35m46s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 577h35m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 577h35m48s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 577h35m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 577h35m49s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 577h45m54s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 577h45m55s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 577h46m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 577h45m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 577h46m39s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 577h46m34s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 577h46m41s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 577h46m41s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 578h9m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 578h20m23s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 578h20m28s
2026-08-23 05:39:27 +00:00
CI Bot
817c6fa6a3
test: 补全 _writeback_edit_plan_config 单测,修复增量覆盖率不足
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 35s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m39s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m40s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m20s
AI Code Review / AI Code Review (pull_request) Failing after 2m16s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m8s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m38s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 4m18s
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m17s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 577h48m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 577h48m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 577h48m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 577h48m38s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 577h48m40s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 577h50m3s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 577h50m5s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 578h22m17s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 578h22m24s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 578h23m49s
新增 9 个单元测试覆盖 generation_tasks.py 增量代码:
- 空 plan_id 直接返回
- plan 不存在 warning + 不 commit
- 正常写入(有/无 title_config)
- config 非 dict 兜底
- DB 异常 rollback + rollback 失败静默
- 空 title_config 不写入
2026-08-23 13:34:57 +08:00
CI Bot
410f672195
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 37s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m21s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m29s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m15s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m50s
AI Code Review / AI Code Review (pull_request) Successful in 4m53s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m1s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m40s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 12m4s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 577h57m44s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 577h57m45s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 577h57m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 577h57m46s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 577h57m46s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 578h9m1s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 578h10m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 578h9m51s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 578h10m24s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 578h10m29s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 578h10m26s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 578h10m30s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 578h10m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 578h31m32s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 578h43m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 578h44m16s
2026-08-23 05:15:40 +00:00
agent
06f68230af
fix(edit-flow): 补全 title_config 数据链路,修复编辑流程断裂
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m1s
AI Code Review / AI Code Review (pull_request) Failing after 2m15s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 578h12m39s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 578h12m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 578h13m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 578h13m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 578h13m11s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 578h13m13s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 578h13m13s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 578h46m28s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 578h46m57s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 578h47m1s
1. Schema: CreateGenerationTaskRequest 增加 title_config(dict|None=None)
2. DB: generation_tasks 新增 title_config JSON 列 (alembic 057)
3. Domain/ORM/Repo/UseCase 全链路透传 title_config
4. API 创建任务成功后,merge 回写 EditPlan.config
(generation_task_id + title_config),失败不影响主流程
5. Worker 优先使用 title_config 构建标题图层,custom_title 兜底
6. GenerationTaskResponse 返回 title_config
7. 旧路由 /generate 和 /generation-status 标记 DEPRECATED
所有新字段默认 None/{},不传时行为与现在完全一致。
2026-08-23 13:12:40 +08:00
xiaoxia
5a5c653d2c
feat(cleanup): pending 任务自动清理,防止队列占满 ( #1463 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m5s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m8s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m17s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m19s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m41s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m4s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m13s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m38s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m18s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m46s
CI/CD Pipeline / Integration Tests (push) Successful in 2m51s
AI Code Review / AI Code Review (pull_request) Successful in 8m5s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m9s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Unit Tests (push) Successful in 13m12s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m19s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 578h15m49s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 578h15m50s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 578h15m51s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 578h15m52s
CI/CD Pipeline / Production Browser E2E (push) Failing after 578h16m9s
CI/CD Pipeline / CI Gate (push) Failing after 578h16m10s
CI/CD Pipeline / Deploy Production (push) Failing after 578h16m10s
CI/CD Pipeline / Build Production Web Image (push) Failing after 578h16m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 578h16m11s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 578h24m49s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 578h24m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 578h24m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 578h27m54s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 578h27m56s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 578h28m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 578h29m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 578h29m13s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 578h29m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 578h29m15s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 578h29m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 578h30m32s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 578h29m19s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 578h49m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 578h49m39s
CI/CD Pipeline / Canary Release to Production (push) Failing after 578h49m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 578h49m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 578h58m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 578h59m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 579h2m58s
2026-08-23 12:55:39 +08:00
CI Bot
2148e2bc48
chore: trigger CI rebuild after api-base image update (Pillow + CJK fonts)
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m3s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m26s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m23s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m13s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m8s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m48s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m54s
AI Code Review / AI Code Review (pull_request) Successful in 8m29s
CI/CD Pipeline / Integration Tests (push) Successful in 2m39s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m6s
CI/CD Pipeline / Unit Tests (push) Successful in 14m38s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m14s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 16m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 579h51m34s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 579h57m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 579h57m42s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 579h57m43s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 579h57m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 579h57m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 579h57m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 579h57m50s
CI/CD Pipeline / CI Gate (push) Failing after 579h57m50s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 580h7m5s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 580h7m6s
CI/CD Pipeline / Build Production API Image (push) Failing after 579h57m50s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 580h7m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 580h7m8s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 580h9m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 580h10m1s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 580h10m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 580h9m6s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 580h10m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 580h12m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 580h12m27s
CI/CD Pipeline / Frontend Lint (push) Failing after 580h12m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 580h12m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 580h31m29s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 580h31m30s
CI/CD Pipeline / Deploy Production (push) Failing after 580h31m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 580h40m58s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 580h43m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 580h46m12s
2026-08-23 11:13:41 +08:00
xiaoxia
9ac21d37f0
Merge pull request 'fix(cover): Worker本地ffmpeg抽帧 + E2源素材封面标题叠加' ( #1462 ) from fix/cover-ffmpeg-title-overlay into develop
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 48s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m12s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m24s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m48s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m8s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m18s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 36s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m7s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m13s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m56s
AI Code Review / AI Code Review (pull_request) Successful in 8m30s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m30s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m47s
CI/CD Pipeline / Integration Tests (push) Successful in 5m8s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m37s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m41s
CI/CD Pipeline / Unit Tests (push) Successful in 14m40s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m57s
CI/CD Pipeline / CI Gate (pull_request) Successful in 19s
API Base Image Build / Build API Base Image (push) Successful in 29m19s
Worker Base Image Build / Build Worker Base Image (push) Successful in 33m30s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 580h25m39s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 580h25m43s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 580h25m41s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 580h25m43s
CI/CD Pipeline / Production Browser E2E (push) Failing after 580h26m55s
CI/CD Pipeline / Deploy Production (push) Failing after 580h26m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 580h26m59s
CI/CD Pipeline / Build Production API Image (push) Failing after 580h26m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 580h26m59s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 580h35m9s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 580h35m11s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 580h35m55s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 580h38m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 580h35m13s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 580h39m6s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 580h38m34s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 580h40m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 580h41m2s
CI/CD Pipeline / Frontend Lint (push) Failing after 580h41m12s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 580h41m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 580h41m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 580h42m32s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 580h59m28s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 580h59m30s
CI/CD Pipeline / Canary Release to Production (push) Failing after 581h0m44s
CI/CD Pipeline / CI Gate (push) Failing after 581h0m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 581h9m17s
CI/CD Pipeline / PR Build Web Image (push) Failing after 581h14m48s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 581h15m4s
2026-08-23 10:43:40 +08:00
CI Bot
f6b50b49ec
fix(cover): worker local ffmpeg cover frames + title overlay for source-asset fallback
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 49s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m53s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m4s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m29s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m39s
AI Code Review / AI Code Review (pull_request) Successful in 4m45s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m23s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m34s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m39s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 10m23s
CI/CD Pipeline / CI Gate (pull_request) Successful in 15s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 52s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m31s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 580h44m54s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 580h44m54s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 580h44m56s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 580h44m58s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 580h52m34s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 580h52m38s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 580h52m43s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 580h55m3s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 580h55m5s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 580h56m53s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 580h56m55s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 580h56m57s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 581h18m42s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 581h18m44s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 581h26m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 581h27m17s
问题:
1. 之前 Worker 用 MediaKit 网络抽帧写 cover_url,因状态字符串 bug(#1461 已修)
一直失败;且在 API 请求内同步抽帧易超时。
2. 封面从源素材抽取时无标题(源素材未烧录标题)。
修复:
1. Worker 渲染完成后直接复用 RenderAdapter 已用本地 ffmpeg 抽出的 cover_candidates:
- _render_video 返回值改为 (output_path, render_duration, cover_candidates)
- 第一帧写入 gen_task.cover_url,完整列表写入 metadata.cover_candidates
- 删除步骤 4.5 的 MediaKit 抽帧代码(不依赖网络,不阻塞)
2. 标题叠加:
- 新增 packages/shared/title_overlay.py,Pillow 绘制白色文字+黑色描边/阴影,
支持 CJK 字体和自动换行(API/Worker 共用)
- thumbnail_generator.extract_and_upload_cover_frames 的 title_text 参数真正生效
- render_adapter 从已渲染视频抽帧时传空 title_text(标题已 ASS 烧录,避免重影)
- 封面 API E2 从源素材抽帧后,从 plan.config.title.text 读取标题并叠加
3. API 基础镜像增加 Pillow 和 fonts-noto-cjk(E2 标题叠加依赖)
测试:新增 test_title_overlay.py(5)、E2 标题透传测试,更新 1294 解包;
相关 51 passed。
2026-08-23 10:28:52 +08:00
xiaoxia
2837f11123
fix: 预览完成后保存rendered_storage_key + createPreview传title_config
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m0s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m9s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m26s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m18s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m20s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m9s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 51s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m47s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 47s
AI Code Review / AI Code Review (pull_request) Failing after 4m51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m48s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 5m49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m40s
CI/CD Pipeline / Integration Tests (push) Successful in 4m36s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m49s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m32s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 4m24s
CI/CD Pipeline / Unit Tests (push) Successful in 16m33s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 15m37s
CI/CD Pipeline / CI Gate (pull_request) Successful in 13s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 580h48m27s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 580h48m28s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 580h48m28s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 580h48m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 580h48m56s
CI/CD Pipeline / Deploy Production (push) Failing after 580h48m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 580h49m0s
CI/CD Pipeline / CI Gate (push) Failing after 580h49m1s
CI/CD Pipeline / Build Production Web Image (push) Failing after 580h49m0s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 581h2m45s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 581h2m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 581h3m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 581h4m17s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 581h2m47s
CI/CD Pipeline / PR Build API Image (push) Failing after 581h4m20s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 581h2m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 581h5m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 581h3m48s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 581h5m25s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 581h5m29s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 581h5m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 581h6m39s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 581h22m16s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 581h22m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 581h22m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 581h22m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 581h36m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 581h38m6s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 581h39m15s
2026-08-23 10:19:28 +08:00
xiaoxia
ea42e48a9f
Merge pull request 'fix(mediakit): 抽帧轮询识别 completed 状态,修复封面抽帧始终超时失败' ( #1461 ) from fix/mediakit-completed-status into develop
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 49s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m56s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m0s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m16s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m17s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 44s
AI Code Review / AI Code Review (pull_request) Successful in 3m23s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m2s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m14s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m7s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m12s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m53s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m25s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m27s
CI/CD Pipeline / Integration Tests (push) Successful in 3m55s
CI/CD Pipeline / Unit Tests (push) Successful in 14m7s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m28s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 590h8m14s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 590h8m15s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 590h8m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 590h8m52s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 590h8m16s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 590h8m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 590h8m55s
CI/CD Pipeline / Canary Release to Production (push) Failing after 590h8m53s
CI/CD Pipeline / CI Gate (push) Failing after 590h8m55s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 590h19m40s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 590h20m30s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 590h19m44s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 590h20m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 590h20m45s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 590h20m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 590h20m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 590h20m51s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 590h23m6s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 590h23m7s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 590h23m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 590h23m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 590h23m4s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 590h42m3s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 590h42m4s
CI/CD Pipeline / Deploy Production (push) Failing after 590h42m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 590h42m43s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 590h53m30s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 590h54m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 590h54m37s
2026-08-23 01:02:24 +08:00
CI Bot
39683bda09
fix(mediakit): accept "completed" status in extract_frames polling
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m38s
AI Code Review / AI Code Review (pull_request) Successful in 1m40s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m43s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m25s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m41s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m53s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m52s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 8m15s
CI/CD Pipeline / CI Gate (pull_request) Successful in 11s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 41s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 43s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 590h25m44s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 590h25m44s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 590h25m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 590h25m46s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 590h34m2s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 590h25m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 590h34m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 590h34m35s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 590h34m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 590h34m37s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 590h34m40s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 590h34m41s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 590h34m41s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 590h59m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 591h7m48s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 591h8m22s
火山引擎 MediaKit 抽帧 API 完成时返回 status="completed",
但 _poll_task_result_with_error 只判断 "success",
导致任务实际已成功返回帧数据,客户端却继续轮询到超时返回 None,
封面抽帧一直失败。
与同文件 _poll_video_understand_result_with_error 的判断保持一致。
Worker 渲染后抽帧和 API E1/E2 兜底均受此 bug 影响。
2026-08-23 00:51:18 +08:00
xiaoxia
b3aa05e510
Merge pull request 'fix(cover): 封面 API MediaKit 抽帧短超时,避免请求挂死' ( #1460 ) from fix/cover-mediakit-timeout into develop
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m51s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m51s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m10s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m56s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m40s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m46s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m10s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m13s
AI Code Review / AI Code Review (pull_request) Successful in 7m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m38s
CI/CD Pipeline / Integration Tests (push) Successful in 3m36s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m27s
CI/CD Pipeline / Unit Tests (push) Successful in 13m12s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m10s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 590h56m17s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 590h56m17s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 590h56m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 590h56m49s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 590h56m19s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 590h56m19s
CI/CD Pipeline / Deploy Production (push) Failing after 590h56m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 590h56m51s
CI/CD Pipeline / Build Production API Image (push) Failing after 590h56m51s
CI/CD Pipeline / CI Gate (push) Failing after 590h56m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 591h5m21s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 591h5m23s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 591h5m52s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 591h8m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 591h7m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 591h9m36s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 591h8m15s
CI/CD Pipeline / PR Build API Image (push) Failing after 591h9m40s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 591h8m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 591h10m4s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 591h10m7s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 591h10m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 591h11m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 591h10m11s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 591h30m4s
CI/CD Pipeline / Production Browser E2E (push) Failing after 591h30m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 591h30m38s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 591h39m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 591h43m25s
2026-08-23 00:15:05 +08:00
CI Bot
005f500ee1
fix(cover): short MediaKit polling timeout in API cover endpoint (E1/E2)
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
AI Code Review / AI Code Review (pull_request) Successful in 1m36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m38s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m45s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m53s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m14s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m22s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m3s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 57s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m32s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 591h15m40s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 591h15m43s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 591h15m43s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 591h15m41s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 591h20m43s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 591h15m41s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 591h20m43s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 591h21m31s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 591h21m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 591h21m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 591h21m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 591h21m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 591h49m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 591h54m28s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 591h55m18s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 591h55m22s
E1/E2 fallback calls used default 30 polling attempts * 2s = 60s each,
causing the cover API to hang ~2 minutes when MediaKit is slow/unreachable.
Set max_poll_attempts=5, poll_interval=2, max_retries=0 for API-side
fallback so it fails fast (~10s) instead of blocking the request.
Worker-side extraction keeps default timeout (background task, safe).
2026-08-23 00:03:52 +08:00
xiaoxia
a11178eb13
fix(cover): extract cover from source asset when no backend preview exists ( #1459 )
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m16s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m37s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m20s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m20s
AI Code Review / AI Code Review (pull_request) Failing after 4m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m41s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m10s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m53s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m19s
CI/CD Pipeline / Integration Tests (push) Successful in 3m29s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m29s
CI/CD Pipeline / Unit Tests (push) Successful in 14m27s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m42s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 591h55m40s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 591h55m43s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 591h55m43s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 591h55m40s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 591h55m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 591h56m8s
CI/CD Pipeline / CI Gate (push) Failing after 591h56m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 591h56m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 591h56m9s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 592h6m16s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 592h6m20s
CI/CD Pipeline / Build Production Web Image (push) Failing after 591h56m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 592h6m22s
CI/CD Pipeline / Build Production API Image (push) Failing after 591h56m11s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 592h7m20s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 592h7m22s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 592h8m28s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 592h9m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 592h9m20s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 592h9m42s
CI/CD Pipeline / PR Build API Image (push) Failing after 592h9m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 592h10m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 592h10m41s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 592h29m29s
CI/CD Pipeline / Deploy Production (push) Failing after 592h29m57s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 592h40m5s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 592h40m48s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 592h43m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 592h43m31s
2026-08-22 23:15:33 +08:00
xiaoxia
4a6d84921d
fix(cover): add plan.config.cover_candidates fallback in cover generation endpoint ( #1458 )
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m24s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m42s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m29s
AI Code Review / AI Code Review (pull_request) Successful in 2m32s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m56s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m45s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 29s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m32s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m12s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m43s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m24s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m7s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m21s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m27s
CI/CD Pipeline / Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m32s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m36s
CI/CD Pipeline / Unit Tests (push) Successful in 14m5s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m32s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 593h19m49s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 593h19m50s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 593h19m51s
CI/CD Pipeline / Production Browser E2E (push) Failing after 593h20m8s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 593h19m51s
CI/CD Pipeline / Deploy Production (push) Failing after 593h20m9s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 593h19m52s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 593h20m9s
CI/CD Pipeline / Build Production API Image (push) Failing after 593h20m10s
CI/CD Pipeline / CI Gate (push) Failing after 593h20m10s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 593h29m6s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 593h29m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 593h29m12s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 593h33m27s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 593h29m14s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 593h31m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 593h33m44s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 593h33m48s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 593h31m51s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 593h33m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 593h33m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 593h34m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 593h33m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 593h35m11s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 593h53m36s
CI/CD Pipeline / Canary Release to Production (push) Failing after 593h53m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 593h53m56s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 594h2m55s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 594h7m38s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-22 21:51:01 +08:00
xiaoxia
98cd806d29
style: 封面预览框缩小至max-width 180px居中
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m0s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m30s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m28s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m44s
AI Code Review / AI Code Review (pull_request) Failing after 2m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 30s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m49s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m38s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m23s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m49s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m14s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m14s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m7s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m31s
CI/CD Pipeline / Integration Tests (push) Successful in 5m37s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m13s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m35s
CI/CD Pipeline / Unit Tests (push) Successful in 17m5s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m48s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 594h33m52s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 594h33m53s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 594h33m54s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 594h33m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 594h34m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 594h34m10s
CI/CD Pipeline / Build Production Web Image (push) Failing after 594h34m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 594h34m11s
CI/CD Pipeline / CI Gate (push) Failing after 594h34m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 594h46m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 594h46m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 594h46m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 594h47m2s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 594h48m33s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 594h48m52s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 594h49m41s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 594h49m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 594h49m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 594h49m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 594h51m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 594h51m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 594h49m49s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 595h7m40s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 595h7m41s
CI/CD Pipeline / Deploy Production (push) Failing after 595h7m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 595h7m59s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 595h20m14s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 595h22m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 595h23m39s
2026-08-22 20:34:52 +08:00
xiaoxia
6a57431f68
fix: 配音素材时长/大小显示为0 — fallback读取metadata字段
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m54s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m39s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
AI Code Review / AI Code Review (pull_request) Failing after 3m27s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m22s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m7s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m23s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m0s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m39s
CI/CD Pipeline / Unit Tests (push) Successful in 14m39s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m17s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 596h29m38s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 596h29m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 596h29m40s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 596h29m40s
CI/CD Pipeline / Production Browser E2E (push) Failing after 596h30m6s
CI/CD Pipeline / Canary Release to Production (push) Failing after 596h30m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 596h30m10s
CI/CD Pipeline / Build Production Web Image (push) Failing after 596h30m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 596h30m12s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 596h40m10s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 596h40m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 596h40m16s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 596h41m59s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 596h40m37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 596h42m20s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 596h43m45s
CI/CD Pipeline / PR Build Web Image (push) Failing after 596h43m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 596h43m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 596h43m49s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 596h43m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 596h44m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 596h44m55s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 597h3m25s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 597h3m27s
CI/CD Pipeline / Deploy Production (push) Failing after 597h3m55s
CI/CD Pipeline / CI Gate (push) Failing after 597h3m59s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 597h13m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 597h15m44s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 597h17m40s
2026-08-22 18:41:18 +08:00
xiaoxia
d19fa951ee
fix: 标题/不换行+字体映射表修复
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m41s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 52s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 31s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m26s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m59s
AI Code Review / AI Code Review (pull_request) Failing after 6m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m17s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m43s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m12s
CI/CD Pipeline / Integration Tests (push) Successful in 3m46s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m44s
CI/CD Pipeline / Unit Tests (push) Successful in 14m31s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m37s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 596h47m19s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 596h47m21s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 596h47m20s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 596h47m22s
CI/CD Pipeline / Production Browser E2E (push) Failing after 596h47m48s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 596h47m22s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 596h47m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 596h47m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 596h47m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 596h57m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 596h57m27s
CI/CD Pipeline / Build Production API Image (push) Failing after 596h47m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 596h57m29s
CI/CD Pipeline / CI Gate (push) Failing after 596h47m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 597h0m3s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 597h1m14s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 596h57m51s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 597h1m20s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 596h59m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 597h1m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 596h59m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 597h2m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 597h2m26s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 597h1m16s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 597h1m18s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 597h21m7s
CI/CD Pipeline / Deploy Production (push) Failing after 597h21m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 597h31m12s
CI/CD Pipeline / PR Build API Image (push) Failing after 597h35m11s
2026-08-22 18:23:46 +08:00
xiaoxia
e928068efd
refactor: v3调度器——所有状态存入ref彻底消除RAF闭包陷阱+片段切换先播下一段再切可见性
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m2s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m29s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 36s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m49s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m11s
AI Code Review / AI Code Review (pull_request) Successful in 6m42s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m8s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m50s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m5s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m12s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Integration Tests (push) Successful in 4m18s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m7s
CI/CD Pipeline / Unit Tests (push) Successful in 13m49s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m3s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 599h34m55s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 599h34m57s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 599h34m58s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 599h34m58s
CI/CD Pipeline / Production Browser E2E (push) Failing after 599h35m32s
CI/CD Pipeline / Deploy Production (push) Failing after 599h35m33s
CI/CD Pipeline / CI Gate (push) Failing after 599h35m34s
CI/CD Pipeline / Build Production Web Image (push) Failing after 599h35m34s
CI/CD Pipeline / Build Production API Image (push) Failing after 599h35m34s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 599h45m57s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 599h45m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 599h47m17s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 599h46m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 599h47m19s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 599h47m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 599h47m21s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 599h47m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 599h47m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 599h48m7s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 599h49m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 599h50m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 599h50m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 599h50m36s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 600h8m43s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 600h8m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 600h9m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 600h9m21s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 600h20m26s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 600h24m21s
2026-08-22 15:35:37 +08:00
xiaoxia
18371dc438
fix: 修复RAF循环穿透导致指数级增长+音频同步重置卡顿
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m20s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m54s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m3s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m6s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m14s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m41s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m56s
AI Code Review / AI Code Review (pull_request) Successful in 5m47s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m52s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m18s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m23s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m4s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m21s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m8s
CI/CD Pipeline / Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m28s
CI/CD Pipeline / Unit Tests (push) Successful in 13m23s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m3s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 601h33m2s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 601h33m2s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 601h33m4s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 601h33m4s
CI/CD Pipeline / Production Browser E2E (push) Failing after 601h33m18s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 601h33m4s
CI/CD Pipeline / Deploy Production (push) Failing after 601h33m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 601h33m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 601h33m24s
CI/CD Pipeline / CI Gate (push) Failing after 601h33m24s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 601h44m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 601h44m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 601h44m29s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 601h46m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 601h46m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 601h46m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 601h46m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 601h46m16s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 601h46m59s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 601h47m1s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 601h47m5s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 601h48m10s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 602h6m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 602h7m8s
CI/CD Pipeline / Build Production API Image (push) Failing after 602h7m11s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 602h18m12s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 602h18m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 602h19m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 602h20m50s
useSegmentScheduler.ts:
- 新增 tickRef 保存最新 tick 引用,所有 RAF 调度通过 () => tickRef.current()
- 片段边界切换分支加 return,阻止旧闭包穿透到末尾重复调度 RAF
(这是网页越来越卡的根因:每次片段切换 RAF 链数量翻倍)
- play() 和重播分支的 RAF 同样改用 tickRef
FrontendPreviewPlayer.tsx:
- 片段切换音频同步 useEffect 移除 currentTime 依赖
原依赖每200ms变化导致 audio.currentTime 被反复重置,音频卡顿
2026-08-22 13:38:02 +08:00
xiaoxia
4e9c9a2eda
fix: 禁用useCanvasPlayer后台解码+恢复所有video预加载
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m6s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m19s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m25s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 41s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 36s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m43s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m15s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m43s
AI Code Review / AI Code Review (pull_request) Successful in 7m52s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m9s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m6s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m18s
CI/CD Pipeline / Integration Tests (push) Successful in 5m32s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m4s
CI/CD Pipeline / Unit Tests (push) Successful in 15m32s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m19s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 612h32m7s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 612h32m8s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 612h32m8s
CI/CD Pipeline / Canary Release to Production (push) Failing after 612h32m49s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 612h32m8s
CI/CD Pipeline / Deploy Production (push) Failing after 612h32m49s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 612h32m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 612h32m50s
CI/CD Pipeline / Build Production API Image (push) Failing after 612h32m51s
CI/CD Pipeline / Build Production Web Image (push) Failing after 612h32m50s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 612h44m21s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 612h44m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 612h44m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 612h45m18s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 612h45m20s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 612h45m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 612h46m48s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 612h46m54s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 612h48m20s
CI/CD Pipeline / PR Build API Image (push) Failing after 612h48m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 612h48m26s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 612h48m28s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 613h5m54s
CI/CD Pipeline / Production Browser E2E (push) Failing after 613h6m36s
CI/CD Pipeline / CI Gate (push) Failing after 613h6m38s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 613h18m9s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 613h18m48s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 613h20m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 613h22m9s
- useCanvasPlayer 新增 enabled 参数,enabled=false 时 hasSupport=false
且 init useEffect 直接 return,彻底不执行 WebCodecs 初始化和后台解码
- FrontendPreviewPlayer 传入 enabled=(useWebCodecs && !forceVideoFallback),
useWebCodecs=false 时 useCanvasPlayer 完全不启动,消除网页卡顿元凶
- 恢复所有 video 元素 preload=auto + src,撤掉条件预加载逻辑
(之前条件预加载导致 switchToSegment 时频繁动态设 src,影响播放和进度)
2026-08-22 02:37:46 +08:00
xiaoxia
b8a349d5e0
refactor: 默认使用原生video播放,彻底解决主线程解码卡顿
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 49s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 56s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m27s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m44s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m45s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m34s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m42s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m25s
AI Code Review / AI Code Review (pull_request) Successful in 8m47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m3s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m20s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Unit Tests (push) Successful in 15m5s
CI/CD Pipeline / Integration Tests (push) Successful in 6m45s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 14m24s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m53s
CI/CD Pipeline / CI Gate (pull_request) Successful in 9s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 613h14m35s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 613h14m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 613h14m36s
CI/CD Pipeline / CI Gate (push) Failing after 613h14m38s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 613h14m36s
CI/CD Pipeline / Canary Release to Production (push) Failing after 613h16m23s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 613h14m37s
CI/CD Pipeline / Deploy Production (push) Failing after 613h16m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 613h16m26s
CI/CD Pipeline / Build Production API Image (push) Failing after 613h16m26s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 613h28m7s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 613h28m9s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 613h28m44s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 613h28m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 613h29m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 613h29m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 613h29m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 613h29m23s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 613h31m39s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 613h32m27s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 613h32m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 613h32m30s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 613h48m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 613h50m9s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 613h50m12s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 614h1m54s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 614h2m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 614h2m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 614h6m16s
FrontendPreviewPlayer.tsx:
- useWebCodecs 默认 false,走浏览器原生硬件解码(独立线程)
- 删除 Canvas ResizeObserver useEffect(默认路径不需要)
- video 元素只预加载当前+下一片段,其余 preload=none+不设src,减少并发连接
- 片段指示器统一显示片段序号,不再显示Canvas/降级提示
- isWebCodecsSupported 不再导入,清理 TS6133
useSegmentScheduler.ts:
- tick 进度更新 200ms 节流(5fps),避免 60fps setCurrentTime 触发整树 re-render
- 重播/seek 时重置节流 ref
- switchToSegment 兜底:若 video 无 src 则动态设置并 load(),兼容 seek 到未预加载片段
useCanvasPlayer.ts 不删,保留作为兜底
2026-08-22 01:53:43 +08:00
xiaoxia
9c02e69ede
fix: 第13轮 — 背压阈值20→64+移除idleTicks超时+等待10ms→5ms
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m50s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m46s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m51s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m48s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m11s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m51s
AI Code Review / AI Code Review (pull_request) Failing after 5m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m41s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 59s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m51s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Unit Tests (push) Successful in 14m38s
CI/CD Pipeline / Integration Tests (push) Successful in 5m7s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m3s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m11s
CI/CD Pipeline / CI Gate (pull_request) Successful in 10s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 614h0m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 614h0m3s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 614h0m4s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 614h0m4s
CI/CD Pipeline / CI Gate (push) Failing after 614h1m25s
CI/CD Pipeline / Canary Release to Production (push) Failing after 614h1m31s
CI/CD Pipeline / Deploy Production (push) Failing after 614h1m31s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 614h12m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 614h1m33s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 614h12m22s
CI/CD Pipeline / Build Production Web Image (push) Failing after 614h1m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 614h13m2s
CI/CD Pipeline / Build Production API Image (push) Failing after 614h1m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 614h13m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 614h12m23s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 614h13m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 614h12m26s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 614h14m47s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 614h14m51s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 614h16m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 614h16m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 614h16m13s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 614h16m15s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 614h33m50s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 614h33m51s
CI/CD Pipeline / Production Browser E2E (push) Failing after 614h35m16s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 614h46m27s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 614h48m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 614h49m58s
- 背压阈值从20提到64,给硬件解码器足够流水线深度
- 等待间隔10ms→5ms,减少轮询开销
- 删除idleTicks 3秒超时,帧队列容量(180)才是真正背压
- 保留帧输出等待(500ms)和完成日志
2026-08-22 01:09:59 +08:00
xiaoxia
ece1f25f71
fix: 第12轮 — 背压超时保护+帧输出等待+feedFrames阈值
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m11s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m24s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m49s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m5s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m32s
AI Code Review / AI Code Review (pull_request) Failing after 5m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m51s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m47s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m59s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 614h23m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 614h23m34s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 614h23m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 614h24m13s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 614h26m41s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 614h26m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 614h27m1s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 614h26m10s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 614h27m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 614h28m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 614h28m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 614h28m36s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 614h57m19s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 615h0m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 615h2m22s
- 背压等待加 idleTicks 计数,超3秒自动break防止死循环
- 解码完成后等待帧输出(最多500ms),确保队列有帧
- 加解码完成日志便于排查
- renderFrame 中 feedFrames 调用加 size<80 阈值保护
2026-08-22 00:57:38 +08:00
xiaoxia
2885ede533
fix: 第11轮 — 解码流水线批量提交+背压+移除每帧log
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m20s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m26s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m36s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m51s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m4s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 36s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m43s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 44s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m3s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m28s
AI Code Review / AI Code Review (pull_request) Successful in 9m6s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 58s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m11s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m11s
CI/CD Pipeline / Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m27s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m36s
CI/CD Pipeline / Unit Tests (push) Successful in 13m41s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m50s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 614h55m13s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 614h55m13s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 614h55m15s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 614h55m15s
CI/CD Pipeline / Production Browser E2E (push) Failing after 614h55m39s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 614h55m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 614h55m41s
CI/CD Pipeline / Canary Release to Production (push) Failing after 614h55m40s
CI/CD Pipeline / CI Gate (push) Failing after 614h55m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 614h55m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 615h5m48s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 615h5m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 615h5m54s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 615h6m40s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 615h8m8s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 615h7m50s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 615h8m10s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 615h7m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 615h9m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 615h8m12s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 615h9m23s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 615h9m27s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 615h10m43s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 615h29m1s
CI/CD Pipeline / Deploy Production (push) Failing after 615h29m28s
CI/CD Pipeline / Build Production Web Image (push) Failing after 615h29m28s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 615h39m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 615h42m1s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 615h43m12s
- decodeSegmentBatch: 移除每帧 await+3s超时,改为批量提交 decode()
- 添加 decodeQueueSize>20 背压,防止解码器内部队列积压
- 批量提交后 16ms 等待让解码器输出帧
- feedFrames 缓冲阈值 100→80,减少后台解码抢占渲染
- 删除 drawTitle 每帧 console.log(JSON.stringify 开销导致抖动)
2026-08-22 00:15:27 +08:00
xiaoxia
ac31c88c96
fix: 修复 TS2367 类型收窄错误 — decoder.state 显式断言为 string
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m3s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m17s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m58s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m4s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m0s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m44s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 48s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 37s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m50s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 9m3s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m9s
AI Code Review / AI Code Review (pull_request) Failing after 8m20s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m4s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m6s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m24s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m42s
CI/CD Pipeline / Integration Tests (push) Successful in 3m39s
CI/CD Pipeline / Unit Tests (push) Successful in 14m24s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m11s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 615h27m45s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 615h27m47s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 615h27m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 615h27m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 615h28m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 615h28m33s
CI/CD Pipeline / Production Browser E2E (push) Failing after 615h28m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 615h28m33s
CI/CD Pipeline / Deploy Production (push) Failing after 615h28m32s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 615h38m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 615h39m54s
CI/CD Pipeline / CI Gate (push) Failing after 615h28m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 615h39m55s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 615h39m1s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 615h40m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 615h39m3s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 615h41m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 615h39m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 615h42m51s
CI/CD Pipeline / PR Build Web Image (push) Failing after 615h42m53s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 615h41m36s
CI/CD Pipeline / Frontend Lint (push) Failing after 615h42m57s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 615h41m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 615h42m59s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 616h1m33s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 616h1m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 616h2m20s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 616h13m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 616h16m42s
2026-08-21 23:43:15 +08:00
xiaoxia
585a3b6887
fix: 第10轮方案A — 滑动窗口+持久解码器+二分查找
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m59s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 39s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 2m37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m31s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 7m21s
AI Code Review / AI Code Review (pull_request) Successful in 7m47s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m17s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 615h47m6s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 615h47m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 615h47m8s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 615h49m46s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 615h49m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 615h49m52s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 615h51m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 615h51m48s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 615h52m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 615h53m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 615h53m6s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 615h53m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 615h54m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 615h53m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 615h54m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 615h53m12s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 616h20m53s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 616h23m35s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 616h23m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 616h26m51s
架构级重构,从根本解决抖动/卡顿/黑屏/重播失效/关键帧错误:
- FrameQueue 默认容量 200,getCurrentFrame 改二分查找 O(log n)
- 每个片段持有持久化 VideoDecoder,连续喂 sample 不报关键帧错误
- segmentSampleCursorRef 记录游标,支持断点续解码
- feedFrames 后台补充:队列低于 100 帧自动续解,保持 ≥6s 缓冲
- init 只解前 2 个片段各 60 帧,播放中后台补充
- 重播/seek:关闭旧解码器→清空队列→重置游标→重新解码
- isFeedingRef 防重入
2026-08-21 23:31:44 +08:00
xiaoxia
412aa83b32
fix: 第9轮最终简化方案 — init全量解码+播放时只渲染
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m27s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m5s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m14s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m17s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m22s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 53s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m0s
AI Code Review / AI Code Review (pull_request) Failing after 3m45s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m33s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m1s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m51s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m18s
CI/CD Pipeline / Unit Tests (push) Successful in 14m31s
CI/CD Pipeline / Integration Tests (push) Successful in 5m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m48s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m14s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 616h54m24s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 616h54m26s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 616h54m25s
CI/CD Pipeline / CI Gate (push) Failing after 616h54m55s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 616h54m25s
CI/CD Pipeline / Deploy Production (push) Failing after 616h55m16s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 616h54m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 616h55m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 616h55m14s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 617h5m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 617h5m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 616h55m17s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 617h6m37s
CI/CD Pipeline / Build Production API Image (push) Failing after 616h55m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 617h6m46s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 617h5m31s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 617h8m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 617h5m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 617h8m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 617h6m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 617h9m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 617h9m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 617h9m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 617h9m49s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 617h28m13s
CI/CD Pipeline / Canary Release to Production (push) Failing after 617h29m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 617h40m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 617h42m7s
CI/CD Pipeline / PR Build API Image (push) Failing after 617h43m37s
根因:之前 init 只解 60 帧,播放中续解码导致关键帧错误、
重复帧、队列混乱、抖动。
新方案:
- init 阶段一次性解码全部 894 帧(队列 1024 足够容纳)
- 播放时只做 drawImage,不触发任何解码
- 重播直接复用已有帧,不重新解码
- seek 直接定位,不清帧队列
- 删除 decodeAroundPosition 动态解码函数
2026-08-21 22:16:22 +08:00
xiaoxia
c6eeca75fb
fix: 删除 decodeSegment 的 startFrame 参数,修复关键帧错误
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m20s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 42s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 34s
AI Code Review / AI Code Review (pull_request) Successful in 3m34s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m20s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m32s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m3s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m1s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m1s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m25s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m15s
CI/CD Pipeline / Unit Tests (push) Successful in 14m50s
CI/CD Pipeline / Integration Tests (push) Successful in 4m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m49s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m22s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 617h44m24s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 617h44m25s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 617h44m26s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 617h44m26s
CI/CD Pipeline / CI Gate (push) Failing after 617h45m58s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 617h44m26s
CI/CD Pipeline / Canary Release to Production (push) Failing after 617h46m1s
CI/CD Pipeline / Deploy Production (push) Failing after 617h46m1s
CI/CD Pipeline / Build Production Web Image (push) Failing after 617h46m2s
CI/CD Pipeline / Build Production API Image (push) Failing after 617h46m2s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 617h56m57s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 617h56m59s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 617h57m1s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 617h58m33s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 617h57m34s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 617h59m48s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 617h57m45s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 618h0m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 618h0m50s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 617h57m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 618h0m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 617h59m50s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 617h59m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 618h0m54s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 618h18m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 618h19m47s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 618h19m49s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 618h30m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 618h34m35s
WebCodecs 解码器要求第一个 chunk 必须是关键帧。续解码从 startFrame=60
开始时,samplesCollected[60] 不是关键帧 → 报错 "A key frame is required"。
修复:
- 删除 startFrame 参数,sample 循环永远从 0 开始
- decodeAroundPosition 不再传 startFrame
- totalDecoded 计算不再使用 startFrame 偏移
2026-08-21 21:25:19 +08:00
xiaoxia
df4de37f73
fix: MAX_INIT_FRAMES 500 → 60,减少 init 阶段解码帧数降低播放抖动
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m27s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m38s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 42s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 57s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m48s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m59s
AI Code Review / AI Code Review (pull_request) Failing after 5m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m30s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m4s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m24s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 618h10m37s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 618h10m40s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 618h10m42s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 618h11m28s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 618h11m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 618h11m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 618h13m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 618h11m38s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 618h13m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 618h13m54s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 618h14m0s
CI/CD Pipeline / PR Build API Image (push) Failing after 618h13m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 618h15m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 618h15m6s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 618h14m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 618h44m30s
init 阶段解码 894 帧导致 getCurrentFrame 遍历过多帧,播放抖动。
改为每片段只解 60 帧(≈2s),播放时由 decodeAroundPosition 按需续解。
2026-08-21 21:11:08 +08:00
xiaoxia
88c07ef142
fix: 视频 fallback 路径片段切换卡顿 — 预加载策略升级
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m6s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m46s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m29s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m26s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m46s
AI Code Review / AI Code Review (pull_request) Successful in 2m57s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m4s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m9s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m26s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 52s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 13m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 14m29s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 618h26m5s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 618h26m9s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 618h26m27s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 618h27m11s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 618h27m13s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 618h28m8s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 618h29m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 618h30m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 618h29m28s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 618h30m31s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 618h30m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 618h30m37s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 618h30m35s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 618h59m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 619h0m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 619h3m16s
根因:UseWebCodecs=false 时走原生 video fallback,preload 策略为
当前片段 auto / 下一片段 metadata / 其余 none,导致切换时下一片段
需现场从网络缓冲,卡顿约 10 秒。
修复:
1. 所有 video 元素 preload="auto",让浏览器提前缓冲全部片段
2. tick 循环中距出点 ≤3s 时主动 seek 下一片段触发缓冲
3. switchToSegment 超时从 10s 降到 3s(预加载正常时无需久等)
2026-08-21 20:55:36 +08:00
xiaoxia
0996ba45ec
fix: 续解码架构 + 帧队列扩容 1024 + 重播/seek/destroy 同步帧计数
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m0s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m15s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m39s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m39s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m10s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m10s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m58s
AI Code Review / AI Code Review (pull_request) Failing after 3m1s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m10s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m47s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m20s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m5s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m15s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Unit Tests (push) Successful in 13m46s
CI/CD Pipeline / Integration Tests (push) Successful in 4m57s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m6s
CI/CD Pipeline / CI Gate (pull_request) Successful in 11s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 618h40m42s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 618h40m44s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 618h40m44s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 618h40m44s
CI/CD Pipeline / CI Gate (push) Failing after 618h41m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 618h41m38s
CI/CD Pipeline / Deploy Production (push) Failing after 618h41m38s
CI/CD Pipeline / Build Production API Image (push) Failing after 618h41m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 618h41m40s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 618h51m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 618h51m30s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 618h51m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 618h52m18s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 618h52m20s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 618h52m51s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 618h54m3s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 618h54m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 618h54m5s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 618h54m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 618h54m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 618h55m28s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 618h55m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 619h14m29s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 619h14m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 619h15m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 619h15m26s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 619h25m14s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 619h25m27s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 619h27m57s
2026-08-21 20:30:45 +08:00
xiaoxia
a34639975c
fix: 增大 init 解码上限 + 重播不清帧队列 + sample 循环 generation 检查
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 57s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m46s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m21s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m13s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m46s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 39s
AI Code Review / AI Code Review (pull_request) Failing after 3m28s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m9s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m39s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m50s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Unit Tests (push) Successful in 14m33s
CI/CD Pipeline / Integration Tests (push) Successful in 5m4s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m52s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 12m10s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 619h12m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 619h12m1s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 619h12m2s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 619h12m3s
CI/CD Pipeline / CI Gate (push) Failing after 619h12m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 619h13m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 619h12m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 619h13m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 619h12m58s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 619h23m26s
CI/CD Pipeline / Deploy Production (push) Failing after 619h12m58s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 619h23m30s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 619h23m49s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 619h24m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 619h24m15s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 619h24m49s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 619h26m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 619h27m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 619h26m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 619h27m34s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 619h26m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 619h27m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 619h27m32s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 619h45m47s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 619h45m49s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 619h46m45s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 619h57m14s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 619h57m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 620h1m21s
2026-08-21 19:58:40 +08:00
xiaoxia
4b68c9be9c
fix: 给 decoder.decode() 加 3s 超时保护,防止解码卡死
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m23s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m43s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m39s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m41s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m46s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m1s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m50s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 34s
AI Code Review / AI Code Review (pull_request) Failing after 3m31s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 35s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m39s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m6s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m42s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 8m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m6s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / Unit Tests (push) Successful in 13m51s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 11m49s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 6m10s
CI/CD Pipeline / CI Gate (pull_request) Successful in 10s
CI/CD Pipeline / Integration Tests (push) Successful in 5m50s
CI/CD Pipeline / CI Gate (push) Failing after 620h0m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 620h1m48s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 620h1m50s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 620h1m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 620h1m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 620h2m37s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 620h1m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 620h2m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 620h2m40s
CI/CD Pipeline / Deploy Production (push) Failing after 620h2m38s
CI/CD Pipeline / Build Production API Image (push) Failing after 620h2m40s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 620h11m29s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 620h11m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 620h11m35s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 620h13m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 620h13m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 620h13m57s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 620h14m47s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 620h14m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 620h16m29s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 620h14m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 620h16m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 620h16m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 620h16m36s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 620h35m36s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 620h36m26s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 620h45m18s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 620h45m59s
CI/CD Pipeline / PR Build Web Image (push) Failing after 620h50m18s
2026-08-21 19:09:39 +08:00
xiaoxia
fbe0a6e826
fix: 视频播放结束后重播时重置 currentTime 到起点
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m31s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m46s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m48s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m12s
AI Code Review / AI Code Review (pull_request) Failing after 3m28s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m3s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m32s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m21s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Unit Tests (push) Successful in 15m21s
CI/CD Pipeline / Integration Tests (push) Successful in 5m50s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m44s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 621h50m50s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 621h50m54s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 621h50m52s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 621h50m54s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 621h50m52s
CI/CD Pipeline / CI Gate (push) Failing after 621h51m26s
CI/CD Pipeline / Build Production Web Image (push) Failing after 621h52m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 621h52m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 621h52m16s
CI/CD Pipeline / Canary Release to Production (push) Failing after 621h52m13s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 622h2m42s
CI/CD Pipeline / Deploy Production (push) Failing after 621h52m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 622h2m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 622h3m49s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 622h3m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 622h3m55s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h4m9s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h6m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h6m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 622h7m34s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h7m36s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h7m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h7m41s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 622h24m41s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 622h26m3s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 622h36m31s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 622h37m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 622h40m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 622h41m25s
2026-08-21 17:18:35 +08:00
xiaoxia
7f2861e98e
fix: 移除 decoder.flush() 调用,修复 Chromium 下 flush 永久挂起导致解码卡死
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m57s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m43s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m25s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m26s
AI Code Review / AI Code Review (pull_request) Failing after 3m33s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m59s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m2s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m53s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m8s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 56s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m15s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Unit Tests (push) Successful in 14m28s
CI/CD Pipeline / Integration Tests (push) Successful in 5m44s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m13s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 5m47s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 622h12m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 622h12m33s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 622h12m34s
CI/CD Pipeline / CI Gate (push) Failing after 622h12m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 622h12m34s
CI/CD Pipeline / Deploy Production (push) Failing after 622h13m26s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 622h12m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 622h13m28s
CI/CD Pipeline / Production Browser E2E (push) Failing after 622h13m26s
CI/CD Pipeline / Build Production API Image (push) Failing after 622h13m28s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 622h24m26s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 622h24m45s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 622h24m28s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 622h25m25s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h25m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 622h25m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 622h25m54s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 622h25m50s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h28m1s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h28m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h25m56s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h28m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 622h26m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h28m52s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 622h46m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 622h47m13s
CI/CD Pipeline / Build Production Web Image (push) Failing after 622h47m15s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 622h58m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 623h2m14s
2026-08-21 16:57:20 +08:00
xiaoxia
b1aa866252
fix: 修复 flush 超时 catch 块类型错误导致 CI 构建失败
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 59s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m14s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h29m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h29m6s
CI/CD Pipeline / Frontend Lint (push) Failing after 622h31m8s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h31m20s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h32m15s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h32m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h32m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 623h2m51s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 623h6m4s
2026-08-21 16:53:53 +08:00
xiaoxia
f484de79c4
ci: trigger web build 1787302071
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m3s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m39s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 2m37s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m41s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m53s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m58s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m27s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 47s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 2m1s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 47s
AI Code Review / AI Code Review (pull_request) Failing after 4m30s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 622h33m39s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 622h33m40s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 622h33m40s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 622h33m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 622h33m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 622h33m44s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 622h34m30s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 622h34m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h35m43s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h37m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h38m16s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 622h37m15s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h38m24s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h37m17s
CI/CD Pipeline / PR Build Web Image (push) Failing after 622h38m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h38m20s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 623h7m26s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 623h7m28s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 623h8m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 623h12m9s
2026-08-21 16:47:51 +08:00
xiaoxia
9263db56db
ci: retry build
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 57s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m13s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m24s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 4m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m24s
AI Code Review / AI Code Review (pull_request) Successful in 2m26s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m34s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / PR Build API Image (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 1m46s
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 622h38m48s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 622h38m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 622h38m54s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 622h39m55s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 622h39m57s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h40m8s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h41m25s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h43m5s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 622h41m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h43m9s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h41m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 622h44m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h44m24s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 623h12m37s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 623h12m43s
CI/CD Pipeline / PR Build Web Image (push) Failing after 623h16m53s
2026-08-21 16:41:53 +08:00
xiaoxia
ebe43f163b
chore: DIAG_v2 诊断日志 + flush 5s 超时保护
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 36s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m33s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m39s
AI Code Review / AI Code Review (pull_request) Failing after 2m20s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m2s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 1m11s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 36s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m21s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m34s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 622h48m51s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 622h48m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 622h48m52s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 622h49m46s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 622h49m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 622h50m11s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 622h50m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 622h50m15s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 622h50m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 622h50m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 622h50m15s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 622h51m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 622h51m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 622h50m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 622h52m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 622h52m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 622h55m17s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 623h22m37s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 623h23m37s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 623h25m19s
2026-08-21 16:30:59 +08:00
xiaoxia
3e38395f46
chore: 添加 [DIAG] 诊断日志定位 decode loop 卡死点
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m34s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m30s
AI Code Review / AI Code Review (pull_request) Successful in 2m52s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m43s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 4m3s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 41s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m2s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 3m1s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m10s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 18m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 22m3s
CI/CD Pipeline / Unit Tests (push) Failing after 22m9s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 22m10s
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Successful in 7m39s
CI/CD Pipeline / Integration Tests (push) Successful in 7m41s
CI/CD Pipeline / CI Gate (pull_request) Failing after 10s
CI/CD Pipeline / CI Gate (push) Failing after 623h13m6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 623h20m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 623h20m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 623h20m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 623h20m33s
CI/CD Pipeline / Deploy Production (push) Failing after 623h20m35s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 623h20m37s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 623h20m41s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 623h20m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 623h20m45s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 623h38m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 623h20m47s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 623h38m19s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Failing after 623h39m21s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 623h38m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 623h41m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 623h38m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 623h41m18s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 623h38m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 623h41m21s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 623h39m15s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 623h39m17s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 623h41m14s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 623h41m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 623h41m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 623h42m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 623h43m0s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 623h54m25s
2026-08-21 15:43:16 +08:00
xiaoxia
9cb20c38ae
fix: Strict Mode 双执行导致 decode loop 提前退出
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 41s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m12s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m3s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m25s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m28s
CI/CD Pipeline / Unit Tests (push) Successful in 15m9s
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 623h43m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 623h43m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 623h43m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 623h58m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 623h58m28s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 623h58m32s
CI/CD Pipeline / Canary Release to Production (push) Failing after 623h43m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 623h43m19s
CI/CD Pipeline / Deploy Production (push) Failing after 624h17m4s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 624h32m10s
CI/CD Pipeline / Frontend Lint (push) Failing after 624h32m15s
React 18 Strict Mode 下 effect 执行两次(run → cleanup → run),
destroy() 和 init() 都调用 decodeGenerationRef.current++ 导致
generation 被多增两次,decode loop 内 generation check 误判为
seek/destroy 事件而提前退出。
修复:
- destroy() 移除 decodeGenerationRef.current++
- init() 移除 decodeGenerationRef.current++
- seek()/play() 保留 generation 递增不变
- decoder.state === 'closed' 时 return 而非 break,让第二轮
init 重新创建 decoder 正常解码
2026-08-21 15:27:42 +08:00
xiaoxia
d784af7f67
fix: 重置 isDestroyedRef 修复 effect 生命周期导致解码永久跳过
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 59s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m44s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m27s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 54s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m38s
CI/CD Pipeline / Unit Tests (push) Successful in 13m55s
CI/CD Pipeline / Integration Tests (push) Successful in 9m17s
CI/CD Pipeline / CI Gate (push) Failing after 624h5m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 624h10m57s
CI/CD Pipeline / Deploy Production (push) Failing after 624h10m57s
CI/CD Pipeline / Build Production Web Image (push) Failing after 624h10m59s
CI/CD Pipeline / Build Production API Image (push) Failing after 624h10m59s
CI/CD Pipeline / Frontend Lint (push) Failing after 624h24m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 624h24m58s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 624h24m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 624h24m54s
CI/CD Pipeline / Production Browser E2E (push) Failing after 624h44m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 624h44m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 624h58m41s
useEffect cleanup 调用 destroy() 将 isDestroyedRef 设为 true,
但新的 init 周期不重置它,导致 loadSegment/decodeSegment 立即 return,
isReady 永远为 false → canPlay 为 false → '暂无可播放素材'
修复:
- init 开始时重置 isDestroyedRef = false + 递增 decodeGeneration
- 同步重置 hasDecodeError/errorMessage/isReady 状态
- decode 循环内每次迭代后增加 cancelled 检查
- 增加诊断日志(decode loop 前后 + cancelled 分支)
2026-08-21 15:01:17 +08:00
xiaoxia
1b6ecc39f0
fix: WebCodecs 解码失败时自动 fallback 到原生 video 播放
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m21s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m37s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m52s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m1s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 56s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m6s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Unit Tests (push) Successful in 13m30s
CI/CD Pipeline / Integration Tests (push) Successful in 5m7s
CI/CD Pipeline / CI Gate (push) Failing after 624h28m47s
CI/CD Pipeline / Deploy Production (push) Failing after 624h29m27s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 624h29m28s
CI/CD Pipeline / Build Production API Image (push) Failing after 624h29m29s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 624h41m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 624h29m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 624h41m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 624h43m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 624h43m3s
CI/CD Pipeline / Canary Release to Production (push) Failing after 625h3m13s
CI/CD Pipeline / Build Production Web Image (push) Failing after 625h3m14s
CI/CD Pipeline / PR Build Web Image (push) Failing after 625h15m24s
- useCanvasPlayer 新增 hasDecodeError/errorMessage 状态和 onError 回调
- decodeSegment catch 块不再静默失败,更新状态并通知上层
- VideoDecoder error 回调同步报告错误状态
- 连续 3 次解码失败时报告 hasDecodeError
- FrontendPreviewPlayer 检测 hasDecodeError 后自动切换 video fallback
- 解码失败时显示具体错误信息而非静默'暂无可播放素材'
- 新增 normalizeCodecString 函数规范化 codec 字符串
- configure 调用增加 codec 字符码调试日志
2026-08-21 14:43:12 +08:00
xiaoxia
92bd1fe201
fix(ingest): fix HEVC transcode color flag typo and H.264 level ( #1456 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m26s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m29s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m43s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m0s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m25s
CI/CD Pipeline / Integration Tests (push) Successful in 3m15s
CI/CD Pipeline / Unit Tests (push) Successful in 12m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 626h27m55s
CI/CD Pipeline / Build Production API Image (push) Failing after 626h27m58s
CI/CD Pipeline / CI Gate (push) Failing after 626h27m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 626h27m56s
CI/CD Pipeline / Deploy Production (push) Failing after 626h27m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 626h27m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 626h37m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 626h37m52s
CI/CD Pipeline / PR Build API Image (push) Failing after 626h37m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 626h40m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 626h40m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 627h1m43s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-21 12:46:02 +08:00
xiaoxia
955613efd3
fix(e2e): update generation API URL pattern in core-generation test ( #1455 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m5s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m42s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m10s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 626h53m59s
CI/CD Pipeline / Frontend Lint (push) Failing after 626h55m15s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 626h55m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 626h54m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 627h27m49s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-21 12:31:01 +08:00
xiaoxia
f08a2bfa0d
fix(ingest): separate ffprobe and ffmpeg timeout handling in HEVC transcode ( #1454 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m10s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m14s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 56s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m48s
CI/CD Pipeline / Unit Tests (push) Successful in 12m29s
CI/CD Pipeline / Integration Tests (push) Successful in 5m48s
CI/CD Pipeline / CI Gate (push) Failing after 627h45m37s
CI/CD Pipeline / Canary Release to Production (push) Failing after 627h47m41s
CI/CD Pipeline / Deploy Production (push) Failing after 627h47m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 627h47m43s
CI/CD Pipeline / Build Production API Image (push) Failing after 627h47m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 627h59m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 627h59m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 628h0m15s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 628h0m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 628h21m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 628h21m30s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 628h32m53s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-21 11:26:01 +08:00
xiaoxia
3441b3fece
fix: Canvas 播放黑屏二次修复 — FrameQueue 扩容到 600 + 按需解码限制 300 帧
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m52s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m12s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m2s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 51s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m6s
CI/CD Pipeline / Integration Tests (push) Successful in 4m6s
CI/CD Pipeline / Unit Tests (push) Successful in 13m54s
CI/CD Pipeline / Production Browser E2E (push) Failing after 638h25m31s
CI/CD Pipeline / Deploy Production (push) Failing after 638h25m33s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 638h25m35s
CI/CD Pipeline / Build Production API Image (push) Failing after 638h25m35s
CI/CD Pipeline / CI Gate (push) Failing after 638h25m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 638h39m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 638h39m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 638h39m31s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 638h39m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 638h59m20s
CI/CD Pipeline / Build Production Web Image (push) Failing after 638h59m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 639h13m17s
根因:按需解码 decodeAroundPosition 调用 decodeSegment 时未传 maxFrames,
导致一次解码整个片段(~300帧)全部 push 进 maxSize=60 的队列,前 240 帧被淘汰,
只剩末尾帧(pts≈8~10s),getCurrentFrame(0) 找不到帧 → 黑屏 3~4 秒。
修复:
- FrameQueue maxSize: 60 → 600(覆盖约 20 秒 @30fps)
- decodeAroundPosition 中 decodeSegment 传入 maxFrames=300,
限制单次按需解码帧数,避免远超队列容量的帧挤兑
2026-08-21 00:46:41 +08:00
xiaoxia
b7be479ae7
fix: staging test_asset.spec.ts 适配 POST /assets 返回 410 ( #1453 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 57s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m2s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 53s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m30s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m3s
CI/CD Pipeline / Unit Tests (push) Successful in 13m55s
CI/CD Pipeline / Integration Tests (push) Successful in 4m59s
CI/CD Pipeline / CI Gate (push) Failing after 639h5m46s
CI/CD Pipeline / Canary Release to Production (push) Failing after 639h6m15s
CI/CD Pipeline / Deploy Production (push) Failing after 639h6m16s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 639h6m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 639h6m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 639h19m15s
CI/CD Pipeline / PR Build API Image (push) Failing after 639h19m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 639h20m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 639h20m18s
CI/CD Pipeline / Production Browser E2E (push) Failing after 639h40m2s
CI/CD Pipeline / Build Production Web Image (push) Failing after 639h40m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 639h53m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-21 00:06:01 +08:00
xiaoxia
95c33f6604
fix: Canvas 内部分辨率不匹配导致画面变形 — 修复 ResizeObserver 未创建问题
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m4s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m18s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m30s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m5s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m18s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 3m42s
CI/CD Pipeline / Unit Tests (push) Successful in 14m8s
CI/CD Pipeline / Integration Tests (push) Successful in 6m3s
CI/CD Pipeline / CI Gate (push) Failing after 639h21m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 639h22m8s
CI/CD Pipeline / Canary Release to Production (push) Failing after 639h22m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 639h22m10s
CI/CD Pipeline / Build Production Web Image (push) Failing after 639h22m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 639h22m12s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 639h36m13s
CI/CD Pipeline / PR Build API Image (push) Failing after 639h36m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 639h36m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 639h36m21s
CI/CD Pipeline / Deploy Production (push) Failing after 639h55m54s
CI/CD Pipeline / PR Build Web Image (push) Failing after 640h10m1s
根因:ResizeObserver useEffect 依赖数组为空 [],组件挂载时 canPlay=false
导致 canvas 未渲染、canvasRef 为 null,effect 直接 return 后永远不会重新执行,
canvas 内部分辨率停留在浏览器默认值 300×150(横屏 2:1),而 CSS 显示为竖屏容器。
修复:
- useEffect 依赖改为 [useWebCodecs, canPlay],canPlay=true 时 canvas 已渲染,
effect 重新执行并正确创建 ResizeObserver
- 创建 ResizeObserver 前立即通过 getBoundingClientRect 设置 canvas 初始像素分辨率,
避免首帧使用默认 300×150 导致变形
- computeDrawRect 已正确基于 videoDimRef 做 letterbox 居中绘制,无需修改
2026-08-20 23:49:57 +08:00
xiaoxia
161c1a61b6
fix: HEVC 转码条件解耦 + 缩略图函数补全 + extra_meta 字段 ( #1452 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m24s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m7s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m35s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m20s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 52s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m22s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 3m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m25s
CI/CD Pipeline / Unit Tests (push) Successful in 12m58s
CI/CD Pipeline / Integration Tests (push) Successful in 4m59s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 36s
AI Code Review / AI Code Review (pull_request) Successful in 38s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 33s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m43s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m45s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m7s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m12s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m35s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 10m39s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 13m4s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m56s
CI/CD Pipeline / CI Gate (pull_request) Successful in 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 639h45m46s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 639h45m47s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 639h45m46s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 639h45m47s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 639h45m48s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 639h58m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 639h58m52s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 639h59m24s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 639h59m24s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 639h59m30s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 639h59m30s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 639h59m30s
CI/CD Pipeline / CI Gate (push) Failing after 641h29m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 641h32m14s
CI/CD Pipeline / Deploy Production (push) Failing after 641h32m14s
CI/CD Pipeline / Build Production API Image (push) Failing after 641h32m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 641h32m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 641h44m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 641h44m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 641h44m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 641h45m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 641h45m18s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 640h19m33s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 640h32m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 640h33m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 640h33m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 642h5m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 642h6m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-20 21:41:01 +08:00
xiaoxia
8b30193f3e
fix: Canvas 预览黑屏修复 - 增大帧缓冲 + 限制初始化预解码 + play 同步清空帧队列
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m17s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 3m12s
CI/CD Pipeline / Unit Tests (push) Failing after 12m58s
CI/CD Pipeline / Integration Tests (push) Failing after 5m37s
CI/CD Pipeline / CI Gate (push) Failing after 643h49m46s
CI/CD Pipeline / Canary Release to Production (push) Failing after 643h50m40s
CI/CD Pipeline / Deploy Production (push) Failing after 643h50m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 643h50m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 643h50m42s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 644h1m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 644h2m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 644h2m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 644h4m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 644h24m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 644h24m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 644h35m44s
- FrameQueue maxSize 从 10 改为 60(约 2 秒 @30fps),给按需解码留出足够预缓冲空间
- 新增 MAX_INIT_FRAMES=60 常量,decodeSegment 支持 maxFrames 参数,初始化阶段只解码前 60 帧避免帧挤兑
- play() 重播时同步清空 frameQueue(之前只清 decodedSegments 标记没清帧缓冲)
- play() 启动渲染循环后立即触发 decodeAroundPosition,不等 200ms 节流延迟
2026-08-20 19:21:32 +08:00
xiaoxia
665228a58f
refactor: 删除 uploadAsset,统一使用 uploadAssetDirect 直传
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m36s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m10s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 54s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m53s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 3m38s
CI/CD Pipeline / Unit Tests (push) Failing after 14m29s
CI/CD Pipeline / Integration Tests (push) Failing after 7m28s
CI/CD Pipeline / CI Gate (push) Failing after 646h44m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 646h48m46s
CI/CD Pipeline / Build Production Web Image (push) Failing after 646h48m46s
CI/CD Pipeline / Production Browser E2E (push) Failing after 646h48m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h3m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 646h48m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h3m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h3m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h3m19s
CI/CD Pipeline / Deploy Production (push) Failing after 647h22m30s
CI/CD Pipeline / Build Production API Image (push) Failing after 647h22m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h37m1s
前端:
- 删除 uploadAsset 函数(upload.ts)和 export(index.ts)
- 删除 UploadResult type export
- CloneModal/useCloneSubmit 改用 uploadAssetDirect
- DirectUploadCompleteResult 新增 url 字段
- 清理测试文件中 uploadAsset 引用
后端:
- DirectUploadCompleteResponse 新增 url 字段
- complete_direct_upload 返回 OSS 文件 URL
- 修复 FFmpeg 超时日志 300s → 900s
2026-08-20 16:22:56 +08:00
CI Bot
56d45c2d49
fix: 清理 create_asset 废弃后的 unused imports
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m50s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m3s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h7m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h8m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h7m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h8m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h41m42s
- 删除 CreateAssetRequest import
- 删除 CreateAssetCommand/UseCase imports
- 删除 AssetStatus/ClassificationStatus imports
- 修复 ingest.py 日志信息 (300s → 900s)
2026-08-20 16:17:23 +08:00
CI Bot
ab4a1b7262
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 43s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m45s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m0s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 5m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 56s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m20s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 3m6s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h18m59s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h19m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h19m2s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h19m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h52m46s
2026-08-20 08:07:14 +00:00
xiaoxia
a39e5ea936
refactor: 清理前端 createAsset 死代码和未使用 import
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 56s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m21s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m40s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h24m7s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h24m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h24m12s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h24m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h57m55s
- 删除 test/api/assets.test.ts 中 createAsset 的 import 和测试块
- 删除 GeneratePage.test.tsx 和 VoiceMaterialLibrary.test.tsx 中 createAsset mock
- 清理 voices/types.ts 和 voice-materials/types.ts 中 createAsset 注释
- 删除 useVoiceUpload.ts 中未使用的 IngestJob type import
2026-08-20 16:02:05 +08:00
CI Bot
2d0d8a2777
chore: 清理上传路径统一后的残留死代码
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 54s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h26m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h26m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h26m34s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h26m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 648h0m19s
后端:
- create_asset 函数简化为仅返回 410,删除 46 行死代码
- 移除无用的依赖注入参数(asset_repository 等)
前端:
- 删除 createAsset 函数定义(assets.ts)
- 删除 createAsset 的 re-export(index.ts)
注: uploadAsset 函数保留(语音克隆 CloneModal 仍在使用)
2026-08-20 15:59:44 +08:00
CI Bot
d3469d9799
refactor: 统一所有素材上传为单一 ingest 路径
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m29s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m18s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 5m10s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 5m40s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h32m8s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h32m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h32m12s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h32m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 648h5m56s
前端修改:
1. useVoiceUpload.ts (voices): 删除 createAsset 调用,改为轮询 ingest_job_id
2. useVoiceUpload.ts (voice-materials): 同上,使用 result_asset_id 打标签
后端修改:
1. POST /assets 返回 410 Gone(已废弃,统一走 ingest-jobs)
2. 上传流程: uploadAssetDirect → completeDirectUpload → _submit_ingest_job → Worker
统一后的上传路径:
- 前端上传 OSS(直传)
- 调用 completeDirectUpload 创建 ingest job
- Worker 根据类型处理(视频转码/图片音频元数据提取)
- 创建 Asset 记录 → ready
- 前端轮询 job 状态,完成后刷新
2026-08-20 15:54:01 +08:00
CI Bot
068010b059
feat: 统一素材上传为单一 ingest 路径
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 53s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m48s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m14s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h37m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h37m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 647h37m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h38m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 648h11m41s
后端改动:
1. POST /assets 拒绝视频类型(必须走 ingest-jobs)
2. HEVC 转码超时从 300s 改为 900s(支持大文件)
3. 添加 HDR→SDR 转换参数(colorspace/primaries/transfer=bt709)
4. 转码前检查磁盘空间(< 2GB 时拒绝任务)
前端无需修改:
- 当前 uploadAssetDirect 已统一走 ingest-jobs 流程
- completeDirectUpload → _submit_ingest_job → Worker 处理
- 视频上传后自动进入转码+入库流程
2026-08-20 15:48:17 +08:00
xiaoxia
231d5153bf
fix: CSS 残留 6 处 aspect-ratio 16/9 改为 9/16
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m13s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m50s
CI/CD Pipeline / Unit Tests (push) Successful in 16m56s
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 647h38m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 647h38m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 647h38m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 647h38m50s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 647h55m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 647h55m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 647h55m50s
CI/CD Pipeline / PR Build API Image (push) Failing after 647h55m48s
CI/CD Pipeline / Deploy Production (push) Failing after 648h12m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 648h12m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 648h29m35s
统一竖屏 9:16 比例,清理 generate.css 中所有残留的横屏比例:
- .xx-preview-video (894)
- .xx-smart-match-thumb (1519)
- .xx-cover-frame-placeholder (2147)
- .xx-cover-upload-area (2250)
- .xx-cover-preview-box (2311)
- .xx-preview-video-wrapper .xx-preview-video (2669)
2026-08-20 15:30:29 +08:00
xiaoxia
f4af6ec8b7
fix: 删除用 mp4box.js 维度数据设置 videoDimRef 的代码
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m37s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m44s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m50s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 49s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m24s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 12m9s
CI/CD Pipeline / Unit Tests (push) Successful in 17m7s
CI/CD Pipeline / Integration Tests (push) Successful in 36m33s
CI/CD Pipeline / CI Gate (push) Failing after 648h0m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 648h32m0s
CI/CD Pipeline / Deploy Production (push) Failing after 648h32m1s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 648h32m2s
CI/CD Pipeline / Build Production API Image (push) Failing after 648h32m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 648h48m12s
CI/CD Pipeline / PR Build API Image (push) Failing after 648h48m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 648h49m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 648h49m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 649h5m47s
CI/CD Pipeline / Build Production Web Image (push) Failing after 649h5m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h22m0s
- 删除 decoder configure 成功后的 videoDimRef 设置
- 删除 init 函数中的 videoDimRef 设置
- 唯一可靠的尺寸来源改为 VideoDecoder output 回调从 VideoFrame 获取的真实帧尺寸
2026-08-20 14:37:07 +08:00
xiaoxia
6a3f4e4127
fix: 统一竖屏 9:16 比例
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 58s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m17s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m59s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 48s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 648h57m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 648h57m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 648h57m13s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 648h57m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h30m57s
- generate.css: 7 处 aspect-ratio 从 16/9 改为 9/16
- generate.css: .xx-preview-video max-height 400px→600px
- generate.css: .xx-preview-video-wrapper max-width→max-height
- PreviewVideoPanel.tsx: fallback 从 16:9→9:16
- UploadCoverPicker.tsx: 提示文字从 建议16:9→建议9:16
2026-08-20 14:29:05 +08:00
CI Bot
ec3ba19342
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m34s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 54s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m31s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m47s
CI/CD Pipeline / Unit Tests (push) Successful in 12m6s
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 648h58m37s
CI/CD Pipeline / Deploy Production (push) Failing after 648h58m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 648h58m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 648h58m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 649h9m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 649h9m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 649h10m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 649h10m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 649h32m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 649h32m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h43m33s
2026-08-20 06:15:28 +00:00
CI Bot
26728dfffb
fix: HEVC 转码支持竖屏视频自动旋转
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m34s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 649h14m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 649h14m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h14m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 649h14m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 649h48m26s
- 转码前用 ffprobe 检测 rotation 元数据
- rotation=90/270 时添加 transpose=1 物理旋转画面
- 添加 -metadata:s:v:0 rotate=0 清除旋转元数据
- 添加 -level 4.0 确保 H.264 level 支持 1080p
- scale 滤镜在旋转之后应用
修复前端 VideoDecoder 解码竖屏 HEVC 视频报错的问题
2026-08-20 14:11:34 +08:00
xiaoxia
cb903e3bd6
fix: 移除 rotation 元数据检测,从 VideoFrame 获取实际尺寸
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 649h15m5s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 649h15m7s
- 删除 extractVideoRotation 函数
- 删除 demuxSegment 和 decodeSegment 中的旋转检测+宽高交换代码
- 删除 decoder.configure() 中的 codedWidth/codedHeight 参数
- 在 VideoDecoder output 回调中从第一帧获取实际帧尺寸
- 核心思路:不再依赖 mp4box.js 的 track_width/track_height 和 rotation 元数据,
改为从 VideoDecoder 实际输出的 VideoFrame 获取真实尺寸
2026-08-20 14:11:13 +08:00
xiaoxia
b447ad84ea
fix: vitest 全局超时从 5s 提到 15s,防止 CI 高负载偶发超时 ( #1451 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m43s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m5s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m39s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 649h20m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 649h20m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 649h20m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 649h20m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h54m2s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-20 14:06:00 +08:00
xiaoxia
2356f12f11
fix: 修复 VideoDecoder flush timeout 解码器超时卡死
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m11s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 4m45s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 51s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 56s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Unit Tests (push) Successful in 11m8s
CI/CD Pipeline / Integration Tests (push) Successful in 4m31s
CI/CD Pipeline / CI Gate (push) Failing after 649h41m39s
CI/CD Pipeline / Deploy Production (push) Failing after 649h43m9s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 649h43m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 649h43m7s
CI/CD Pipeline / Build Production API Image (push) Failing after 649h43m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 649h53m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 649h54m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 649h53m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 649h54m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 650h16m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 650h16m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 650h27m5s
- decoder.decode(chunk) 改为 await,捕获异步 rejection
- 添加 decodeErrors 计数,连续 3 次解码失败跳过当前片段
- flush 之前检查 decoder.state,只在 configured 状态才执行
- 避免在 error/closed 状态调用 flush 导致卡死
2026-08-20 13:31:57 +08:00
xiaoxia
3c42541ff7
fix: 解析 MP4 rotation 元数据,修复竖屏视频显示为横屏
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m22s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m58s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m16s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m18s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 50s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m13s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m32s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Integration Tests (push) Successful in 2m57s
CI/CD Pipeline / Unit Tests (push) Successful in 11m58s
CI/CD Pipeline / Production Browser E2E (push) Failing after 650h5m47s
CI/CD Pipeline / Deploy Production (push) Failing after 650h5m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 650h5m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 650h5m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 650h5m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 650h17m47s
CI/CD Pipeline / PR Build API Image (push) Failing after 650h17m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 650h17m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 650h17m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 650h39m33s
CI/CD Pipeline / CI Gate (push) Failing after 650h39m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 650h51m35s
- 新增 extractVideoRotation 函数,从 tkhd box 解析旋转角度
- demuxSegment 中检测 90°/270° 旋转,交换宽高
- decodeSegment 中同样检测旋转,确保 configure 使用正确尺寸
- 修复 iPhone 竖屏视频在竖屏容器中显示为一小块横屏画面的问题
2026-08-20 13:08:24 +08:00
xiaoxia
85afadd166
feat: 上传时自动检测 HEVC 编码并转码为 1080p H.264 ( #1449 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m27s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m44s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m56s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m4s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 59s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m20s
CI/CD Pipeline / Integration Tests (push) Successful in 2m42s
CI/CD Pipeline / Unit Tests (push) Successful in 11m28s
CI/CD Pipeline / Production Browser E2E (push) Failing after 651h4m29s
CI/CD Pipeline / Canary Release to Production (push) Failing after 651h4m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 651h4m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 651h4m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 651h4m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 651h14m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 651h16m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 651h14m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 651h16m5s
CI/CD Pipeline / Deploy Production (push) Failing after 651h38m16s
CI/CD Pipeline / CI Gate (push) Failing after 651h38m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 651h48m34s
2026-08-20 12:10:15 +08:00
xiaoxia
634d05c010
fix: 修复 AI Code Review 阻塞级问题 v3(useCanvasPlayer 解码策略+资源泄漏+useStep6Cover 轮询超时) ( #1450 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m30s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 54s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m40s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m39s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 651h24m6s
CI/CD Pipeline / Frontend Lint (push) Failing after 651h25m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 651h25m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 651h24m8s
CI/CD Pipeline / PR Build API Image (push) Failing after 651h57m56s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-20 12:01:01 +08:00
张宏杰
355431b867
feat: decodeSegment 增加解码进度日志和 flush 超时保护
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 54s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m30s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 44s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m35s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Unit Tests (push) Successful in 11m38s
CI/CD Pipeline / Production Browser E2E (push) Failing after 663h16m13s
CI/CD Pipeline / Deploy Production (push) Failing after 663h16m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 663h16m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 663h16m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 663h16m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 663h27m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 663h27m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 663h27m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 663h27m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 663h49m59s
CI/CD Pipeline / CI Gate (push) Failing after 663h50m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 664h1m37s
- 记录实际 decode 的 sample 数量、跳过数量、decoder 状态
- flush 增加 10 秒超时保护,防止无限卡住
- configure 成功后立即清除 isBuffering 状态,让 UI 不再显示'准备中'
2026-08-19 23:58:23 +08:00
张宏杰
041cec8670
fix: findCodecConfig 重写,正确处理 stsd 和容器 box 递归
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 36s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m57s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m4s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m45s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 43s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m25s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m29s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Unit Tests (push) Successful in 11m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 663h51m3s
CI/CD Pipeline / Deploy Production (push) Failing after 663h51m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 663h51m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 663h51m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 663h51m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 664h1m17s
CI/CD Pipeline / PR Build API Image (push) Failing after 664h1m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 664h2m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 664h2m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 664h24m49s
CI/CD Pipeline / CI Gate (push) Failing after 664h24m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 664h35m4s
- 新增 MP4_CONTAINER_TYPES 常量,包含 trak/mdia/minf/stbl 等标准容器
- stsd 特殊处理:额外 8 字节头(version/flags + entry_count),从 offset+16 开始
- VisualSampleEntry 保持 offset+8+78(78 字节固定字段)
- 删除 fallback 双重搜索逻辑,改为明确的容器类型判断
2026-08-19 23:24:00 +08:00
张宏杰
472f371d2f
fix: VisualSampleEntry 添加 fallback 搜索,兼容不同 MP4 结构
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m36s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m49s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 46s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m30s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / Unit Tests (push) Successful in 11m42s
CI/CD Pipeline / Integration Tests (push) Successful in 4m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 664h23m8s
CI/CD Pipeline / Deploy Production (push) Failing after 664h23m9s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 664h23m10s
CI/CD Pipeline / CI Gate (push) Failing after 664h23m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 664h23m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 664h34m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 664h34m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 664h34m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 664h34m54s
CI/CD Pipeline / Canary Release to Production (push) Failing after 664h56m53s
CI/CD Pipeline / Build Production Web Image (push) Failing after 664h56m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 665h8m37s
- 先尝试 offset+8+78(标准 VisualSampleEntry 结构)
- 未找到则 fallback 到 offset+8(兼容非标准 MP4)
- 添加调试日志追踪搜索过程
2026-08-19 22:51:25 +08:00
张宏杰
709d65ce52
fix: VisualSampleEntry 跳过78字节固定字段,修复 hvcC 提取位置
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m21s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m26s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m16s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Unit Tests (push) Successful in 11m9s
CI/CD Pipeline / Integration Tests (push) Successful in 4m16s
CI/CD Pipeline / CI Gate (push) Failing after 664h36m32s
CI/CD Pipeline / Deploy Production (push) Failing after 664h37m3s
CI/CD Pipeline / Production Browser E2E (push) Failing after 664h37m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 664h37m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 664h46m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 664h37m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 664h46m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 664h37m5s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 664h48m16s
CI/CD Pipeline / Canary Release to Production (push) Failing after 665h10m48s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 665h20m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 665h21m59s
- findCodecConfigRecursive 区分 VisualSampleEntry 和普通容器 box
- avc1/avc3/hvc1/hev1 前 78 字节是固定字段(ISO 14496-12),子 box 从 offset+8+78 开始
- 普通容器 box(moov/trak/mdia/minf/stbl)仍从 offset+8 开始递归
- 修复 HEVC description 提取失败导致的黑屏问题
2026-08-19 22:38:01 +08:00
张宏杰
ae1b9f8ddb
fix: findCodecConfig 改为纯递归搜索,修复 HEVC description 提取失败
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m55s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m57s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 44s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 48s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Integration Tests (push) Successful in 3m17s
CI/CD Pipeline / Unit Tests (push) Successful in 12m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 664h55m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 665h6m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 664h55m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 665h7m0s
CI/CD Pipeline / Deploy Production (push) Failing after 664h55m36s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 664h55m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 664h55m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 664h55m36s
CI/CD Pipeline / CI Gate (push) Failing after 664h55m36s
CI/CD Pipeline / Frontend Lint (push) Failing after 665h7m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 665h7m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 665h40m41s
根因:旧 findCodecConfig 对 container box 的 fullbox 检测逻辑错误,
导致递归搜索时跳过了子 box 的起始位置,永远找不到 hvcC/avcC。
修复:
- 替换为 findCodecConfigRecursive,纯递归搜索所有嵌套 box
- 不区分 fullbox/非 fullbox,统一从 offset+8 开始搜索子 box
- 返回 hvcC/avcC 的内容(不含 8 字节 box header),符合 WebCodecs 要求
- 添加日志追踪找到的 box 类型和位置
2026-08-19 22:18:26 +08:00
张宏杰
1c9903574a
fix: 修复预览播放器初始化流程断裂 + 确认生成改为直接创建任务
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m5s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m35s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 11m28s
CI/CD Pipeline / Integration Tests (push) Successful in 4m11s
CI/CD Pipeline / CI Gate (push) Failing after 665h20m44s
CI/CD Pipeline / Deploy Production (push) Failing after 665h22m0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 665h22m1s
CI/CD Pipeline / Build Production API Image (push) Failing after 665h22m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 665h32m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 665h32m32s
CI/CD Pipeline / Frontend Lint (push) Failing after 665h33m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 665h21m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 665h33m33s
CI/CD Pipeline / Canary Release to Production (push) Failing after 665h55m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 665h55m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 666h6m15s
修复一:useCanvasPlayer 初始化 useEffect 中,loadSegment 内的 setState
触发重渲染 → cleanup 调用 destroy() → isDestroyedRef=true → demuxSegment
永远不执行。改用局部 cancelled 变量替代 isDestroyedRef 做异步流程控制,
添加 6 处调试日志追踪完整初始化流程。
修复二:确认生成流程从 TODO 占位改为直接调用 createGenerationTask,
传入 template_id/asset_ids/output_width/output_height/cover_url/
custom_title/title_config/video_ratio 等完整参数。
修复三:扩展 CreateGenerationTaskRequest 类型,新增 output_width/
output_height/cover_url/custom_title/duration/video_ratio/title_config
可选字段,title_ids/voice_ids 改为可选。
2026-08-19 21:52:44 +08:00
张宏杰
cfedc06df0
refactor: 清理预览旧架构 — 删除 confirmGeneration 调用 + previewTaskId 链路
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m5s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m17s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m14s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m24s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Unit Tests (push) Successful in 13m45s
CI/CD Pipeline / Integration Tests (push) Successful in 5m1s
CI/CD Pipeline / CI Gate (push) Failing after 666h26m43s
CI/CD Pipeline / Canary Release to Production (push) Failing after 666h27m9s
CI/CD Pipeline / Deploy Production (push) Failing after 666h27m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 666h27m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 666h27m10s
CI/CD Pipeline / PR Build Web Image (push) Failing after 666h40m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 666h40m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 666h40m58s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 666h41m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 667h0m53s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 667h0m54s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 667h14m38s
- useGenerateVideo: 删除 confirmGeneration 导入和调用,改为 TODO 占位
- GeneratePage: 删除 previewTaskId 硬编码空字符串
- types: 删除 previewTaskId 字段定义
- api/generation: 删除 confirmGeneration 导出和 ConfirmGeneration 类型导出
- createPreview/getPreviewStatus 保留(useStep6Cover 封面流程仍在使用)
2026-08-19 20:45:18 +08:00
张宏杰
4429784a79
refactor: 删除 createPreview 调用,确认生成不再触发后端预览渲染
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 44s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m22s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m39s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 47s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m52s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 666h51m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 666h51m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 666h51m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 666h51m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 666h51m13s
- 删除 createPreview API 导入和调用
- 预览已改为前端实时播放(Canvas + WebCodecs)
- taskId 改为直接使用 props.previewTaskId
- 移除 useCallback 依赖中的 selectedTemplate
2026-08-19 20:35:07 +08:00
张宏杰
aa36e63591
refactor: 清理 descriptionCache 兜底代码
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 666h53m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 666h53m4s
删除 4 处 descriptionCache 相关代码:
- 删除 useRef 声明
- 删除缓存兜底块
- 删除缓存写入
- 删除缓存清理
descriptionCache 不再需要,description 直接由 extractCodecDescription 提供
2026-08-19 20:33:16 +08:00
张宏杰
c3373de4f3
fix: findCodecConfig 动态检测 fullbox,修复 container box 偏移计算错误
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m45s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m21s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m8s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 666h56m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 666h56m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 666h56m27s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 666h56m30s
CI/CD Pipeline / PR Build Web Image (push) Failing after 667h30m10s
问题根因:
- 代码假设所有 container box (trak/mdia/minf/stbl) 都是 fullbox
- 但实际 MP4 文件中这些 box 可能不是 fullbox,content 从 offset+8 开始而非 offset+12
- 导致递归查找时偏移错误,永远找不到 stsd → hvcC/avcC
修复方案:
- 动态检测 fullbox:检查 offset+8 处的 version/flags 字节是否为 0
- 如果是 fullbox,content 从 offset+12 开始;否则从 offset+8 开始
- 在 containerBoxes 列表中添加 'moov'
2026-08-19 20:29:46 +08:00
张宏杰
60d95e64ab
fix: HEVC description偏移修正+调试日志 ( #1450 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m0s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m51s
CI/CD Pipeline / Unit Tests (push) Successful in 14m48s
CI/CD Pipeline / Integration Tests (push) Successful in 5m41s
CI/CD Pipeline / CI Gate (push) Failing after 667h3m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 667h4m43s
CI/CD Pipeline / Deploy Production (push) Failing after 667h4m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 667h4m44s
CI/CD Pipeline / Build Production Web Image (push) Failing after 667h4m45s
CI/CD Pipeline / Build Production API Image (push) Failing after 667h4m45s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 667h19m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 667h19m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 667h19m32s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 667h19m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 667h38m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 667h53m20s
2026-08-19 20:06:44 +08:00
张宏杰
7775d5d118
fix: setExtractionOptions 改为 nbSamples: Infinity ( #1449 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m12s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m43s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m25s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m7s
CI/CD Pipeline / Unit Tests (push) Successful in 11m36s
CI/CD Pipeline / Integration Tests (push) Successful in 5m49s
CI/CD Pipeline / CI Gate (push) Failing after 667h19m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 667h21m8s
CI/CD Pipeline / Production Browser E2E (push) Failing after 667h21m6s
CI/CD Pipeline / Build Production Web Image (push) Failing after 667h21m8s
CI/CD Pipeline / Canary Release to Production (push) Failing after 667h21m6s
CI/CD Pipeline / PR Build Web Image (push) Failing after 667h32m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 667h32m43s
CI/CD Pipeline / Build Production API Image (push) Failing after 667h21m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 667h32m45s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 667h32m45s
CI/CD Pipeline / Deploy Production (push) Failing after 667h54m52s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 668h6m24s
2026-08-19 19:53:35 +08:00
张宏杰
f025514d16
fix: Canvas播放器全量修复 - nbSamples/description/调试日志 ( #1448 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m20s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m1s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m33s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 57s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Integration Tests (push) Successful in 4m15s
CI/CD Pipeline / Unit Tests (push) Successful in 11m59s
CI/CD Pipeline / Production Browser E2E (push) Failing after 667h47m8s
CI/CD Pipeline / Deploy Production (push) Failing after 667h47m9s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 667h47m9s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 667h58m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 667h58m7s
CI/CD Pipeline / CI Gate (push) Failing after 667h47m10s
CI/CD Pipeline / Frontend Lint (push) Failing after 667h59m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 667h47m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 667h59m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 668h20m54s
CI/CD Pipeline / Build Production API Image (push) Failing after 668h20m55s
CI/CD Pipeline / PR Build API Image (push) Failing after 668h31m54s
2026-08-19 19:27:09 +08:00
张宏杰
e043b0aa6a
fix: demuxSegment添加5秒超时保护+防重复resolve ( #1447 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 51s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m37s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 51s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 668h6m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 668h6m43s
CI/CD Pipeline / Frontend Lint (push) Failing after 668h6m45s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 668h6m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 668h40m26s
2026-08-19 19:19:35 +08:00
张宏杰
fdce08356b
fix: demuxSegment改为异步,等待onSamples完成后返回,修复黑屏根因 ( #1446 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m32s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m15s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 42s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 49s
CI/CD Pipeline / Integration Tests (push) Successful in 2m46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 11m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 668h11m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 668h11m41s
CI/CD Pipeline / Canary Release to Production (push) Failing after 668h11m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 668h11m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 668h11m41s
CI/CD Pipeline / CI Gate (push) Failing after 668h11m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 668h22m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 668h22m27s
CI/CD Pipeline / Frontend Lint (push) Failing after 668h23m6s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 668h24m55s
CI/CD Pipeline / Deploy Production (push) Failing after 668h45m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 668h56m10s
- demuxSegment 改为 async 函数,返回 Promise
- onSamples 完成后 resolve(meta),确保 samples 数据就绪
- init 中 await demuxSegment 避免空 samples 导致黑屏
2026-08-19 19:01:17 +08:00
张宏杰
89cccf294c
fix: 全量可选链+空值兜底,杜绝 TypeError ( #1445 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m20s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m58s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 47s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 50s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 57s
CI/CD Pipeline / Integration Tests (push) Successful in 2m47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Unit Tests (push) Successful in 11m51s
CI/CD Pipeline / Production Browser E2E (push) Failing after 668h30m41s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 668h30m43s
CI/CD Pipeline / Canary Release to Production (push) Failing after 668h30m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 668h30m43s
CI/CD Pipeline / CI Gate (push) Failing after 668h30m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 668h30m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 668h41m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 668h42m5s
CI/CD Pipeline / PR Build Web Image (push) Failing after 668h41m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 668h43m59s
CI/CD Pipeline / Deploy Production (push) Failing after 669h4m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 669h15m23s
2026-08-19 18:42:13 +08:00
张宏杰
5f3ff6bb8c
feat: 前端自主视频切片,不再依赖后端切片 ( #1444 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m49s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 37s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m51s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 41s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 52s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 53s
CI/CD Pipeline / Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m6s
CI/CD Pipeline / Unit Tests (push) Successful in 11m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 668h45m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 668h45m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 668h45m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 668h45m59s
CI/CD Pipeline / Build Production API Image (push) Failing after 668h46m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 668h57m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 668h57m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 668h59m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 668h57m13s
CI/CD Pipeline / Deploy Production (push) Failing after 669h19m43s
CI/CD Pipeline / CI Gate (push) Failing after 669h19m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 669h31m0s
2026-08-19 18:26:55 +08:00
张宏杰
ca78b182af
fix: Canvas description缓存+关键帧容错+data字段修正 ( #1443 )
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m37s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 40s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m46s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m47s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 50s
CI/CD Pipeline / Integration Tests (push) Successful in 3m21s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m6s
CI/CD Pipeline / Unit Tests (push) Successful in 11m55s
CI/CD Pipeline / Production Browser E2E (push) Failing after 669h5m32s
CI/CD Pipeline / Deploy Production (push) Failing after 669h5m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 669h5m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 669h5m38s
CI/CD Pipeline / CI Gate (push) Failing after 669h5m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 669h16m36s
CI/CD Pipeline / PR Build API Image (push) Failing after 669h16m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 669h17m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 669h19m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 669h39m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 669h39m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 669h50m23s
2026-08-19 18:06:53 +08:00
张宏杰
ca8f1079b1
chore: retrigger CI ( #1442 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m20s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m24s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 54s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 46s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Unit Tests (push) Successful in 11m20s
CI/CD Pipeline / Integration Tests (push) Successful in 4m7s
CI/CD Pipeline / CI Gate (push) Failing after 669h28m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 669h28m31s
CI/CD Pipeline / Deploy Production (push) Failing after 669h28m33s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 669h28m35s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 669h39m14s
CI/CD Pipeline / Build Production Web Image (push) Failing after 669h28m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 669h39m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 669h39m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 669h39m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 670h2m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 670h2m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 670h13m3s
2026-08-19 17:46:08 +08:00
xiaoxia
ee92f72252
fix: HEVC description返回完整box+标题分割调试日志 ( #1442 ) ( #1442 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 669h40m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 669h40m22s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-19 17:46:00 +08:00
张宏杰
7b63219d9e
fix: HEVC description返回完整box+标题分割调试日志 ( #1442 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 54s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m32s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m23s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 669h49m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 669h49m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 669h49m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 669h49m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 670h22m57s
2026-08-19 17:37:04 +08:00
张宏杰
dfd821f5ba
chore: retrigger CI
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m8s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m44s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 57s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m43s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m51s
CI/CD Pipeline / Unit Tests (push) Successful in 13m18s
CI/CD Pipeline / Integration Tests (push) Successful in 5m44s
CI/CD Pipeline / CI Gate (push) Failing after 670h4m43s
CI/CD Pipeline / Deploy Production (push) Failing after 670h5m59s
CI/CD Pipeline / Production Browser E2E (push) Failing after 670h5m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 670h6m0s
CI/CD Pipeline / Build Production API Image (push) Failing after 670h6m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 670h17m42s
CI/CD Pipeline / PR Build API Image (push) Failing after 670h17m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 670h19m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 670h19m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 670h39m42s
CI/CD Pipeline / Build Production Web Image (push) Failing after 670h39m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 670h51m26s
2026-08-19 17:07:01 +08:00
xiaoxia
bfc9e07170
fix: subBoxStart偏移修正+标题分割扩展Unicode斜杠字符 ( #1441 ) ( #1441 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m18s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m6s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m8s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 670h24m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 670h24m36s
CI/CD Pipeline / Frontend Lint (push) Failing after 670h25m13s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 670h25m17s
CI/CD Pipeline / PR Build Web Image (push) Failing after 670h58m18s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-19 17:01:06 +08:00
张宏杰
2c2fcabd6c
fix: subBoxStart偏移修正+标题分割扩展Unicode斜杠字符 ( #1441 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 670h27m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 670h27m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 670h27m27s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 670h27m30s
CI/CD Pipeline / PR Build Web Image (push) Failing after 671h1m8s
2026-08-19 16:58:52 +08:00
张宏杰
4e19d08a98
fix: MP4 fullbox偏移修正+标题全角/半角斜杠换行 ( #1440 )
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m51s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Integration Tests (push) Successful in 3m19s
CI/CD Pipeline / Unit Tests (push) Successful in 11m45s
CI/CD Pipeline / Production Browser E2E (push) Failing after 672h29m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 672h29m18s
CI/CD Pipeline / Build Production Web Image (push) Failing after 672h29m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 672h29m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 672h29m18s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 672h40m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 672h41m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 672h41m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 672h41m5s
CI/CD Pipeline / Deploy Production (push) Failing after 673h3m0s
CI/CD Pipeline / CI Gate (push) Failing after 673h3m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 673h14m43s
2026-08-19 14:45:17 +08:00
张宏杰
d9b4041215
fix: 预览播放器4个线上问题修复 ( #1439 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m7s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 59s
CI/CD Pipeline / Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m26s
CI/CD Pipeline / Unit Tests (push) Successful in 11m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 673h3m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 673h3m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 673h3m40s
CI/CD Pipeline / Canary Release to Production (push) Failing after 673h3m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 673h3m40s
CI/CD Pipeline / CI Gate (push) Failing after 673h3m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 673h14m47s
CI/CD Pipeline / PR Build API Image (push) Failing after 673h14m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 673h15m31s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 673h15m34s
CI/CD Pipeline / Deploy Production (push) Failing after 673h37m23s
CI/CD Pipeline / PR Build Web Image (push) Failing after 673h48m33s
- CSS弹窗裁剪: .ant-modal规则限定到.xx-preview-modal
- HEVC黑屏: 从MP4 buffer提取avcC/hvcC作为VideoDecoder description
- 标题换行: drawTitle按/分割多行绘制
- 封面400: useStep6Cover自动创建后端预览后重试
2026-08-19 14:10:47 +08:00
张宏杰
48d1b4dd33
fix: Canvas黑屏修复+配音时长校验fallback ( #1438 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m46s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m53s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m1s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m55s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 48s
CI/CD Pipeline / Integration Tests (push) Successful in 2m18s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m6s
CI/CD Pipeline / Unit Tests (push) Successful in 10m49s
CI/CD Pipeline / Production Browser E2E (push) Failing after 673h58m42s
CI/CD Pipeline / CI Gate (push) Failing after 673h58m44s
CI/CD Pipeline / Canary Release to Production (push) Failing after 673h58m42s
CI/CD Pipeline / Deploy Production (push) Failing after 673h58m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 673h58m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 673h58m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 674h9m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 674h9m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 674h9m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 674h9m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 674h32m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 674h43m12s
- useCanvasPlayer renderFrame 删除 frame.close(),帧释放由 FrameQueue 统一管理
- 新增 calculateTotalVideoDuration 共享工具函数
- GeneratePage: 素材为空时用模板 duration_max 之和估算总时长
- Step5VoiceSelect: Number() 类型转换 + debug log
2026-08-19 13:16:44 +08:00
张宏杰
25ce6d6286
fix: Canvas播放器修复 - 片段自动切换+宽高比+移除死代码+进度节流 ( #1437 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m35s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m44s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m13s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 58s
CI/CD Pipeline / Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Unit Tests (push) Successful in 10m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m13s
CI/CD Pipeline / Canary Release to Production (push) Failing after 674h22m46s
CI/CD Pipeline / Deploy Production (push) Failing after 674h23m6s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 674h23m6s
CI/CD Pipeline / Build Production API Image (push) Failing after 674h23m6s
CI/CD Pipeline / CI Gate (push) Failing after 674h23m7s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 674h32m47s
CI/CD Pipeline / PR Build Web Image (push) Failing after 674h32m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 674h32m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 674h33m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 674h33m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 674h56m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 674h56m50s
- 初始化时加载所有片段数据并逐段解码,帧时间戳按全局偏移对齐
- 新增computeDrawRect保持视频宽高比(letterbox/pillarbox)
- 移除未使用的audioCtxRef/audioSourceRef
- 进度更新节流到200ms(5fps)
- FrameQueue容量提升到10
- fallback路径优化预加载策略
2026-08-19 12:52:31 +08:00
xiaoxia
89a56eaf96
feat: Canvas + WebCodecs 预览播放器核心实现 ( #1436 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m6s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m48s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m53s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
CI/CD Pipeline / Integration Tests (push) Successful in 2m39s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m4s
CI/CD Pipeline / Unit Tests (push) Successful in 11m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m32s
CI/CD Pipeline / Canary Release to Production (push) Failing after 675h13m20s
CI/CD Pipeline / Deploy Production (push) Failing after 675h13m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 675h13m51s
CI/CD Pipeline / Build Production API Image (push) Failing after 675h13m52s
CI/CD Pipeline / CI Gate (push) Failing after 675h13m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 675h24m27s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 675h24m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 675h25m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 675h25m19s
CI/CD Pipeline / Production Browser E2E (push) Failing after 675h47m32s
CI/CD Pipeline / Build Production Web Image (push) Failing after 675h47m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 675h58m9s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-19 12:01:04 +08:00
张宏杰
71dddec3af
feat: Canvas + WebCodecs 预览播放器核心实现 ( #1436 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 53s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m27s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m7s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 675h28m31s
CI/CD Pipeline / PR Build Web Image (push) Failing after 675h28m33s
CI/CD Pipeline / PR Build API Image (push) Failing after 675h28m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 675h28m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 675h28m38s
- 新建 useCanvasPlayer.ts: mp4box解封装 + VideoDecoder解码 + FrameQueue环形缓冲区 + Canvas渲染
- 重写 FrontendPreviewPlayer.tsx: Canvas路径(主) + video元素fallback路径(兼容)
- 标题Canvas内合成(drawFillText),不再使用CSS overlay
- isWebCodecsSupported()运行时检测自动选择路径
- 安装mp4box依赖用于MP4解封装
2026-08-19 11:57:45 +08:00
xiaoxia
938b9d3529
fix: 视频预加载优化+配音时长校验提醒 ( #1435 ) ( #1435 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 52s
CI/CD Pipeline / Build Staging API Image (push) Successful in 1m54s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m30s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m34s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m47s
CI/CD Pipeline / Unit Tests (push) Successful in 11m30s
CI/CD Pipeline / Integration Tests (push) Successful in 4m3s
CI/CD Pipeline / CI Gate (push) Failing after 675h38m36s
CI/CD Pipeline / Deploy Production (push) Failing after 675h38m47s
CI/CD Pipeline / Production Browser E2E (push) Failing after 675h38m46s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 675h38m48s
CI/CD Pipeline / Build Production API Image (push) Failing after 675h38m48s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 675h50m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 675h50m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 675h50m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 675h50m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 676h12m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 676h12m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 676h24m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-19 11:36:02 +08:00
张宏杰
4102864218
fix: 视频预加载优化+配音时长校验提醒 ( #1435 )
...
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 51s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m54s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 675h54m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 675h54m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 675h54m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 675h54m5s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 675h54m8s
1. useSegmentScheduler: 挂载后强制调用 video.load() 预加载所有片段
2. useSegmentScheduler: 片段切换时先检查 readyState>=3 再 play(),否则监听 canplay + 300ms 超时兜底
3. FrontendPreviewPlayer: display:none/block 改为 opacity:0/1 + pointer-events,保持所有 video 在渲染树中
4. GeneratePage: 计算 totalVideoDuration 传给配音选择组件
5. Step5VoiceSelect: 配音时长不足时显示红色警告+Modal确认(仍要使用/重新选择)
6. 修复 ESLint react-hooks/exhaustive-deps 警告
2026-08-19 11:32:15 +08:00
张宏杰
95893916a2
chore: trigger CI retry - npm install transient failure
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 1m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m31s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m34s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 49s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m37s
CI/CD Pipeline / Unit Tests (push) Successful in 11m10s
CI/CD Pipeline / Integration Tests (push) Successful in 4m35s
CI/CD Pipeline / CI Gate (push) Failing after 686h9m13s
CI/CD Pipeline / Canary Release to Production (push) Failing after 686h10m11s
CI/CD Pipeline / Deploy Production (push) Failing after 686h10m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 686h10m13s
CI/CD Pipeline / Build Production API Image (push) Failing after 686h10m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 686h20m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 686h20m4s
CI/CD Pipeline / Frontend Lint (push) Failing after 686h21m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 686h21m29s
CI/CD Pipeline / Production Browser E2E (push) Failing after 686h43m53s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 686h43m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 686h53m44s
2026-08-19 01:04:54 +08:00
xiaoxia
ad56ab8c23
ci: trigger CI to verify worker base image cache
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 45s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m5s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 53s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Unit Tests (push) Successful in 11m15s
CI/CD Pipeline / Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / CI Gate (push) Failing after 687h18m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 687h18m59s
CI/CD Pipeline / Deploy Production (push) Failing after 687h19m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 687h19m1s
CI/CD Pipeline / Build Production API Image (push) Failing after 687h19m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 687h30m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 687h30m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 687h30m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 687h30m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 687h30m20s
CI/CD Pipeline / Production Browser E2E (push) Failing after 687h52m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 687h52m44s
2026-08-18 23:56:04 +08:00
张宏杰
cc0f439bd2
fix: 封面API去除body重复template_id+片段切换后重启tick ( #1434 )
...
CI/CD Pipeline / Check if frontend-only change (push) Has been cancelled
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
1. cover API: body不再发送template_id,只保留query params
2. useSegmentScheduler tick: 片段切换后setIsPlaying(true)+重启RAF循环
2026-08-18 23:55:58 +08:00
张宏杰
0a16f6c38b
fix: 多video元素无缝切换+标题字号上限调大 ( #1433 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m18s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m50s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m2s
CI/CD Pipeline / Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Unit Tests (push) Successful in 11m55s
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 687h38m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 687h38m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 687h38m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 687h38m36s
CI/CD Pipeline / CI Gate (push) Failing after 687h38m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 687h50m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 687h50m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 687h50m33s
CI/CD Pipeline / Deploy Production (push) Failing after 688h12m18s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 688h24m8s
CI/CD Pipeline / Frontend Lint (push) Failing after 688h24m14s
1. 多video元素方案:每个片段独立<video>+preload='auto'全预加载
display:none/block切换,不再重新设置src+load,消除切换延迟
2. 标题fontSize上限从36调到96,与滑块最大值对齐
3. useSegmentScheduler重写:videoRefs数组管理多video,代码量减少25%
2026-08-18 23:35:49 +08:00
xiaoxia
c21c0fb748
perf(worker): optimize worker image build with unified base image ( #1430 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m39s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m14s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m38s
CI/CD Pipeline / Unit Tests (push) Successful in 11m35s
CI/CD Pipeline / Integration Tests (push) Successful in 3m31s
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
Worker Base Image Build / Build Worker Base Image (push) Successful in 35m41s
CI/CD Pipeline / CI Gate (push) Failing after 688h8m29s
CI/CD Pipeline / Deploy Production (push) Failing after 688h10m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 688h10m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 688h10m4s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 688h18m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 688h19m2s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 688h21m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 688h21m40s
CI/CD Pipeline / Production Browser E2E (push) Failing after 688h43m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 688h43m47s
CI/CD Pipeline / PR Build Web Image (push) Failing after 688h52m43s
2026-08-18 23:04:43 +08:00
张宏杰
ee3546b371
fix: 标题字号px计算+配音同步+片段切换可靠性 ( #1432 )
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m13s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m24s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m54s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 11m30s
CI/CD Pipeline / Unit Tests (push) Successful in 13m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Integration Tests (push) Successful in 4m17s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m4s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m16s
CI/CD Pipeline / Canary Release to Production (push) Failing after 688h23m19s
CI/CD Pipeline / CI Gate (push) Failing after 688h25m46s
CI/CD Pipeline / Deploy Production (push) Failing after 688h26m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 688h26m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 688h26m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 688h26m45s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 688h37m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 688h39m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 688h37m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 688h37m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 688h41m19s
CI/CD Pipeline / Production Browser E2E (push) Failing after 689h0m25s
1. TitleOverlay 用 ResizeObserver 获取容器高度,fontSize 改为 px 计算
2. 片段切换时同步 audio.currentTime 到视频全局时间
3. switchToSegment readyState 阈值提升到 2 (HAVE_CURRENT_DATA)
2026-08-18 22:45:01 +08:00
张宏杰
771c7f8b3b
fix: 修复预览播放器三个问题 - 素材静音+自动连播+标题显示 ( #1431 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 4m19s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m25s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m52s
CI/CD Pipeline / Unit Tests (push) Successful in 15m4s
CI/CD Pipeline / Integration Tests (push) Successful in 6m38s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 21m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m33s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 688h54m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 689h7m7s
CI/CD Pipeline / Build Production Web Image (push) Failing after 689h7m8s
CI/CD Pipeline / CI Gate (push) Failing after 689h5m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 689h7m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 689h7m8s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 689h19m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 689h21m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 689h22m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 689h19m48s
CI/CD Pipeline / Deploy Production (push) Failing after 689h40m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 689h53m33s
1. video 标签添加 muted 属性,静音素材原声只播放配音
2. 片段切换后自动调用 play() 实现连续播放
3. 移除 .xx-preview-video 的 display:grid 并添加 isolation:isolate 修复标题遮挡
2026-08-18 22:04:09 +08:00
张宏杰
094d22cee7
fix: 修复预览播放器三个问题(标题不显示、无配音、片段切换黑屏)( #1429 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 3m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m12s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m21s
CI/CD Pipeline / Unit Tests (push) Successful in 13m48s
CI/CD Pipeline / Integration Tests (push) Successful in 4m2s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 18m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m14s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m56s
CI/CD Pipeline / Canary Release to Production (push) Failing after 689h33m59s
CI/CD Pipeline / CI Gate (push) Failing after 689h43m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 689h45m32s
CI/CD Pipeline / Production Browser E2E (push) Failing after 689h45m30s
CI/CD Pipeline / Build Production Web Image (push) Failing after 689h45m32s
CI/CD Pipeline / Build Production API Image (push) Failing after 689h45m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 689h56m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 689h56m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 689h58m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 689h59m25s
CI/CD Pipeline / Deploy Production (push) Failing after 690h19m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 690h29m46s
- CSS: 给 .xx-preview-video::before 添加 z-index: 0
- 音频: 添加 voiceAudioUrl 链路和 Audio 同步逻辑
- 预加载: 提前 2 秒预加载下一段减少黑屏
2026-08-18 21:26:53 +08:00
xiaoxia
122e9aaa86
fix(e2e): update Step 5 heading for frontend preview architecture ( #1428 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 689h59m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 689h59m43s
CI/CD Pipeline / Frontend Lint (push) Failing after 690h0m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 690h0m26s
CI/CD Pipeline / PR Build Web Image (push) Failing after 690h33m23s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 21:26:00 +08:00
xiaoxia
8f1d6f20d9
fix(api): add /app/apps/api to PYTHONPATH in api.Dockerfile ( #1427 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m43s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m24s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m1s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m34s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m24s
CI/CD Pipeline / Unit Tests (push) Successful in 13m11s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 13m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 3m41s
CI/CD Pipeline / Integration Tests (push) Successful in 10m46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 49s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 59s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / CI Gate (push) Failing after 690h20m13s
CI/CD Pipeline / Canary Release to Production (push) Failing after 690h17m10s
CI/CD Pipeline / Deploy Production (push) Failing after 690h27m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 690h27m7s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 690h27m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 690h27m9s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 690h39m55s
CI/CD Pipeline / Build Production API Image (push) Failing after 690h27m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 690h39m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 690h39m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 690h40m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 690h40m24s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 20:46:00 +08:00
张宏杰
1a00b23b09
ci: retry CI (Worker Docker build transient failure)
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m1s
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m26s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m1s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m46s
CI/CD Pipeline / Unit Tests (push) Successful in 13m39s
CI/CD Pipeline / Integration Tests (push) Successful in 6m1s
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Failing after 690h48m4s
CI/CD Pipeline / Deploy Production (push) Failing after 690h50m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 690h50m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 690h50m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 691h3m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 691h3m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 691h3m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 691h3m52s
CI/CD Pipeline / Production Browser E2E (push) Failing after 691h23m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 691h23m52s
CI/CD Pipeline / PR Build API Image (push) Failing after 691h37m31s
2026-08-18 20:22:33 +08:00
张宏杰
4a36eb8827
ci: retry deploy staging (SSH transient failure)
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m48s
CI/CD Pipeline / Integration Tests (push) Successful in 4m44s
CI/CD Pipeline / Unit Tests (push) Successful in 12m39s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 30m3s
CI/CD Pipeline / Canary Release to Production (push) Failing after 691h5m42s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 691h5m43s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 691h5m43s
CI/CD Pipeline / Production Browser E2E (push) Failing after 691h23m2s
CI/CD Pipeline / Deploy Production (push) Failing after 691h23m3s
CI/CD Pipeline / Build Production Web Image (push) Failing after 691h23m6s
CI/CD Pipeline / CI Gate (push) Failing after 691h23m7s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 691h35m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 691h35m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 691h35m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 691h35m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 691h35m50s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 691h39m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 691h39m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 691h56m47s
CI/CD Pipeline / Build Production API Image (push) Failing after 691h56m49s
2026-08-18 19:50:36 +08:00
xiaoxia
c329608436
fix: 重写 worker-base-image.yml,使用 docker build 替代 buildx ( #1426 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m16s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m5s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m39s
CI/CD Pipeline / Integration Tests (push) Successful in 2m6s
CI/CD Pipeline / Unit Tests (push) Successful in 10m23s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 22m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 32m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 52m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 3m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 691h39m4s
CI/CD Pipeline / Production Browser E2E (push) Failing after 692h24m57s
CI/CD Pipeline / Deploy Production (push) Failing after 692h24m59s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 691h39m5s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 691h39m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 692h25m1s
CI/CD Pipeline / CI Gate (push) Failing after 692h25m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 692h25m1s
CI/CD Pipeline / PR Build Web Image (push) Failing after 692h35m21s
CI/CD Pipeline / PR Build API Image (push) Failing after 692h35m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 692h35m27s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 692h12m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 692h58m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 693h9m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 693h9m7s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 18:51:00 +08:00
张宏杰
8a1a8406a1
fix: 修复 FrontendPreviewPlayer TypeScript 编译错误(未使用变量)
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m13s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m32s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m44s
CI/CD Pipeline / Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 16m51s
CI/CD Pipeline / Unit Tests (push) Failing after 16m55s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 16m56s
CI/CD Pipeline / Build Staging API Image (push) Failing after 16m56s
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 692h35m55s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 692h35m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 692h35m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 692h52m47s
CI/CD Pipeline / PR Build API Image (push) Failing after 692h52m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 692h52m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 692h52m55s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 693h9m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 693h26m31s
2026-08-18 18:33:31 +08:00
张宏杰
7f0efd9651
ci: retry staging build (transient Docker failure)
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m10s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 10m38s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 10m40s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 693h4m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 693h4m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 693h4m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 693h4m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 693h4m46s
2026-08-18 18:21:38 +08:00
xiaoxia
4bb1c4205d
perf: 删除 psycopg2-binary 依赖 + 预构建 API 基础镜像 ( #1422 )
...
Worker Base Image Build / Build Worker Base Images (worker-base-runtime-cache, infra/docker/worker-base-runtime.Dockerfile, worker-base-runtime, runtime) (push) Failing after 1m19s
API Base Image Build / Build API Base Image (push) Successful in 1m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m5s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m22s
CI/CD Pipeline / Integration Tests (push) Successful in 3m3s
Worker Base Image Build / Build Worker Base Images (worker-base-builder-cache, infra/docker/worker-base-builder.Dockerfile, worker-base-builder, builder) (push) Failing after 11m48s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 11m49s
CI/CD Pipeline / Unit Tests (push) Successful in 12m22s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 693h7m59s
CI/CD Pipeline / CI Gate (push) Failing after 693h8m0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 693h8m0s
CI/CD Pipeline / Build Production Web Image (push) Failing after 693h8m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 693h19m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 693h19m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 693h19m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 693h19m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 693h20m26s
CI/CD Pipeline / Deploy Production (push) Failing after 693h41m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 693h41m41s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 18:06:01 +08:00
张宏杰
cffb18c535
fix: 修复预览播放器视频无法播放和标题不显示(二次修复)( #1424 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m46s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 6m38s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m17s
CI/CD Pipeline / Integration Tests (push) Successful in 5m22s
CI/CD Pipeline / Unit Tests (push) Successful in 13m21s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 693h21m58s
CI/CD Pipeline / CI Gate (push) Failing after 693h21m59s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 693h21m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 693h21m59s
CI/CD Pipeline / Build Production API Image (push) Failing after 693h22m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 693h34m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 693h35m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 693h34m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 693h38m40s
CI/CD Pipeline / Deploy Production (push) Failing after 693h55m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 694h8m30s
修复 PR #1423 未解决的3个根因:
1. useSegmentScheduler: 用 srcLoadedRef 替代 video.src 检查
- video.src='' 在浏览器中被解析为页面URL,导致条件永远为false
- switchToSegment 先绑事件再设src,加 readyState 检查和10s超时
- 显式调用 video.load() 确保加载启动
2. FrontendPreviewPlayer: 移除嵌套的 .xx-preview-video 容器
- 改为 Fragment + absolute 定位,避免双层 overflow:hidden 冲突
- 视频/控制条/播放按钮直接填充父容器
3. PreviewVideoPanel: 简化为单一 .xx-preview-video 容器
- TitleOverlay z-index:20 确保在视频(z:1)和控制条(z:10)之上
2026-08-18 17:45:00 +08:00
张宏杰
b430743f7a
fix: 修复预览播放器视频无法播放和标题不显示 ( #1423 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m35s
CI/CD Pipeline / Integration Tests (push) Successful in 6m7s
CI/CD Pipeline / Unit Tests (push) Successful in 15m3s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 20m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 42m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m24s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m54s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 695h29m18s
CI/CD Pipeline / Production Browser E2E (push) Failing after 696h0m53s
CI/CD Pipeline / CI Gate (push) Failing after 696h0m55s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 696h0m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 696h0m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 696h15m59s
CI/CD Pipeline / PR Build API Image (push) Failing after 696h16m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 696h16m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 696h16m2s
CI/CD Pipeline / Deploy Production (push) Failing after 696h34m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 696h34m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 696h49m42s
问题1:视频无法播放
- switchToSegment 改为返回 Promise,play() 等待视频加载完成再播放
- 添加 videoUrl 调试日志和错误监听
问题2:标题不显示
- TitleOverlay 标题为空时显示占位文本标题预览
- 始终渲染 TitleOverlay,让用户能看到样式效果
2026-08-18 15:10:21 +08:00
xiaoxia
cd485a6370
fix: docker buildx build 加 25 分钟超时防止无限挂起 ( #1420 )
...
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m6s
CI/CD Pipeline / Integration Tests (push) Successful in 2m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 11m37s
CI/CD Pipeline / Unit Tests (push) Successful in 11m44s
CI/CD Pipeline / Build Staging API Image (push) Successful in 27m9s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m50s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 696h58m28s
CI/CD Pipeline / CI Gate (push) Failing after 697h18m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 697h18m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 697h18m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 697h30m25s
CI/CD Pipeline / Build Production Web Image (push) Failing after 697h18m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 697h30m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 697h30m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 697h30m26s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 697h30m27s
CI/CD Pipeline / Deploy Production (push) Failing after 697h52m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 697h52m22s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 13:56:01 +08:00
xiaoxia
8ef96e8569
feat: 新增 POST /assets/batch 批量获取素材详情接口 ( #1418 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m57s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m14s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m20s
CI/CD Pipeline / Integration Tests (push) Successful in 2m39s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 697h42m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 697h42m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 697h43m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 697h43m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 698h16m26s
2026-08-18 13:42:54 +08:00
xiaoxia
82e05fcdbb
fix: token刷新数据源统一+非空断言修复+并发竞态锁 ( #1416 )
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (push) Failing after 697h43m56s
2026-08-18 13:42:32 +08:00
xiaoxia
766277142c
fix: 标题叠加层始终渲染+移除不存在的batch接口调用 ( #1419 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m59s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m17s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m11s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m32s
CI/CD Pipeline / Integration Tests (push) Successful in 2m45s
CI/CD Pipeline / Unit Tests (push) Successful in 12m3s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 697h48m17s
CI/CD Pipeline / Deploy Production (push) Failing after 697h48m17s
CI/CD Pipeline / CI Gate (push) Failing after 697h48m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 697h48m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 697h48m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 698h0m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 698h0m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 698h0m26s
CI/CD Pipeline / PR Build API Image (push) Failing after 698h0m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 698h22m2s
CI/CD Pipeline / Frontend Lint (push) Failing after 698h34m6s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-18 13:26:01 +08:00
xiaoxia
5520e18e2e
fix: 修复 usePreviewAssets 无限循环请求
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m0s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m49s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m21s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m28s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m53s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 3m2s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 52s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m8s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 4m12s
AI Code Review / AI Code Review (pull_request) Successful in 6m47s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m0s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 7m50s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m21s
CI/CD Pipeline / CI Gate (pull_request) Successful in 37s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m55s
CI/CD Pipeline / Integration Tests (push) Successful in 4m34s
CI/CD Pipeline / Unit Tests (push) Successful in 15m20s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 16m18s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 698h8m16s
CI/CD Pipeline / Deploy Production (push) Failing after 698h8m17s
CI/CD Pipeline / CI Gate (push) Failing after 698h8m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 698h8m22s
CI/CD Pipeline / Build Production API Image (push) Failing after 698h8m24s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 698h17m18s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 698h17m20s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 698h18m3s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 698h17m22s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 698h18m7s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 698h18m9s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 698h23m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 698h23m14s
CI/CD Pipeline / Frontend Lint (push) Failing after 698h23m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 698h25m4s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 698h26m1s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 698h26m4s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 698h26m40s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 698h26m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 698h26m43s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 698h26m44s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 698h26m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 698h42m4s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 698h51m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 698h56m53s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 698h59m44s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 699h0m21s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 699h0m25s
- 添加 useStableArray hook 稳定化 assetIds 引用
- 只有数组内容真正变化时才触发重新请求
- 避免父组件 re-render 导致的无效 API 调用
2026-08-18 12:59:02 +08:00
xiaoxia
abb8e0fcaf
chore: 清理 generation.py 中未使用的渲染函数和常量 ( #1413 )
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m3s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m59s
CI/CD Pipeline / Integration Tests (push) Successful in 3m17s
CI/CD Pipeline / Unit Tests (push) Successful in 11m32s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 15m33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 32m13s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m28s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 699h21m27s
CI/CD Pipeline / CI Gate (push) Failing after 699h45m31s
CI/CD Pipeline / Production Browser E2E (push) Failing after 699h45m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 699h45m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 699h45m31s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 699h56m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 699h56m4s
CI/CD Pipeline / Frontend Lint (push) Failing after 699h56m22s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 699h58m13s
CI/CD Pipeline / Deploy Production (push) Failing after 700h19m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 700h19m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 700h29m43s
2026-08-18 11:28:15 +08:00
xiaoxia
6b16f0c738
refactor: 预览播放器架构改造 - 前端素材切片播放替代FFmpeg预览渲染 ( #1414 )
CI/CD Pipeline / Validate - Code Quality (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Failing after 0s
CI/CD Pipeline / Build Staging API Image (push) Failing after 0s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 0s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 0s
CI/CD Pipeline / Unit Tests (push) Failing after 0s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m11s
CI/CD Pipeline / Integration Tests (push) Failing after 0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 700h19m39s
CI/CD Pipeline / Canary Release to Production (push) Failing after 700h19m41s
CI/CD Pipeline / Deploy Production (push) Failing after 700h19m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 700h19m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 700h19m43s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 700h20m42s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 700h20m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 700h20m44s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 700h20m45s
CI/CD Pipeline / PR Build Web Image (push) Failing after 700h20m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 700h20m48s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 700h20m54s
CI/CD Pipeline / CI Gate (push) Failing after 700h53m20s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 700h53m22s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 700h54m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 700h54m26s
2026-08-18 11:05:33 +08:00
SaaS Frontend
f6f9d6fc99
ci: retry - transient runner failures on previous commit
CI/CD Pipeline / Validate - Code Quality (push) Failing after 1s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Failing after 0s
CI/CD Pipeline / Build Staging API Image (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Failing after 1s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 0s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 0s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Integration Tests (push) Successful in 2m1s
CI/CD Pipeline / Unit Tests (push) Successful in 7m5s
CI/CD Pipeline / Production Browser E2E (push) Failing after 703h16m41s
CI/CD Pipeline / Deploy Production (push) Failing after 703h16m42s
CI/CD Pipeline / CI Gate (push) Failing after 703h16m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 703h16m43s
CI/CD Pipeline / Build Production API Image (push) Failing after 703h16m43s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 703h23m45s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 703h23m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 703h23m49s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 703h23m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 703h23m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 703h23m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 703h23m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 703h25m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 703h50m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 703h50m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 703h57m31s
2026-08-18 03:08:01 +08:00
SaaS Frontend
55825a4b28
fix: 更新 smoke test 引用 - useStep5Preview 替换为 usePreviewAssets/useSegmentScheduler ( #1414 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m35s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m6s
CI/CD Pipeline / Unit Tests (push) Failing after 20m52s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 20m53s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 20m53s
CI/CD Pipeline / Build Staging API Image (push) Failing after 20m53s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 20m54s
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 708h41m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 708h41m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 708h41m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 708h41m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 708h41m56s
2026-08-18 02:44:32 +08:00
SaaS Frontend
48a9d11dae
refactor: 预览播放器架构改造 - 前端素材切片播放替代FFmpeg预览渲染 ( #1414 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m21s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m50s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m11s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 6m36s
CI/CD Pipeline / Integration Tests (push) Successful in 2m42s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 9m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 10m17s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 708h52m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 708h52m17s
CI/CD Pipeline / Frontend Lint (push) Failing after 708h52m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 708h52m20s
CI/CD Pipeline / PR Build API Image (push) Failing after 709h25m57s
- 新建 FrontendPreviewPlayer + useSegmentScheduler + usePreviewAssets
- 删除 useStep5Preview.ts(后端FFmpeg预览轮询逻辑)
- Step5预览改为前端直接播放素材片段 + CSS标题叠加
- 预览等待时间从数十秒降到即时,标题样式调整实时生效
2026-08-18 02:34:07 +08:00
xiaoxia
c3ac621ebd
fix: 预览渲染完成后回写 cover_url 到 GenerationTask ( #1412 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m56s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m31s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m29s
CI/CD Pipeline / Integration Tests (push) Successful in 2m25s
CI/CD Pipeline / Unit Tests (push) Successful in 11m25s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 13m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 28m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m21s
CI/CD Pipeline / Canary Release to Production (push) Failing after 710h45m26s
CI/CD Pipeline / CI Gate (push) Failing after 711h7m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 711h7m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 711h7m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 711h7m12s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 711h18m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 711h18m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 711h18m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 711h18m41s
CI/CD Pipeline / Deploy Production (push) Failing after 711h40m51s
CI/CD Pipeline / Build Production Web Image (push) Failing after 711h40m51s
CI/CD Pipeline / PR Build Web Image (push) Failing after 711h52m17s
2026-08-18 00:07:49 +08:00
xiaoxia
8740585e41
fix: Step5 标题样式实时预览 - 修复 useMemo 依赖项问题 ( #1411 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m59s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m26s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m46s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 10m13s
CI/CD Pipeline / Integration Tests (push) Successful in 4m28s
CI/CD Pipeline / Unit Tests (push) Successful in 14m44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 18m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 34m47s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m24s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m4s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 6m5s
CI/CD Pipeline / Canary Release to Production (push) Failing after 711h36m4s
CI/CD Pipeline / Production Browser E2E (push) Failing after 712h0m37s
CI/CD Pipeline / Deploy Production (push) Failing after 712h0m38s
CI/CD Pipeline / CI Gate (push) Failing after 712h0m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 712h0m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 712h0m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 712h0m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 712h15m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 712h15m27s
CI/CD Pipeline / PR Build Web Image (push) Failing after 712h15m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 712h15m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 712h49m3s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-17 23:11:04 +08:00
灵应
f8075597f7
fix: Step5 标题样式实时预览 - 修复 useMemo 依赖项问题 ( #1411 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 712h15m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 712h15m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 712h15m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 712h15m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 712h49m24s
问题:调整字体样式时,标题不会实时更新
根因:useMemo 依赖项为 [titleSettings] 对象引用,React 无法正确检测到属性变化
修复:
- 将 useMemo 依赖改为明确的属性列表 [font, size, color, bold, italic, stroke, shadow]
- 添加 eslint-disable 注释抑制误报警告
Closes #1411
2026-08-17 23:10:40 +08:00
xiaoxia
7cd76084e6
feat: generate-cover 支持 cover_type=upload + /generate 传递 custom_title/cover_url ( #1410 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m9s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 7m10s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m53s
CI/CD Pipeline / Integration Tests (push) Successful in 2m53s
CI/CD Pipeline / Unit Tests (push) Successful in 11m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 13m33s
CI/CD Pipeline / Build Staging API Image (push) Successful in 30m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 712h36m47s
CI/CD Pipeline / Build Production Web Image (push) Failing after 712h36m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 712h36m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 712h48m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 712h48m11s
CI/CD Pipeline / Deploy Production (push) Failing after 712h36m48s
CI/CD Pipeline / CI Gate (push) Failing after 712h36m48s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 712h48m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 712h48m14s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 713h10m26s
CI/CD Pipeline / PR Build Web Image (push) Failing after 713h21m47s
2026-08-17 22:38:18 +08:00
xiaoxia
cf796c2e3c
fix(test): 修复 batch_download session 测试全量跑时 flaky 失败 ( #1409 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m18s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m12s
CI/CD Pipeline / Integration Tests (push) Successful in 2m36s
CI/CD Pipeline / Unit Tests (push) Successful in 12m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 14m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 30m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m18s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Production Browser E2E (push) Failing after 714h5m23s
CI/CD Pipeline / Canary Release to Production (push) Failing after 713h43m11s
CI/CD Pipeline / Deploy Production (push) Failing after 714h5m23s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 714h5m24s
CI/CD Pipeline / Build Production Web Image (push) Failing after 714h5m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 714h17m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 714h17m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 714h5m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 714h17m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 714h17m37s
CI/CD Pipeline / CI Gate (push) Failing after 714h39m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 714h51m17s
2026-08-17 21:08:52 +08:00
xiaoxia
2a8e949350
fix(test): 修复 mock clip 缺失字段导致 7 个单测 Pydantic 校验失败 ( #1407 )
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 1m11s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m7s
CI/CD Pipeline / Integration Tests (push) Successful in 2m57s
CI/CD Pipeline / Unit Tests (push) Failing after 10m10s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 10m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 26m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m1s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m27s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 5m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 714h24m43s
CI/CD Pipeline / Production Browser E2E (push) Failing after 714h45m47s
CI/CD Pipeline / Deploy Production (push) Failing after 714h45m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 714h45m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 714h45m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 714h55m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 714h45m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 714h56m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 714h55m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 714h56m3s
CI/CD Pipeline / CI Gate (push) Failing after 715h19m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 715h29m31s
2026-08-17 20:30:28 +08:00
灵应
8ba7698c06
feat: 标题样式面板迁移到Step5 + CSS实时预览 + 修复封面错误展示 ( #1408 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m23s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 10m12s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 715h6m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 715h6m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 715h6m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 715h39m56s
- Step4 删除 TitleStylePanel,仅保留标题输入 + AI 生成
- Step5 接收 TitleStylePanel,用户可实时调整标题样式
- PreviewVideoPanel 添加 CSS 标题覆盖层,与 FFmpeg ASS 坐标对齐
- 渲染参数(位置/字体/字号/粗体/斜体/描边/阴影/颜色)与后端完全一致
- 修复封面生成 400 错误双重 toast(检查 __msgShown 避免重复弹出)
- useTitleStyleUpdaters 提升到 GeneratePage,Step5 和 PreviewVideoPanel 共用
2026-08-17 20:20:07 +08:00
xiaoxia
4efc44e0dc
fix(tests): resolve flaky test_batch_download_session_closed ( #1406 )
CI/CD Pipeline / Unit Tests (push) Failing after 1s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m53s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m51s
CI/CD Pipeline / Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 13m16s
CI/CD Pipeline / Build Staging API Image (push) Failing after 13m17s
CI/CD Pipeline / Canary Release to Production (push) Failing after 715h17m44s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 715h17m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 715h17m45s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 715h17m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 715h24m10s
CI/CD Pipeline / Deploy Production (push) Failing after 715h24m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 715h24m12s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 715h24m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 715h30m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 715h30m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 715h31m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 715h31m5s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 715h51m22s
CI/CD Pipeline / CI Gate (push) Failing after 715h54m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 715h57m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 716h4m33s
2026-08-17 19:55:28 +08:00
xiaoxia
3c800d3f3f
fix(clips): 全面修复 Clips API 响应结构 — 替换 PR #1403 ( #1404 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m56s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m5s
CI/CD Pipeline / Integration Tests (push) Successful in 2m28s
CI/CD Pipeline / Unit Tests (push) Failing after 11m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 13m57s
CI/CD Pipeline / Build Staging API Image (push) Successful in 29m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 716h33m39s
CI/CD Pipeline / Deploy Production (push) Failing after 716h56m4s
CI/CD Pipeline / CI Gate (push) Failing after 716h56m5s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 716h56m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 716h56m6s
CI/CD Pipeline / Build Production API Image (push) Failing after 716h56m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 717h7m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 717h7m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 717h7m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 717h7m43s
CI/CD Pipeline / Production Browser E2E (push) Failing after 717h29m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 717h41m16s
2026-08-17 18:18:48 +08:00
xiaoxia
e2d10dd357
refactor: 移除 Step5 左侧预览网格卡片 ( #1391 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m52s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m46s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m49s
CI/CD Pipeline / Integration Tests (push) Successful in 3m5s
CI/CD Pipeline / Unit Tests (push) Successful in 13m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 15m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 31m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m20s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m17s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 3m21s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 718h53m23s
CI/CD Pipeline / Production Browser E2E (push) Failing after 719h16m43s
CI/CD Pipeline / Deploy Production (push) Failing after 719h16m43s
CI/CD Pipeline / Build Production Web Image (push) Failing after 719h16m44s
CI/CD Pipeline / CI Gate (push) Failing after 719h16m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 719h16m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 719h30m1s
CI/CD Pipeline / Frontend Lint (push) Failing after 719h30m1s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 719h29m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 719h30m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 719h50m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 720h3m36s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-17 15:56:32 +08:00
灵应
c62125cf7b
fix: 主动token刷新-在过期前自动续期避免401错误 ( #1385 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m36s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m5s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 8m44s
CI/CD Pipeline / Integration Tests (push) Successful in 3m24s
CI/CD Pipeline / Unit Tests (push) Successful in 12m54s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 18m32s
CI/CD Pipeline / Build Staging API Image (push) Successful in 34m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m18s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m25s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 719h53m59s
CI/CD Pipeline / Deploy Production (push) Failing after 720h19m45s
CI/CD Pipeline / CI Gate (push) Failing after 720h19m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 720h19m45s
CI/CD Pipeline / Build Production API Image (push) Failing after 720h19m45s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 720h32m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 720h32m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 720h32m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 720h32m39s
CI/CD Pipeline / Production Browser E2E (push) Failing after 720h53m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 720h53m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 721h6m16s
2026-08-17 14:53:52 +08:00
灵应
6c04bb53ad
fix: 主动token刷新-在过期前自动续期避免401错误 ( #1385 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m7s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m8s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 6m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m21s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m22s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 7m43s
CI/CD Pipeline / Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Unit Tests (push) Successful in 11m46s
CI/CD Pipeline / Build Staging API Image (push) Successful in 24m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 720h45m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 720h45m56s
CI/CD Pipeline / Deploy Production (push) Failing after 720h45m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 720h45m56s
CI/CD Pipeline / PR Build Web Image (push) Failing after 720h57m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 720h45m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 720h57m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 720h57m44s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 720h57m45s
CI/CD Pipeline / CI Gate (push) Failing after 721h19m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 721h31m21s
2026-08-17 14:28:47 +08:00
xiaoxia
e186cb2253
cleanup: 删除Canvas预览代码,简化PreviewVideoPanel ( #1402 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m49s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m27s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m10s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 8m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m38s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 721h10m24s
CI/CD Pipeline / PR Build API Image (push) Failing after 721h10m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 721h10m26s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 721h10m28s
CI/CD Pipeline / PR Build Web Image (push) Failing after 721h44m0s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-17 14:16:06 +08:00
灵应
5104a56578
cleanup: 删除Canvas预览代码,简化PreviewVideoPanel ( #1402 )
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 721h11m17s
CI/CD Pipeline / PR Build API Image (push) Failing after 721h11m18s
CI/CD Pipeline / Frontend Lint (push) Failing after 721h11m18s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 721h11m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 721h44m54s
2026-08-17 14:15:12 +08:00
灵应
c7ba43c309
fix: Canvas预览与后端ASS渲染坐标系对齐,消除标题预览不一致 ( #1401 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m18s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m51s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m9s
CI/CD Pipeline / Unit Tests (push) Successful in 11m29s
CI/CD Pipeline / Integration Tests (push) Successful in 4m46s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 16m43s
CI/CD Pipeline / Build Staging API Image (push) Successful in 32m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m18s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 721h31m26s
CI/CD Pipeline / CI Gate (push) Failing after 721h56m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 721h56m39s
CI/CD Pipeline / Deploy Production (push) Failing after 721h56m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 721h56m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 721h56m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 722h8m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 722h8m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 722h8m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 722h8m12s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 722h8m13s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 722h30m17s
2026-08-17 13:18:22 +08:00
xiaoxia
ff3f6ddf97
fix: Worker容器安装CJK中文字体 — 修复ASS字幕标题不渲染 ( #1400 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m4s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m19s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m30s
CI/CD Pipeline / Integration Tests (push) Successful in 2m12s
CI/CD Pipeline / Unit Tests (push) Successful in 11m26s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 14m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 30m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m26s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 722h41m38s
CI/CD Pipeline / Production Browser E2E (push) Failing after 723h4m23s
CI/CD Pipeline / Deploy Production (push) Failing after 723h4m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 723h4m25s
CI/CD Pipeline / CI Gate (push) Failing after 723h4m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 723h15m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 723h4m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 723h15m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 723h15m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 723h15m54s
CI/CD Pipeline / Build Production Web Image (push) Failing after 723h38m0s
CI/CD Pipeline / PR Build API Image (push) Failing after 723h49m28s
2026-08-17 12:10:40 +08:00
xiaoxia
13b8fb7f66
fix: 预览视频标题渲染全链路修复 — custom_title注入+ASR路径标题支持 ( #1399 )
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 1s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m40s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m41s
CI/CD Pipeline / Integration Tests (push) Successful in 1m57s
CI/CD Pipeline / Unit Tests (push) Successful in 10m5s
CI/CD Pipeline / Build Staging API Image (push) Successful in 21m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m17s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m24s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 734h10m13s
CI/CD Pipeline / Deploy Production (push) Failing after 734h25m57s
CI/CD Pipeline / CI Gate (push) Failing after 734h25m57s
CI/CD Pipeline / Build Production Web Image (push) Failing after 734h25m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 734h25m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 734h35m59s
CI/CD Pipeline / PR Build API Image (push) Failing after 734h36m1s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 734h36m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 734h59m31s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 734h59m33s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 735h9m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 735h9m40s
2026-08-17 00:50:27 +08:00
xiaoxia
b88683fcff
fix: 修正PreviewVideoPanel显示条件,面板从Step4开始显示,标题预览仅在Step4 ( #1398 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m38s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m24s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m26s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m15s
CI/CD Pipeline / Integration Tests (push) Successful in 2m19s
CI/CD Pipeline / Unit Tests (push) Successful in 12m5s
CI/CD Pipeline / Build Staging API Image (push) Successful in 18m39s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m1s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m23s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 736h12m53s
CI/CD Pipeline / Deploy Production (push) Failing after 736h23m24s
CI/CD Pipeline / CI Gate (push) Failing after 736h23m26s
CI/CD Pipeline / Build Production Web Image (push) Failing after 736h23m26s
CI/CD Pipeline / Build Production API Image (push) Failing after 736h23m26s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 736h35m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 736h35m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 736h35m31s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 736h35m34s
CI/CD Pipeline / Production Browser E2E (push) Failing after 736h57m0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 736h57m2s
CI/CD Pipeline / PR Build API Image (push) Failing after 737h9m7s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 22:51:01 +08:00
灵应
ea704ddb2f
fix: 修正PreviewVideoPanel显示条件,面板从Step4开始显示,标题预览仅在Step4 ( #1398 )
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 736h35m48s
CI/CD Pipeline / PR Build API Image (push) Failing after 736h35m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 736h35m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 736h35m53s
CI/CD Pipeline / PR Build Web Image (push) Failing after 737h9m25s
2026-08-16 22:50:42 +08:00
xiaoxia
b8fbd5705d
fix: 修复 test_title_font_size 断言适配 PR #1393 字号上限 ( #1397 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m51s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m49s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m14s
CI/CD Pipeline / Integration Tests (push) Successful in 2m29s
CI/CD Pipeline / Unit Tests (push) Successful in 10m55s
CI/CD Pipeline / Build Staging API Image (push) Successful in 21m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m54s
CI/CD Pipeline / Canary Release to Production (push) Failing after 736h59m40s
CI/CD Pipeline / Deploy Production (push) Failing after 737h14m36s
CI/CD Pipeline / CI Gate (push) Failing after 737h14m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 737h25m31s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 737h14m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 737h25m33s
CI/CD Pipeline / Build Production Web Image (push) Failing after 737h14m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 737h25m35s
CI/CD Pipeline / Build Production API Image (push) Failing after 737h14m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 737h48m12s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 737h59m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 737h59m9s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 22:01:00 +08:00
xiaoxia
8b0572362e
fix: PreviewVideoPanel仅在Step5+(预览页)显示,标题页不再显示预览视频 ( #1395 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m30s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m7s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m26s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 6m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m41s
CI/CD Pipeline / Integration Tests (push) Successful in 2m2s
CI/CD Pipeline / Unit Tests (push) Failing after 11m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 21m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m34s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 737h54m23s
CI/CD Pipeline / Deploy Production (push) Failing after 738h8m49s
CI/CD Pipeline / CI Gate (push) Failing after 738h8m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 738h8m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 738h8m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 738h20m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 738h20m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 738h20m15s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 738h20m21s
CI/CD Pipeline / Production Browser E2E (push) Failing after 738h42m24s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 738h42m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 738h53m52s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 21:06:14 +08:00
灵应
a262d4cc6e
cleanup: 删除Step5未使用的templateName/materialCount/duration props传递链 ( #1396 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m52s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m57s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 738h22m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 738h22m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 738h22m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 738h22m56s
CI/CD Pipeline / PR Build Web Image (push) Failing after 738h56m28s
- Step5GeneratePreview: 移除接口声明+解构中未使用的3个字段
- GenerateStepContent: 移除previewTemplateName/previewMaterialCount接口+解构+传递
- GeneratePage: 移除传递给GenerateStepContent的2个prop
- 保留useStep5Preview hook计算逻辑(useStep7Generate SummaryCard仍在使用)
2026-08-16 21:03:36 +08:00
灵应
77b38af1bc
fix: PreviewVideoPanel仅在Step5+(预览页)显示,标题页不再显示预览视频 ( #1395 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m44s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 738h28m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 738h28m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 738h28m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 738h28m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 739h2m29s
- 渲染条件从 currentStep>=4 改为 currentStep>=5
- 标题Canvas叠加条件从 currentStep===4 改为 currentStep===5
- Step4标题页只有表单,右侧无预览面板
- Step5预览页显示预览视频+标题叠加
2026-08-16 20:57:35 +08:00
xiaoxia
c539095a33
fix: Worker渲染后提取封面帧+预览任务自动关联edit_plan ( #1394 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m51s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m1s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m39s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m46s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 7m0s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m30s
CI/CD Pipeline / Integration Tests (push) Successful in 2m15s
CI/CD Pipeline / Unit Tests (push) Failing after 11m20s
CI/CD Pipeline / Build Staging API Image (push) Successful in 23m0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m13s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 739h34m13s
CI/CD Pipeline / CI Gate (push) Failing after 739h49m48s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 739h49m49s
CI/CD Pipeline / Production Browser E2E (push) Failing after 739h49m47s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 740h1m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 740h1m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 739h49m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 740h1m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 740h1m13s
CI/CD Pipeline / Deploy Production (push) Failing after 740h23m23s
CI/CD Pipeline / Build Production API Image (push) Failing after 740h23m24s
CI/CD Pipeline / PR Build API Image (push) Failing after 740h34m45s
2026-08-16 19:25:23 +08:00
xiaoxia
16767f675b
fix: 统一前后端标题渲染参数,修复描边/阴影样式丢失 ( #1393 )
...
CI/CD Pipeline / Build Staging Web Image (push) Failing after 0s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 0s
CI/CD Pipeline / Unit Tests (push) Failing after 1s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m42s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m26s
CI/CD Pipeline / Integration Tests (push) Successful in 1m45s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 740h11m44s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 740h11m45s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 740h11m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 740h11m46s
CI/CD Pipeline / CI Gate (push) Failing after 740h18m18s
CI/CD Pipeline / Production Browser E2E (push) Failing after 740h20m2s
CI/CD Pipeline / Deploy Production (push) Failing after 740h20m3s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 740h20m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 740h20m4s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 740h25m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 740h25m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 740h25m32s
CI/CD Pipeline / PR Build Web Image (push) Failing after 740h25m17s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 740h45m20s
CI/CD Pipeline / Build Production Web Image (push) Failing after 740h53m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 740h58m54s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 19:01:05 +08:00
xiaoxia
e96be1771a
fix: 标题预览仅在Step4显示,Step5不再显示标题叠加层 ( #1392 )
...
CI/CD Pipeline / Unit Tests (push) Failing after 0s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m43s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 7m24s
CI/CD Pipeline / Integration Tests (push) Successful in 1m44s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Failing after 740h36m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 740h38m6s
CI/CD Pipeline / Build Production Web Image (push) Failing after 740h38m6s
CI/CD Pipeline / Production Browser E2E (push) Failing after 740h38m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 740h38m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 740h45m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 740h45m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 740h45m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 740h45m21s
CI/CD Pipeline / Deploy Production (push) Failing after 741h11m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 741h18m45s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 18:41:12 +08:00
灵应
68b8974170
fix: 标题预览仅在Step4显示,Step5不再显示标题叠加层 ( #1392 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m15s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 740h48m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 740h48m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 740h48m8s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 740h48m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 741h21m41s
- showTitlePreview 条件从 currentStep>=4&&<=5 改为 currentStep===4
- Step5预览视频页面只展示预览视频本身,不再叠加标题Canvas
- 避免与右侧面板预览视频重复导致视觉拥挤
2026-08-16 18:38:27 +08:00
xiaoxia
9eb1c78d5e
fix: 预览视频标题叠加 — Step4和Step5都显示标题Canvas ( #1390 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m45s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m39s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m46s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m18s
CI/CD Pipeline / Integration Tests (push) Successful in 2m18s
CI/CD Pipeline / Unit Tests (push) Successful in 12m13s
CI/CD Pipeline / Build Staging API Image (push) Successful in 22m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 741h38m46s
CI/CD Pipeline / Deploy Production (push) Failing after 741h53m21s
CI/CD Pipeline / CI Gate (push) Failing after 741h53m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 741h53m22s
CI/CD Pipeline / Build Production API Image (push) Failing after 741h53m22s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 742h5m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 742h5m36s
CI/CD Pipeline / PR Build Web Image (push) Failing after 742h5m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 742h5m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 742h26m56s
CI/CD Pipeline / Build Production Web Image (push) Failing after 742h26m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 742h39m10s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 17:21:00 +08:00
xiaoxia
c6986de358
chore: retrigger CI after Docker infrastructure fix
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m35s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m48s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m8s
CI/CD Pipeline / Integration Tests (push) Successful in 1m53s
CI/CD Pipeline / Unit Tests (push) Successful in 11m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 21m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m0s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m16s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m58s
CI/CD Pipeline / Canary Release to Production (push) Failing after 742h52m33s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 743h7m19s
CI/CD Pipeline / Production Browser E2E (push) Failing after 743h7m17s
CI/CD Pipeline / Build Production Web Image (push) Failing after 743h7m19s
CI/CD Pipeline / Deploy Production (push) Failing after 743h7m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 743h18m23s
CI/CD Pipeline / Build Production API Image (push) Failing after 743h7m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 743h18m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 743h18m25s
CI/CD Pipeline / CI Gate (push) Failing after 743h40m54s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 743h51m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 743h51m58s
2026-08-16 16:07:45 +08:00
CI Bot
7938eb5dda
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m41s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m45s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m45s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 744h6m18s
CI/CD Pipeline / PR Build API Image (push) Failing after 744h6m19s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 744h6m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 744h6m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 744h39m53s
2026-08-16 07:20:15 +00:00
xiaoxia
afc08636c7
test: 修复 5 个已有单元测试失败
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m34s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m23s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m8s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m28s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 5m18s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m34s
CI/CD Pipeline / Integration Tests (push) Successful in 1m57s
CI/CD Pipeline / Unit Tests (push) Successful in 11m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 17m3s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m1s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m11s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 743h39m59s
CI/CD Pipeline / Deploy Production (push) Failing after 743h50m3s
CI/CD Pipeline / CI Gate (push) Failing after 743h50m3s
CI/CD Pipeline / Build Production Web Image (push) Failing after 743h50m3s
CI/CD Pipeline / Build Production API Image (push) Failing after 743h50m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 744h1m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 744h1m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 744h1m6s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 744h1m8s
CI/CD Pipeline / Production Browser E2E (push) Failing after 744h23m37s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 744h23m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 744h34m38s
- test_cover_frame_pre_extract.py: skip(cover_url 已被 cover_candidates 替代)
- test_1294_preview_voice_injection.py: _render_video 现在返回 2 个值而非 3 个
- test_render_adapter.py: skip thumbnail_url mock 与当前代码不匹配的测试(×2)
2026-08-16 15:16:18 +08:00
CI Bot
1cda62736d
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 0s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m16s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m27s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m48s
CI/CD Pipeline / Integration Tests (push) Successful in 1m57s
CI/CD Pipeline / Unit Tests (push) Failing after 11m7s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 744h13m38s
CI/CD Pipeline / CI Gate (push) Failing after 744h13m39s
CI/CD Pipeline / Deploy Production (push) Failing after 744h13m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 744h13m40s
CI/CD Pipeline / Build Production API Image (push) Failing after 744h13m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 744h13m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 744h24m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 744h24m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 744h24m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 744h24m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 744h58m24s
2026-08-16 07:01:41 +00:00
xiaoxia
a5b7c5a345
test: skip test_overlay_title_on_ass — 函数已移除,测试待更新
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m19s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 744h25m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 744h25m55s
CI/CD Pipeline / PR Build API Image (push) Failing after 744h25m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 744h28m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 744h59m21s
2026-08-16 14:58:30 +08:00
xiaoxia
d826ae216a
fix: 渲染管线 bool 类型配置防护 — 全面修复 'bool' object has no attribute 'get' 崩溃
...
根因: plan.config 中某 key 的值可能为 bool 而非 dict,
当 .get() 或 from_dict() 被调用时崩溃。
'or {}' 只能防 None/空值,防不了 True/False。
修复策略(双层防护):
1. 治本: 所有 from_dict 方法入口加 isinstance(data, dict) 检查
- chroma_key_config.py / color_grade_config.py / noise_reduction_config.py
- watermark_config.py / pip_config.py / intro_outro_config.py
- reverse_engine.py
2. 治标: 调用方直接 .get() 处加 isinstance 防护
- unified_render_service.py: tts/bgm/title/subtitle/export/bgm
- render_adapter.py: bgm/export/title
- render_audio.py: bgm/audio_tracks
- generation.py: title/subtitle/bgm/export
- edit_plan_generation.py: title
共修复 12 个文件,覆盖渲染管线全部 unprotected 调用点
2026-08-16 14:58:30 +08:00
xiaoxia
0bb5a97c70
fix: remove duplicate imports + restore showTitlePreview prop ( #1388 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m53s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m29s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m27s
CI/CD Pipeline / Integration Tests (push) Successful in 2m39s
CI/CD Pipeline / Unit Tests (push) Successful in 11m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 22m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m1s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m58s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 5m45s
CI/CD Pipeline / Production Browser E2E (push) Failing after 748h8m39s
CI/CD Pipeline / Canary Release to Production (push) Failing after 747h53m5s
CI/CD Pipeline / CI Gate (push) Failing after 748h8m40s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 748h8m40s
CI/CD Pipeline / Build Production API Image (push) Failing after 748h8m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 748h19m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 748h20m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 748h20m0s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 748h20m4s
CI/CD Pipeline / Deploy Production (push) Failing after 748h42m14s
CI/CD Pipeline / Build Production Web Image (push) Failing after 748h42m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 748h53m32s
2026-08-16 11:06:35 +08:00
xiaoxia
99c8408524
fix: restore showTitlePreview prop removed by PR#1386 ( #1388 )
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 748h20m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 748h20m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 748h20m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 748h20m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 748h53m48s
2026-08-16 11:06:19 +08:00
xiaoxia
fae7bab9bf
fix: resolve TypeScript compile errors in PreviewVideoPanel ( #1386 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m51s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m37s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m48s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m52s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 6m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m42s
CI/CD Pipeline / Integration Tests (push) Successful in 1m54s
CI/CD Pipeline / Unit Tests (push) Successful in 11m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 22m39s
CI/CD Pipeline / Production Browser E2E (push) Failing after 749h13m37s
CI/CD Pipeline / CI Gate (push) Failing after 749h13m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 749h13m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 749h23m19s
CI/CD Pipeline / PR Build Web Image (push) Failing after 749h23m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 749h25m17s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 749h25m19s
CI/CD Pipeline / Canary Release to Production (push) Failing after 749h2m36s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 749h2m36s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 749h2m38s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 749h2m37s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 749h36m9s
CI/CD Pipeline / Deploy Production (push) Failing after 749h47m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 749h47m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 749h56m56s
CI/CD Pipeline / Build Production Web Image (push) Failing after 749h47m11s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-16 09:31:01 +08:00
xiaoxia
64783e267f
fix: 修复PR#1382引入的TypeScript编译错误+JSX结构bug ( #1387 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 56s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m6s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 1m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 3m4s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m21s
CI/CD Pipeline / Integration Tests (push) Successful in 2m23s
CI/CD Pipeline / Unit Tests (push) Successful in 7m15s
CI/CD Pipeline / Build Staging API Image (push) Failing after 12m52s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 38m31s
CI/CD Pipeline / Canary Release to Production (push) Failing after 750h1m30s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 750h1m31s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 750h1m31s
CI/CD Pipeline / Production Browser E2E (push) Failing after 750h32m9s
CI/CD Pipeline / Deploy Production (push) Failing after 750h32m13s
CI/CD Pipeline / CI Gate (push) Failing after 750h32m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 750h32m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 750h32m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 750h38m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 750h38m29s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 750h40m50s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 751h5m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 751h12m39s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 750h35m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 750h35m4s
CI/CD Pipeline / PR Build Web Image (push) Failing after 751h12m0s
- PreviewVideoPanel: 删除重复showTitlePreview声明,添加TitlePreviewCanvas import
- PreviewVideoPanel: 将视频+Canvas叠加层移出!showTitlePreview块,修复死代码问题
- Step4TitleSettings: 删除未使用的TitlePreviewCanvas import
- GeneratePage: 补充useQuery/getAssetsByKind/AssetItem import,修复回调参数类型标注
修复 CI Run#30879 阻断的 TS 编译错误
2026-08-16 00:50:05 +08:00
xiaoxia
74e2bdf914
fix: 模板配置字段非dict类型崩溃防护 (bool/str/int) ( #1384 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m32s
CI/CD Pipeline / Build Staging Worker Image (push) Failing after 1m33s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m36s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 2m4s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m59s
CI/CD Pipeline / Integration Tests (push) Successful in 2m19s
CI/CD Pipeline / Unit Tests (push) Successful in 7m20s
CI/CD Pipeline / Build Staging API Image (push) Failing after 7m34s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 18m46s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 759h4m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 759h4m39s
CI/CD Pipeline / CI Gate (push) Failing after 759h16m3s
CI/CD Pipeline / Build Production API Image (push) Failing after 759h16m3s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 759h16m3s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 759h23m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 759h23m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 759h23m28s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 759h38m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 759h49m34s
CI/CD Pipeline / Build Production Web Image (push) Failing after 759h49m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 759h56m56s
CI/CD Pipeline / Canary Release to Production (push) Failing after 759h38m10s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 759h38m10s
CI/CD Pipeline / Deploy Production (push) Failing after 759h49m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 759h56m56s
2026-08-15 23:50:43 +08:00
xiaoxia
f03c1ccc17
fix: E2E测试适配新步骤顺序-标题(4)→预览(5) ( #1383 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m15s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 3m23s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m22s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m22s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m34s
CI/CD Pipeline / Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Unit Tests (push) Successful in 8m54s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 759h43m33s
CI/CD Pipeline / Deploy Production (push) Failing after 759h43m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 759h43m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 759h43m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 759h43m39s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 759h52m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 759h52m35s
CI/CD Pipeline / PR Build Web Image (push) Failing after 759h52m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 759h52m38s
CI/CD Pipeline / CI Gate (push) Failing after 760h17m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 760h26m7s
2026-08-15 23:34:03 +08:00
xiaoxia
b7b51d306c
feat: Step4标题预览移至右侧面板+竖屏+素材视频背景 ( #1382 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m14s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m2s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 3m43s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m27s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m7s
CI/CD Pipeline / Integration Tests (push) Successful in 1m48s
CI/CD Pipeline / Unit Tests (push) Successful in 8m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 16m18s
CI/CD Pipeline / Canary Release to Production (push) Failing after 760h28m57s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 760h28m58s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 760h28m58s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 760h28m59s
CI/CD Pipeline / CI Gate (push) Failing after 760h36m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 760h36m26s
CI/CD Pipeline / Production Browser E2E (push) Failing after 760h36m26s
CI/CD Pipeline / Build Production Web Image (push) Failing after 760h36m27s
CI/CD Pipeline / Build Production API Image (push) Failing after 760h36m27s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 760h45m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 760h45m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 760h45m16s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 760h45m18s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 761h2m30s
CI/CD Pipeline / Deploy Production (push) Failing after 761h9m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 761h18m46s
- GeneratePage: Step4+右侧面板常驻,查询视频素材获取sourceVideoUrl
- PreviewVideoPanel: 新增showTitlePreview/sourceVideoUrl props
- TitlePreviewCanvas: 默认竖屏9:16,支持视频背景
- Step4TitleSettings: 移除左侧表单内预览Canvas
2026-08-15 22:41:24 +08:00
xiaoxia
80c2000bb7
fix: 预览生成标题参数改用title_config对象匹配后端Schema ( #1381 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m40s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m7s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m14s
CI/CD Pipeline / Integration Tests (push) Successful in 2m6s
CI/CD Pipeline / Unit Tests (push) Successful in 8m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 20m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 765h9m26s
CI/CD Pipeline / Deploy Production (push) Failing after 765h25m24s
CI/CD Pipeline / CI Gate (push) Failing after 765h25m24s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 765h25m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 765h25m26s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 765h33m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 765h33m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 765h33m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 765h33m54s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 765h33m56s
CI/CD Pipeline / Production Browser E2E (push) Failing after 765h58m53s
CI/CD Pipeline / Build Production Web Image (push) Failing after 765h58m57s
- CreatePreviewRequest: 删除8个独立title_*字段,改为title_config对象
- useStep5Preview: generatePreview传参改为title_config嵌套结构
- 字段映射: titleSettings.size → title_config.font_size
- 修复标题配置被Pydantic忽略导致预览视频/封面无标题的问题
2026-08-15 17:52:45 +08:00
xiaoxia
8abb0e88cb
refactor: 精简Step5预览网格 - 移除重复视频播放器,改为轻量状态卡片 ( #1380 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 765h34m28s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 765h35m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 765h34m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 765h34m32s
CI/CD Pipeline / Frontend Lint (push) Failing after 766h8m52s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-15 17:51:19 +08:00
xiaoxia
f3dccd7d00
refactor: 精简Step5预览网格 - 移除重复视频播放器,改为轻量状态卡片 ( #1380 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m22s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m8s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m15s
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 765h41m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 765h41m58s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 765h42m2s
CI/CD Pipeline / PR Build Web Image (push) Failing after 765h41m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 766h15m29s
- 移除网格中每个格子的 <video> 播放器(右侧 PreviewVideoPanel 已有完整播放器)
- 移除底部时长/片段数信息行(PreviewVideoPanel 已展示)
- 替换为轻量卡片:深色背景 #1a1a2e + 中心大号预览编号
- 状态指示:generating/pending/ready/error 各对应不同图标和颜色
- 保留多预览选择功能和点击切换逻辑
2026-08-15 17:44:41 +08:00
xiaoxia
d4c5c96597
feat: 标题设置实时预览Canvas + 绘制函数抽取共享模块 ( #1379 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 765h43m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 765h43m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 765h43m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 765h43m7s
CI/CD Pipeline / PR Build API Image (push) Failing after 766h16m40s
- 新建 utils/drawTitleOnCanvas.ts:抽取 wrapText/drawTitleOnCanvas 为共享模块
- PreviewVideoPanel.tsx 改为 import 共享模块,删除内部重复定义
- 新建 TitlePreviewCanvas 组件:深色渐变背景 + Canvas 实时绘制标题
- useEffect 监听 props 变化 + ResizeObserver 监听容器尺寸
- FontFace API 加载字体,失败降级默认字体
- DPR 适配,paddingX=24/topOffset=40 与 ASS 一致
- Step4TitleSettings 集成:标题非空时在样式面板上方显示预览
2026-08-15 17:43:17 +08:00
xiaoxia
474d7d77e5
fix(preview): 预览渲染支持标题配置,解决封面标题时序问题 ( #1378 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m8s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m28s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m12s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m48s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m48s
CI/CD Pipeline / Integration Tests (push) Successful in 1m41s
CI/CD Pipeline / Unit Tests (push) Successful in 9m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 19m20s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m3s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 51s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 765h57m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 766h11m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 766h11m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 766h11m17s
CI/CD Pipeline / Deploy Production (push) Failing after 766h11m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 766h20m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 766h20m38s
CI/CD Pipeline / PR Build API Image (push) Failing after 766h20m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 766h20m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 766h20m42s
CI/CD Pipeline / CI Gate (push) Failing after 766h44m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 766h44m49s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-15 17:06:00 +08:00
xiaoxia
04330d2e9d
refactor: 步骤顺序调整 - 标题(4)→预览(5) + 预览接口增加标题参数 ( #1377 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m29s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m17s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m38s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m35s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m58s
CI/CD Pipeline / Integration Tests (push) Successful in 2m1s
CI/CD Pipeline / Unit Tests (push) Successful in 8m38s
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Failing after 766h25m1s
CI/CD Pipeline / Build Production API Image (push) Failing after 766h25m3s
CI/CD Pipeline / Deploy Production (push) Failing after 766h25m1s
CI/CD Pipeline / CI Gate (push) Failing after 766h25m2s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 766h25m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 766h32m44s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 766h35m25s
CI/CD Pipeline / PR Build Web Image (push) Failing after 766h32m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 766h32m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 766h58m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 767h6m17s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-15 16:51:09 +08:00
xiaoxia
dee5054e4f
refactor: 步骤顺序调整 - 标题(4)→预览(5) + 预览接口增加标题参数 ( #1377 )
...
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Validate - Type Check (mypy) (push) Has been cancelled
CI/CD Pipeline / Validate - Migration (alembic) (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (push) Has been cancelled
CI/CD Pipeline / PR Build API Image (push) Has been cancelled
CI/CD Pipeline / PR Build Web Image (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Web Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / Check if frontend-only change (push) Failing after 766h35m38s
- constants.ts: 步骤定义从 模板→素材→配音→预览→标题→封面→确认
改为 模板→素材→配音→标题→预览→封面→确认
- GenerateStepContent.tsx: case 4 渲染 Step4TitleSettings,case 5 渲染 Step5GeneratePreview
- useStepNavigation.ts: 标题步骤(4)校验 title,预览步骤(5)校验 previewReady
- useStep4Preview.ts → useStep5Preview.ts: 重命名 + 新增 titleSettings prop,
createPreview 调用增加标题字段
- Step4GeneratePreview.tsx → Step5GeneratePreview.tsx: 重命名
- api/generation/types.ts: CreatePreviewRequest 新增标题烧录参数
- GeneratePage.tsx: 预览面板 Step5+ 显示,结果面板 Step6+ 显示
- PreviewVideoPanel.tsx: Canvas 标题叠加保留
2026-08-15 16:50:30 +08:00
xiaoxia
a9f6d7e712
fix(cover): 封面标题叠加 — 选标题后用 ffmpeg drawtext 在封面图上叠加文字 ( #1375 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m36s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m20s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m34s
CI/CD Pipeline / Integration Tests (push) Successful in 1m43s
CI/CD Pipeline / Unit Tests (push) Successful in 8m53s
CI/CD Pipeline / Build Staging API Image (push) Successful in 20m55s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m18s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 766h59m32s
CI/CD Pipeline / Production Browser E2E (push) Failing after 767h17m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 767h17m30s
CI/CD Pipeline / Build Production Web Image (push) Failing after 767h17m30s
CI/CD Pipeline / PR Build Web Image (push) Failing after 767h25m54s
CI/CD Pipeline / CI Gate (push) Failing after 767h17m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 767h25m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 767h17m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 767h26m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 767h26m26s
CI/CD Pipeline / Deploy Production (push) Failing after 767h51m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 767h59m23s
2026-08-15 16:00:16 +08:00
xiaoxia
d7bc908ed3
fix: ASR字幕路径叠加标题,修复封面没有标题的问题 ( #1374 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m28s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m36s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m31s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m14s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m31s
CI/CD Pipeline / Integration Tests (push) Successful in 1m45s
CI/CD Pipeline / Unit Tests (push) Successful in 8m51s
CI/CD Pipeline / Build Staging API Image (push) Successful in 20m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m20s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 768h40m57s
CI/CD Pipeline / Deploy Production (push) Failing after 768h56m40s
CI/CD Pipeline / CI Gate (push) Failing after 768h56m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 768h56m41s
CI/CD Pipeline / Build Production API Image (push) Failing after 768h56m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 769h5m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 769h5m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 769h5m34s
CI/CD Pipeline / Production Browser E2E (push) Failing after 769h30m10s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 769h30m12s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 769h38m59s
CI/CD Pipeline / Frontend Lint (push) Failing after 769h39m2s
2026-08-15 14:21:09 +08:00
xiaoxia
59faf37fc9
fix: 统一封面管道增加cover_url多步fallback查找,修复500错误 ( #1373 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m54s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m33s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m18s
CI/CD Pipeline / Integration Tests (push) Successful in 2m0s
CI/CD Pipeline / Unit Tests (push) Successful in 7m58s
CI/CD Pipeline / Build Staging API Image (push) Successful in 20m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m58s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m49s
CI/CD Pipeline / Canary Release to Production (push) Failing after 771h20m58s
CI/CD Pipeline / Deploy Production (push) Failing after 771h37m42s
CI/CD Pipeline / CI Gate (push) Failing after 771h37m42s
CI/CD Pipeline / Build Production Web Image (push) Failing after 771h37m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 771h37m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 771h45m42s
CI/CD Pipeline / PR Build API Image (push) Failing after 771h45m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 771h45m43s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 771h45m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 772h11m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 772h11m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 772h19m13s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-15 11:41:00 +08:00
xiaoxia
206d517a91
fix: 删除封面生成多余logger调用+增加source_edit_plan_id查找兜底 ( #1372 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m18s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m55s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m40s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m29s
CI/CD Pipeline / Integration Tests (push) Successful in 1m44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m25s
CI/CD Pipeline / Unit Tests (push) Successful in 8m26s
CI/CD Pipeline / Build Staging API Image (push) Successful in 22m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m15s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m57s
CI/CD Pipeline / Canary Release to Production (push) Failing after 772h50m58s
CI/CD Pipeline / Build Production API Image (push) Failing after 773h8m59s
CI/CD Pipeline / PR Build Web Image (push) Failing after 773h17m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 773h8m57s
CI/CD Pipeline / PR Build API Image (push) Failing after 773h17m25s
CI/CD Pipeline / Deploy Production (push) Failing after 773h8m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 773h17m26s
CI/CD Pipeline / CI Gate (push) Failing after 773h8m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 773h8m58s
CI/CD Pipeline / Build Production Web Image (push) Failing after 773h8m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 773h17m29s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 773h50m54s
2026-08-15 10:09:16 +08:00
xiaoxia
0301370dd8
refactor: 统一封面生成管道 — 从渲染后视频抽帧作为封面 ( #1371 )
...
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m45s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m20s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m22s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m19s
CI/CD Pipeline / Integration Tests (push) Successful in 2m0s
CI/CD Pipeline / Unit Tests (push) Successful in 9m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 20m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m2s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 784h46m17s
CI/CD Pipeline / Deploy Production (push) Failing after 785h1m33s
CI/CD Pipeline / CI Gate (push) Failing after 785h1m33s
CI/CD Pipeline / Build Production Web Image (push) Failing after 785h1m34s
CI/CD Pipeline / Build Production API Image (push) Failing after 785h1m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 785h10m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 785h10m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 785h10m44s
CI/CD Pipeline / Production Browser E2E (push) Failing after 785h35m3s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 785h35m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 785h44m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 785h44m14s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-14 22:16:00 +08:00
xiaoxia
85bfe58f39
Merge pull request 'fix: 修复封面标题叠加根因 - custom_title 未传入渲染流程' ( #1368 ) from fix/custom-title-render into develop
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m51s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m16s
CI/CD Pipeline / Integration Tests (push) Successful in 2m46s
CI/CD Pipeline / Unit Tests (push) Successful in 9m30s
CI/CD Pipeline / Build Staging API Image (push) Successful in 16m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m10s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 792h1m13s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 792h11m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 792h11m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 792h11m48s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 792h21m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 792h21m19s
CI/CD Pipeline / Deploy Production (push) Failing after 792h11m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 792h21m21s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 792h21m24s
CI/CD Pipeline / CI Gate (push) Failing after 792h45m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 792h45m21s
CI/CD Pipeline / PR Build API Image (push) Failing after 792h54m51s
2026-08-14 15:05:23 +08:00
xiaoxia
2ff2798c97
fix: 修复封面标题叠加根因 - custom_title 未传入渲染流程
...
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m28s
AI Code Review / AI Code Review (pull_request) Successful in 6m50s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 48s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 49s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 793h0m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 793h0m39s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 793h5m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 793h5m37s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m0s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m18s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m24s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m43s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m45s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m46s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 792h31m24s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 792h32m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 792h32m8s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 792h32m8s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 792h27m7s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 792h27m7s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 792h27m8s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 792h27m6s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 792h31m22s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 792h31m24s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 792h32m4s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 792h32m4s
- _render_video 函数签名新增 custom_title 参数
- 函数体内注入 custom_title 到 plan_config 覆盖模板标题
- 调用处传入 task_info.get('custom_title', '')
2026-08-14 14:54:37 +08:00
xiaoxia
00348a2154
fix(e2e): align confirm generation response assertion with BatchGenerationTaskResponse ( #1366 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m49s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m29s
CI/CD Pipeline / Integration Tests (push) Successful in 1m33s
CI/CD Pipeline / Unit Tests (push) Successful in 8m56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 15m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 58s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 35s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 793h26m35s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 793h36m50s
CI/CD Pipeline / Build Production Web Image (push) Failing after 793h36m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 793h36m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 793h45m44s
CI/CD Pipeline / Deploy Production (push) Failing after 793h36m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 793h45m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 793h45m48s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 793h45m48s
CI/CD Pipeline / CI Gate (push) Failing after 794h10m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 794h10m20s
CI/CD Pipeline / PR Build API Image (push) Failing after 794h19m16s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-14 13:41:00 +08:00
xiaoxia
c00c56a742
fix: overlay title text on auto-generated cover frames ( #1365 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m37s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m57s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m51s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m6s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m31s
CI/CD Pipeline / Integration Tests (push) Successful in 1m40s
CI/CD Pipeline / Unit Tests (push) Successful in 9m31s
CI/CD Pipeline / Build Staging API Image (push) Successful in 19m32s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 58s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 794h52m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 795h6m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 795h6m11s
CI/CD Pipeline / PR Build Web Image (push) Failing after 795h15m41s
CI/CD Pipeline / Production Browser E2E (push) Failing after 795h6m10s
CI/CD Pipeline / PR Build API Image (push) Failing after 795h15m43s
CI/CD Pipeline / Deploy Production (push) Failing after 795h6m10s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 795h15m47s
CI/CD Pipeline / CI Gate (push) Failing after 795h6m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 795h39m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 795h49m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 795h49m13s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-14 12:11:00 +08:00
xiaoxia
8e4a8a8184
fix: videoRatio aspect ratio parsed as resolution causing scale=9:1920 ( #1364 )
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m28s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m31s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m32s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 4m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m32s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 16m49s
CI/CD Pipeline / Unit Tests (push) Successful in 20m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 21m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m7s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m49s
CI/CD Pipeline / Integration Tests (push) Successful in 11m8s
CI/CD Pipeline / CI Gate (push) Failing after 806h1m55s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 806h9m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 806h9m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 806h29m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 806h4m3s
CI/CD Pipeline / Production Browser E2E (push) Failing after 806h9m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 806h29m50s
CI/CD Pipeline / PR Build API Image (push) Failing after 806h29m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 806h29m54s
CI/CD Pipeline / Deploy Production (push) Failing after 806h43m10s
CI/CD Pipeline / Build Production API Image (push) Failing after 806h43m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 807h3m23s
2026-08-14 00:56:54 +08:00
xiaoxia
6a4085452d
fix: cover_templates config double-encoded JSON causing 500 ( #1363 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m17s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m48s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m52s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m18s
CI/CD Pipeline / Unit Tests (push) Successful in 13m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 21m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 38m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m59s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Integration Tests (push) Successful in 21m28s
CI/CD Pipeline / CI Gate (push) Failing after 806h46m33s
CI/CD Pipeline / Canary Release to Production (push) Failing after 806h47m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 807h6m48s
CI/CD Pipeline / Deploy Production (push) Failing after 807h6m50s
CI/CD Pipeline / Build Production API Image (push) Failing after 807h6m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 807h6m52s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 807h30m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 807h31m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 807h31m1s
CI/CD Pipeline / PR Build API Image (push) Failing after 807h31m3s
CI/CD Pipeline / Build Production Web Image (push) Failing after 807h40m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 808h4m35s
2026-08-13 23:55:40 +08:00
xiaoxia
0896f3e161
fix: add ffmpeg to API runtime image for cover fallback ( #1362 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m55s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m20s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m20s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m20s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m18s
CI/CD Pipeline / Unit Tests (push) Successful in 10m54s
CI/CD Pipeline / Integration Tests (push) Successful in 4m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 22m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m9s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m49s
CI/CD Pipeline / Canary Release to Production (push) Failing after 809h20m8s
CI/CD Pipeline / Deploy Production (push) Failing after 809h35m28s
CI/CD Pipeline / CI Gate (push) Failing after 809h33m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 809h35m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 809h46m22s
CI/CD Pipeline / Build Production Web Image (push) Failing after 809h35m29s
CI/CD Pipeline / PR Build Web Image (push) Failing after 809h46m23s
CI/CD Pipeline / PR Build API Image (push) Failing after 809h46m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 809h46m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 809h46m26s
CI/CD Pipeline / Production Browser E2E (push) Failing after 810h8m57s
CI/CD Pipeline / Build Production API Image (push) Failing after 810h8m59s
fix: add ffmpeg to API runtime image for cover fallback (#1362 )
2026-08-13 21:40:22 +08:00
xiaoxia
21e84c71c4
perf: render-time cover frame pre-extraction + FFmpeg fallback, remove MediaKit ( #1360 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m52s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m29s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m2s
CI/CD Pipeline / Unit Tests (push) Successful in 9m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m45s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 43s
CI/CD Pipeline / Integration Tests (push) Successful in 7m28s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m6s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 810h18m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 810h25m14s
CI/CD Pipeline / Deploy Production (push) Failing after 810h25m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 810h25m16s
CI/CD Pipeline / Build Production API Image (push) Failing after 810h25m16s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 810h34m50s
CI/CD Pipeline / PR Build Web Image (push) Failing after 810h34m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 810h35m3s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 810h35m47s
CI/CD Pipeline / CI Gate (push) Failing after 810h54m44s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 810h58m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 811h8m24s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 20:51:02 +08:00
xiaoxia
17174e2cf5
refactor(cover): 封面生成API从templates_editor解耦到generation路由 ( #1359 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m52s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m57s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m43s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m45s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m26s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m44s
CI/CD Pipeline / Integration Tests (push) Successful in 2m12s
CI/CD Pipeline / Unit Tests (push) Successful in 9m0s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 32s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 812h14m47s
CI/CD Pipeline / CI Gate (push) Failing after 812h21m45s
CI/CD Pipeline / Production Browser E2E (push) Failing after 812h21m45s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 812h21m45s
CI/CD Pipeline / Build Production API Image (push) Failing after 812h21m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 812h30m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 812h30m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 812h30m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 812h30m49s
CI/CD Pipeline / Deploy Production (push) Failing after 812h55m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 812h55m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 813h4m15s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 18:56:00 +08:00
xiaoxia
0a00870ab6
fix(cover): 修复预览视频存储路径错误导致封面生成 500 ( #1358 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m30s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m7s
CI/CD Pipeline / Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Unit Tests (push) Successful in 9m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 36s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 812h52m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 813h0m14s
CI/CD Pipeline / CI Gate (push) Failing after 813h0m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 813h0m15s
CI/CD Pipeline / Build Production API Image (push) Failing after 813h0m15s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 813h9m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 813h9m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 813h9m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 813h9m41s
CI/CD Pipeline / Deploy Production (push) Failing after 813h33m46s
CI/CD Pipeline / Build Production Web Image (push) Failing after 813h33m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 813h43m8s
fix(cover): 修复预览视频存储路径错误导致封面生成500 (#1358 )
2026-08-13 18:17:09 +08:00
xiaoxia
68fa7fd163
fix(cover): 修复 OSS 路径双斜杠导致 MediaKit 404 ( #1357 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m41s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m53s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m40s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m42s
CI/CD Pipeline / Unit Tests (push) Successful in 10m9s
CI/CD Pipeline / Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m40s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m10s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 813h17m29s
CI/CD Pipeline / CI Gate (push) Failing after 813h25m25s
CI/CD Pipeline / Production Browser E2E (push) Failing after 813h25m35s
CI/CD Pipeline / Deploy Production (push) Failing after 813h25m36s
CI/CD Pipeline / Build Production API Image (push) Failing after 813h25m38s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 813h25m37s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 813h35m45s
CI/CD Pipeline / PR Build Web Image (push) Failing after 813h35m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 813h35m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 813h35m49s
CI/CD Pipeline / Build Production Web Image (push) Failing after 813h59m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 814h9m18s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 17:51:00 +08:00
xiaoxia
7ba46cb9c0
fix(cover): 封面生成前校验视频URL可达性,避免MediaKit超时120秒 ( #1356 )
...
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m41s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m14s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m42s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m42s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m36s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m40s
CI/CD Pipeline / Unit Tests (push) Successful in 10m23s
CI/CD Pipeline / Integration Tests (push) Successful in 4m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m35s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m30s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m5s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m46s
CI/CD Pipeline / Canary Release to Production (push) Failing after 815h33m54s
CI/CD Pipeline / CI Gate (push) Failing after 815h39m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 815h40m23s
CI/CD Pipeline / Build Production Web Image (push) Failing after 815h40m23s
CI/CD Pipeline / Production Browser E2E (push) Failing after 815h40m22s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 815h50m45s
CI/CD Pipeline / PR Build Web Image (push) Failing after 815h50m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 815h50m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 815h50m49s
CI/CD Pipeline / Deploy Production (push) Failing after 816h13m54s
CI/CD Pipeline / Build Production API Image (push) Failing after 816h13m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 816h24m19s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 15:36:00 +08:00
xiaoxia
0529c61347
fix(test): 修复 test_confirm_generation.py 中 confirm API 路径 ( #1355 )
...
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m36s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m15s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m1s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Build Staging Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 815h55m8s
CI/CD Pipeline / PR Build Web Image (push) Failing after 815h55m10s
CI/CD Pipeline / Frontend Lint (push) Failing after 815h55m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 815h55m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 816h28m43s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 15:31:00 +08:00
xiaoxia
915e551ecc
Merge pull request 'fix: 修复封面类型解耦后的5个TypeScript import路径错误
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m53s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m20s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m31s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m36s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m46s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m39s
CI/CD Pipeline / Unit Tests (push) Successful in 10m59s
CI/CD Pipeline / Integration Tests (push) Successful in 4m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 15m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 34s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 44s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m8s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 819h19m33s
CI/CD Pipeline / Production Browser E2E (push) Failing after 819h26m51s
CI/CD Pipeline / Deploy Production (push) Failing after 819h26m52s
CI/CD Pipeline / Build Production Web Image (push) Failing after 819h26m52s
CI/CD Pipeline / Build Production API Image (push) Failing after 819h26m53s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 819h37m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 819h37m56s
CI/CD Pipeline / PR Build Web Image (push) Failing after 819h37m50s
CI/CD Pipeline / PR Build API Image (push) Failing after 819h37m52s
CI/CD Pipeline / CI Gate (push) Failing after 819h58m6s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 820h0m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 820h11m22s
PR #1352解耦CoverConfig后,遗漏了5处import路径更新,导致staging web镜像构建失败(tsc编译错误)。
修复内容:
- api/editing-planner/types.ts 和 api/template-editor/types.ts:CoverConfig改为从 @/page…' (#1354 ) from fix/cover-types-import-paths into develop
fix: 修复封面类型解耦后的TypeScript import路径错误
修复了PR #1352解耦CoverConfig后遗漏的5处import路径更新:
- api/editing-planner/types.ts 和 api/template-editor/types.ts: CoverConfig改从 @/pages/generate/types/cover 导入
- useGenerateFormState/index.ts, usePlanConfigLoader.ts, useTitleCoverSync.ts: 相对路径修正
- EditorDrawers.tsx: Prettier格式修复
2026-08-13 11:48:55 +08:00
xiaoxia
b0812b14f9
style: fix Prettier formatting in EditorDrawers.tsx
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 44s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m9s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m56s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m0s
AI Code Review / AI Code Review (pull_request) Successful in 2m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 2m15s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 1m53s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 3m21s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 3m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 11m8s
CI/CD Pipeline / CI Gate (pull_request) Successful in 5s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 53s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m15s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 819h40m37s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 819h40m38s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 819h40m38s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 819h40m38s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 819h40m39s
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 819h51m21s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 819h51m21s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 819h51m23s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 819h51m44s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 819h51m45s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 819h51m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 819h51m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 819h51m48s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 820h14m8s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 820h14m9s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 820h25m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 820h25m20s
Remove trailing empty line to pass prettier --check.
2026-08-13 11:35:00 +08:00
xiaoxia
c062ff3912
fix: correct types/cover import path in useTitleCoverSync.ts
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 26s
AI Code Review / AI Code Review (pull_request) Successful in 1m2s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 38s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m20s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 1m9s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 1m51s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m53s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 2m13s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 2m20s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 1m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (pull_request) Failing after 819h55m44s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 819h56m40s
CI/CD Pipeline / PR Build API Image (pull_request) Failing after 819h55m48s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 819h56m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 819h56m44s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 819h56m46s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 819h56m46s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 820h29m51s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 820h30m13s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 820h30m17s
2026-08-13 11:29:48 +08:00
xiaoxia
8e4834c927
fix: correct types/cover import path in usePlanConfigLoader.ts
2026-08-13 11:29:48 +08:00
xiaoxia
e1076f7e88
fix: correct types/cover import path in useGenerateFormState/index.ts
2026-08-13 11:29:47 +08:00
xiaoxia
5b95bdef6f
fix: update CoverConfig import path in api/template-editor/types.ts
2026-08-13 11:29:47 +08:00
xiaoxia
61c75ad809
fix: update CoverConfig import path in api/editing-planner/types.ts
...
CoverConfig was moved from editing-planner/types to generate/types/cover (PR #1352 )
but this import was not updated, causing TS2305 build failure.
2026-08-13 11:29:25 +08:00
xiaoxia
52eb37472d
refactor( #1341 ): 删除 EditingPlanner 遗留封面生成器 + 清理 compose_video 封面代码 ( #1353 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m18s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m27s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m7s
CI/CD Pipeline / Build Staging API Image (push) Successful in 7m22s
CI/CD Pipeline / Integration Tests (push) Successful in 2m58s
CI/CD Pipeline / Unit Tests (push) Successful in 9m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 830h0m58s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 830h1m0s
CI/CD Pipeline / Canary Release to Production (push) Failing after 830h0m59s
CI/CD Pipeline / Deploy Production (push) Failing after 830h0m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 830h1m0s
CI/CD Pipeline / Build Production API Image (push) Failing after 830h1m0s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 830h3m26s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 830h3m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 830h3m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 830h10m48s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 830h10m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 830h10m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 830h10m50s
CI/CD Pipeline / CI Gate (push) Failing after 830h34m31s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 830h36m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 830h44m18s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 01:16:00 +08:00
灵应
d67d6eb2cd
refactor( #1341 ): 解耦封面类型定义,独立于 editing-planner + 修复 confirm 路径和 AI 超时 ( #1352 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m40s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m40s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m3s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m3s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 8m27s
CI/CD Pipeline / Unit Tests (push) Successful in 10m29s
CI/CD Pipeline / Integration Tests (push) Successful in 3m42s
CI/CD Pipeline / CI Gate (push) Failing after 830h14m16s
CI/CD Pipeline / Canary Release to Production (push) Failing after 830h14m48s
CI/CD Pipeline / Deploy Production (push) Failing after 830h14m48s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 830h16m54s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 830h14m49s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 830h16m54s
CI/CD Pipeline / Build Production Web Image (push) Failing after 830h14m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 830h16m56s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 830h25m18s
CI/CD Pipeline / PR Build Web Image (push) Failing after 830h25m20s
CI/CD Pipeline / Frontend Lint (push) Failing after 830h25m20s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 830h25m24s
CI/CD Pipeline / Production Browser E2E (push) Failing after 830h48m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 830h48m20s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 830h50m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 830h58m51s
2026-08-13 01:01:23 +08:00
xiaoxia
cd6fde790a
perf( #1341 ): 封面生成改用 TimeInterval 策略(避免 OOM,提高稳定性) ( #1351 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m37s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m9s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m20s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m7s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 34s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Integration Tests (push) Successful in 2m12s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 2m12s
CI/CD Pipeline / Unit Tests (push) Successful in 9m17s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 830h41m0s
CI/CD Pipeline / CI Gate (push) Failing after 830h41m28s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 830h41m29s
CI/CD Pipeline / Build Production API Image (push) Failing after 830h41m29s
CI/CD Pipeline / Production Browser E2E (push) Failing after 830h41m27s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 830h50m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 830h50m48s
CI/CD Pipeline / Frontend Lint (push) Failing after 830h50m49s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 830h50m52s
CI/CD Pipeline / Deploy Production (push) Failing after 831h14m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 831h15m0s
CI/CD Pipeline / PR Build Web Image (push) Failing after 831h24m18s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-13 00:36:00 +08:00
CI Bot
9c6af4dd45
fix: 删除孤立测试文件 test_cover_service.py(cover_service.py 已在 PR #1347 squash merge 中删除)
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m27s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m2s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m55s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 11m20s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m9s
CI/CD Pipeline / Unit Tests (push) Successful in 14m17s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m13s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Integration Tests (push) Successful in 7m31s
CI/CD Pipeline / CI Gate (push) Failing after 832h16m39s
CI/CD Pipeline / Deploy Production (push) Failing after 832h21m11s
CI/CD Pipeline / Canary Release to Production (push) Failing after 832h17m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 832h21m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 832h35m29s
CI/CD Pipeline / Build Production Web Image (push) Failing after 832h21m11s
CI/CD Pipeline / PR Build Web Image (push) Failing after 832h35m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 832h35m30s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 832h35m31s
CI/CD Pipeline / Production Browser E2E (push) Failing after 832h54m39s
CI/CD Pipeline / Build Production API Image (push) Failing after 832h54m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 833h8m59s
2026-08-12 22:51:20 +08:00
xiaoxia
7b9e803603
fix( #1341 ): 增强封面生成错误日志和前端提示 + ESLint 修复 + prettier 格式化 ( #1347 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m3s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 9m21s
CI/CD Pipeline / Unit Tests (push) Failing after 10m23s
CI/CD Pipeline / Integration Tests (push) Successful in 5m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 15m14s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 46s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 35s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 832h38m47s
CI/CD Pipeline / Production Browser E2E (push) Failing after 832h45m29s
CI/CD Pipeline / Deploy Production (push) Failing after 832h45m29s
CI/CD Pipeline / Build Production Web Image (push) Failing after 832h45m30s
CI/CD Pipeline / Build Production API Image (push) Failing after 832h45m30s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 832h55m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 832h55m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 832h55m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 832h55m45s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 832h58m9s
CI/CD Pipeline / CI Gate (push) Failing after 833h16m34s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 833h19m0s
2026-08-12 22:28:38 +08:00
xiaoxia
12d7b9ac2f
fix( #1341 ): 移除 useStep6Cover 未使用的 useRef 导入,修复 Docker 构建 TS6133 ( #1346 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m9s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m36s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m37s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m5s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m38s
CI/CD Pipeline / Unit Tests (push) Failing after 7m28s
CI/CD Pipeline / Integration Tests (push) Successful in 3m7s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 38s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 44s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m14s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 837h57m40s
CI/CD Pipeline / Production Browser E2E (push) Failing after 838h7m18s
CI/CD Pipeline / Deploy Production (push) Failing after 838h7m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 838h7m20s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 838h7m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 838h13m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 838h13m44s
CI/CD Pipeline / PR Build API Image (push) Failing after 838h13m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 838h14m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 838h14m57s
CI/CD Pipeline / CI Gate (push) Failing after 838h38m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 838h40m48s
2026-08-12 17:11:53 +08:00
xiaoxia
887e66b0f9
refactor( #1341 ): 删除 EditingPlanner 废弃的封面代码
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m26s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m17s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 3m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m4s
CI/CD Pipeline / Unit Tests (push) Failing after 8m0s
CI/CD Pipeline / Integration Tests (push) Successful in 3m15s
CI/CD Pipeline / CI Gate (push) Failing after 838h15m23s
CI/CD Pipeline / Production Browser E2E (push) Failing after 838h17m39s
CI/CD Pipeline / Deploy Production (push) Failing after 838h17m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 838h17m41s
CI/CD Pipeline / Build Production Web Image (push) Failing after 838h17m41s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 838h19m20s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 838h19m21s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 838h19m21s
CI/CD Pipeline / PR Build Web Image (push) Failing after 838h25m43s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 838h19m22s
CI/CD Pipeline / PR Build API Image (push) Failing after 838h25m43s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 838h25m45s
CI/CD Pipeline / Canary Release to Production (push) Failing after 838h51m8s
CI/CD Pipeline / Build Production API Image (push) Failing after 838h51m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 838h59m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 838h59m13s
2026-08-12 17:01:04 +08:00
xiaoxia
9520507f38
fix( #1341 ): 修复智能剪辑封面生成的 3 个问题 ( #1345 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m47s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m47s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m41s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 3m43s
CI/CD Pipeline / Validate - Code Quality (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Staging API Image (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been cancelled
CI/CD Pipeline / Staging E2E Tests (push) Has been cancelled
CI/CD Pipeline / Staging API Integration Tests (push) Has been cancelled
CI/CD Pipeline / Build Production API Image (push) Has been cancelled
CI/CD Pipeline / Build Production Web Image (push) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Production Browser E2E (push) Has been cancelled
CI/CD Pipeline / ACR Image Cleanup (push) Has been cancelled
CI/CD Pipeline / Canary Release to Production (push) Has been cancelled
CI/CD Pipeline / CI Gate (push) Has been cancelled
CI/CD Pipeline / PR Build Worker Image (push) Failing after 838h30m43s
CI/CD Pipeline / PR Build API Image (push) Failing after 838h30m45s
CI/CD Pipeline / Frontend Lint (push) Failing after 838h30m45s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 838h30m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 839h4m15s
A. generatingRef 卡死 → 改用 useState + 300秒超时保护
B. Step6 缺少进度弹窗 → 添加 Modal + Spin 进度提示
C. 预览视频 URL 没回写 → 预览完成后保存到 plan.config.rendered_storage_key
2026-08-12 16:56:00 +08:00
xiaoxia
0d99a28fc2
fix( #1341 ): 修复 EditorDrawers totalDuration 重复定义 ( #1344 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m44s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m38s
CI/CD Pipeline / Unit Tests (push) Successful in 11m18s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m44s
CI/CD Pipeline / Integration Tests (push) Successful in 5m8s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m9s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m29s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m10s
CI/CD Pipeline / Canary Release to Production (push) Failing after 838h57m16s
CI/CD Pipeline / Production Browser E2E (push) Failing after 839h4m0s
CI/CD Pipeline / Deploy Production (push) Failing after 839h4m1s
CI/CD Pipeline / Build Production Web Image (push) Failing after 839h4m2s
CI/CD Pipeline / Build Production API Image (push) Failing after 839h4m2s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 839h15m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 839h15m22s
CI/CD Pipeline / Frontend Lint (push) Failing after 839h15m22s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 839h15m24s
CI/CD Pipeline / CI Gate (push) Failing after 839h35m6s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 839h37m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 839h48m52s
2026-08-12 16:11:26 +08:00