CI Bot
d48d652465
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 42s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m5s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m24s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m21s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m45s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 1m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m23s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m23s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m13s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m28s
AI Code Review / AI Code Review (pull_request) Successful in 5m43s
CI/CD Pipeline / CI Gate (pull_request) Successful in 5s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 32s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 45s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 767h36m20s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 767h36m21s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 767h36m22s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 767h36m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 767h39m50s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 767h39m53s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 767h40m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 767h40m31s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 767h40m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 767h40m35s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 767h40m35s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 768h9m51s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 768h9m53s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 768h13m23s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 768h14m2s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 768h14m6s
2026-08-15 07:46:06 +00:00
xiaoxia
1a2f34e508
fix(cover): overlay title text on cover image after frame extraction
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 36s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m15s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m22s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m32s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m37s
AI Code Review / AI Code Review (pull_request) Successful in 2m3s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m3s
CI/CD Pipeline / Validate - Code Quality (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
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 767h42m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 767h42m53s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 767h43m27s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 767h43m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 767h43m31s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 767h43m33s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 767h43m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 767h43m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 768h16m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 768h17m0s
Root cause: cover frame is extracted during preview video rendering (Step 3),
but user selects title AFTER rendering (Step 4). The cover frame naturally
has no title because it was captured before the title was chosen.
Fix: In generation_cover.py, after finding cover_url_from_task, check if
plan.config['title']['text'] has a title. If yes, download the cover image,
use ffmpeg drawtext to overlay the title (white text + black shadow, centered
near bottom), upload to OSS, and return the new URL. On failure, fallback
to original cover_url.
Changes:
- Add _overlay_title_on_cover_image() helper in generation_cover.py
- Add _escape_drawtext_text() for ffmpeg special character escaping
- Modify cover route to check for title and overlay if present
- 12 new unit tests (test_cover_title_overlay.py)
- All 13603 tests pass
Fixes: cover title missing issue in staging
2026-08-15 15:42:56 +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
xiaoxia
d995617375
feat: 封面功能接入 UI + AI 生成按钮 + 进度弹窗 ( #1343 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m18s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m42s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m28s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 3m30s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m28s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m29s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m40s
CI/CD Pipeline / Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Unit Tests (push) Successful in 9m53s
CI/CD Pipeline / Production Browser E2E (push) Failing after 840h2m47s
CI/CD Pipeline / Deploy Production (push) Failing after 840h2m48s
CI/CD Pipeline / CI Gate (push) Failing after 840h2m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 840h2m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 840h2m49s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 840h6m11s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 840h6m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 840h6m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 840h12m40s
CI/CD Pipeline / PR Build API Image (push) Failing after 840h12m41s
CI/CD Pipeline / Frontend Lint (push) Failing after 840h12m42s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 840h12m44s
CI/CD Pipeline / Canary Release to Production (push) Failing after 840h36m18s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 840h36m18s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 840h39m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 840h46m11s
- useEditorDrawers: 添加 coverDrawerOpen 开关状态
- EditorDrawers: 渲染 CoverSelector Drawer
- EditingPlanner: 传递 cover 相关 props 到 EditorDrawers 和 RightPanel
- clipProperties.ts: 添加 onOpenCoverDrawer 属性
- ClipPropertiesPanel: 添加封面设置入口按钮
- RightPanel: 透传 onOpenCoverDrawer 到 ClipPropertiesPanel
- cover-selector/index.tsx: 添加 templateId prop、AI 生成封面按钮、
进度弹窗 Modal + Spin
- EditingPlanner.css: 添加生成按钮样式
Close #1343
2026-08-12 15:14:07 +08:00
CI Bot
947b3ed86e
fix( #1341 ): MediaKit 视频理解从 API 路由移到 Worker 任务
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m58s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m48s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m34s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m27s
CI/CD Pipeline / Integration Tests (push) Successful in 1m43s
CI/CD Pipeline / Unit Tests (push) Successful in 8m48s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m2s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 40s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m54s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Canary Release to Production (push) Failing after 842h34m0s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 842h41m51s
CI/CD Pipeline / Production Browser E2E (push) Failing after 842h41m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 842h41m51s
CI/CD Pipeline / Deploy Production (push) Failing after 842h41m49s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 842h50m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 842h41m51s
CI/CD Pipeline / PR Build Web Image (push) Failing after 842h50m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 842h50m38s
CI/CD Pipeline / PR Build API Image (push) Failing after 842h50m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 842h50m41s
CI/CD Pipeline / CI Gate (push) Failing after 843h15m20s
P0 Bug: analyze_videos() 在 HTTP 请求中同步调用耗时 30-60s,
前端 10s 超时。
修复:
- 从 generation_preview.py 移除 MediaKit 同步调用
- 在 Worker generate_video 任务中、渲染之前调用
- 分析结果保存到 task.extra_meta['asset_analyses']
2026-08-12 12:36:13 +08:00
CI Bot
75f19ae9d9
fix( #1341 ): E2E 全局超时从 180s 提升到 360s
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m13s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m39s
CI/CD Pipeline / Integration Tests (push) Successful in 2m35s
CI/CD Pipeline / Unit Tests (push) Successful in 9m26s
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 / Deploy Production (push) Failing after 842h52m10s
CI/CD Pipeline / Production Browser E2E (push) Failing after 842h52m9s
CI/CD Pipeline / CI Gate (push) Failing after 842h52m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 842h52m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 842h52m11s
CI/CD Pipeline / PR Build Web Image (push) Failing after 843h1m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 843h1m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 843h1m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 843h1m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 843h25m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 843h35m7s
预览生成步骤最多需要 300s(MediaKit 视频理解),全局 180s 不够用。
2026-08-12 12:25:10 +08:00
CI Bot
880237ff5f
fix( #1341 ): E2E 预览生成超时从 120s 提升到 300s
...
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m37s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m59s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m28s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m28s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m32s
CI/CD Pipeline / Unit Tests (push) Successful in 8m20s
CI/CD Pipeline / Integration Tests (push) Successful in 2m12s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m18s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 38s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m32s
CI/CD Pipeline / Canary Release to Production (push) Failing after 844h59m20s
CI/CD Pipeline / Production Browser E2E (push) Failing after 845h8m46s
CI/CD Pipeline / Deploy Production (push) Failing after 845h8m47s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 845h8m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 845h8m48s
CI/CD Pipeline / PR Build Web Image (push) Failing after 845h17m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 845h8m49s
CI/CD Pipeline / PR Build API Image (push) Failing after 845h17m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 845h17m12s
CI/CD Pipeline / CI Gate (push) Failing after 845h41m59s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 845h50m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 845h50m40s
MediaKit 视频理解修复后实际生效,火山方舟 API 轮询耗时 30-60s,
加上渲染总时间超过 120s。
2026-08-12 10:09:41 +08:00
CI Bot
8ac6d1e6bc
fix( #1341 ): analyze_videos 添加缺失的 prompt 参数
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m31s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m40s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m28s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m33s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m4s
CI/CD Pipeline / Integration Tests (push) Successful in 1m44s
CI/CD Pipeline / Unit Tests (push) Successful in 8m56s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m52s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 35s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 43s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 845h21m13s
CI/CD Pipeline / Deploy Production (push) Failing after 845h29m36s
CI/CD Pipeline / CI Gate (push) Failing after 845h29m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 845h29m38s
CI/CD Pipeline / Build Production API Image (push) Failing after 845h29m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 845h38m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 845h38m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 845h38m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 845h38m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 846h3m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 846h3m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 846h12m3s
generation_preview.py 调用 mk_client.analyze_videos() 缺少必传 prompt 参数,
导致 TypeError 被 try/except 吞掉,MediaKit 视频理解从未生效。
2026-08-12 09:48:16 +08:00
CI Bot
7d6c0cc67e
fix: cover.py step3 改用 user+template 查找预览任务;删除 generation.py 冗余 rendered_url
...
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m33s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m36s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m24s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m31s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m38s
CI/CD Pipeline / Integration Tests (push) Successful in 1m58s
CI/CD Pipeline / Unit Tests (push) Successful in 9m9s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m11s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 44s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 855h3m55s
CI/CD Pipeline / Deploy Production (push) Failing after 855h10m36s
CI/CD Pipeline / CI Gate (push) Failing after 855h10m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 855h10m37s
CI/CD Pipeline / Build Production API Image (push) Failing after 855h10m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 855h19m46s
CI/CD Pipeline / PR Build API Image (push) Failing after 855h19m47s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 855h19m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 855h44m5s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 855h44m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 855h53m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 855h53m16s
P0 修复:预览任务创建时 plan_id 尚未存在,source_edit_plan_id 始终为空,
导致封面生成第三步查找永远匹配不到。改为按 user_id + template_id + is_preview +
status=completed 查找最近预览任务。
技术债:generation.py 复用预览产物分支删除冗余 rendered_url 写入,
统一只写 rendered_storage_key。
新增 repository 方法:list_latest_completed_preview(user_id, template_id)
2026-08-12 00:07:06 +08:00
CI Bot
cb1ba46d30
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m27s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m24s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m29s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m37s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m50s
CI/CD Pipeline / Unit Tests (push) Successful in 10m30s
CI/CD Pipeline / Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 54s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 44s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 856h27m32s
CI/CD Pipeline / Deploy Production (push) Failing after 856h33m39s
CI/CD Pipeline / CI Gate (push) Failing after 856h32m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 856h33m40s
CI/CD Pipeline / Build Production API Image (push) Failing after 856h33m40s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 856h44m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 856h44m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 856h44m12s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 856h44m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 857h7m7s
CI/CD Pipeline / Build Production Web Image (push) Failing after 857h7m9s
CI/CD Pipeline / PR Build Web Image (push) Failing after 857h17m40s
2026-08-11 14:42:39 +00:00
CI Bot
b174a792b2
fix: remove duplicate pytest imports for ruff F811
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m0s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m28s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m5s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m25s
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 856h50m32s
CI/CD Pipeline / PR Build API Image (push) Failing after 856h50m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 856h50m33s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 856h50m34s
CI/CD Pipeline / PR Build Web Image (push) Failing after 857h24m2s
2026-08-11 22:36:19 +08:00
CI Bot
43fa4a5575
test: fix test_ai_tasks + format cover.py for #1341
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m54s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m55s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m38s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m9s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 5m16s
CI/CD Pipeline / Integration Tests (push) Successful in 7m6s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m54s
CI/CD Pipeline / Unit Tests (push) Successful in 13m3s
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) Successful in 41s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m47s
CI/CD Pipeline / Canary Release to Production (push) Failing after 857h8m1s
CI/CD Pipeline / Production Browser E2E (push) Failing after 857h11m34s
CI/CD Pipeline / Deploy Production (push) Failing after 857h11m35s
CI/CD Pipeline / Build Production API Image (push) Failing after 857h11m39s
CI/CD Pipeline / CI Gate (push) Failing after 857h11m37s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 857h24m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 857h11m37s
CI/CD Pipeline / PR Build API Image (push) Failing after 857h24m43s
CI/CD Pipeline / Frontend Lint (push) Failing after 857h24m43s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 857h24m46s
CI/CD Pipeline / Build Production Web Image (push) Failing after 857h45m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 857h58m12s
2026-08-11 22:02:08 +08:00
CI Bot
cbf1f228bd
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m52s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m36s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 4m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m2s
CI/CD Pipeline / Validate - Code Quality (push) Failing after 9m11s
CI/CD Pipeline / Unit Tests (push) Failing after 13m50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 59s
CI/CD Pipeline / Integration Tests (push) Successful in 6m25s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Canary Release to Production (push) Failing after 857h26m50s
CI/CD Pipeline / Production Browser E2E (push) Failing after 857h31m23s
CI/CD Pipeline / Deploy Production (push) Failing after 857h31m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 857h31m24s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 857h31m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 857h45m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 857h45m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 857h45m14s
CI/CD Pipeline / Frontend Lint (push) Failing after 857h45m14s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 857h45m17s
CI/CD Pipeline / CI Gate (push) Failing after 858h3m6s
CI/CD Pipeline / Build Production Web Image (push) Failing after 858h4m52s
2026-08-11 13:41:38 +00:00
CI Bot
0ec7a13562
test: fix unit tests for #1341 — remove _sign_video_url tests, update stub fallback to expect RuntimeError
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 3m9s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m19s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m51s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m27s
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 857h52m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 857h52m14s
CI/CD Pipeline / PR Build API Image (push) Failing after 857h52m14s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 857h52m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 858h25m42s
2026-08-11 21:34:37 +08:00
CI Bot
308fbf2130
fix : #1341 cover generation full-chain fix + MediaKit integration
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m57s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m42s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 5m3s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 5m50s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 13m20s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m6s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Unit Tests (push) Failing after 16m28s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m47s
CI/CD Pipeline / Integration Tests (push) Successful in 8m51s
CI/CD Pipeline / CI Gate (push) Failing after 858h3m1s
CI/CD Pipeline / Canary Release to Production (push) Failing after 858h6m40s
CI/CD Pipeline / Production Browser E2E (push) Failing after 858h8m40s
CI/CD Pipeline / Deploy Production (push) Failing after 858h8m42s
CI/CD Pipeline / Build Production Web Image (push) Failing after 858h8m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 858h8m43s
CI/CD Pipeline / PR Build Web Image (push) Failing after 858h25m12s
CI/CD Pipeline / PR Build API Image (push) Failing after 858h25m12s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 858h25m16s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 858h42m10s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 858h58m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 858h58m40s
2026-08-11 21:01:35 +08:00
CI Bot
6c14170b94
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m57s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m8s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m12s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m39s
CI/CD Pipeline / Integration Tests (push) Successful in 2m22s
CI/CD Pipeline / Unit Tests (push) Failing after 9m19s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m49s
CI/CD Pipeline / Canary Release to Production (push) Failing after 860h44m59s
CI/CD Pipeline / Deploy Production (push) Failing after 860h50m46s
CI/CD Pipeline / CI Gate (push) Failing after 860h50m46s
CI/CD Pipeline / Build Production Web Image (push) Failing after 860h50m46s
CI/CD Pipeline / Build Production API Image (push) Failing after 860h50m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 861h0m4s
CI/CD Pipeline / PR Build API Image (push) Failing after 861h0m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 861h0m6s
CI/CD Pipeline / Production Browser E2E (push) Failing after 861h24m13s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 861h24m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 861h33m32s
CI/CD Pipeline / Frontend Lint (push) Failing after 861h33m33s
2026-08-11 10:26:49 +00:00
CI Bot
3d5438a3af
fix: cover generation full-chain fix — bare URL, remove stub fallback, clean dead code
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m42s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m48s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m23s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m56s
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 861h4m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 861h4m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 861h4m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 861h4m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 861h37m53s
- cover.py: use get_url() (bare URL) instead of get_download_url() (signed URL)
to avoid OSS sign_url encoding / as %2F causing 403
- ai_service.py: remove SVG stub fallback in _call_ai_cover_service(),
raise RuntimeError with clear error message instead
- cover.py: wrap run_generate_cover() in try/except RuntimeError → HTTPException
- schemas.py: remove unused CoverGenerateResponse class
- Note: rendered/* OSS public read must be configured for bare URL to work
2026-08-11 18:22:23 +08:00
CI Bot
441d61127d
refactor(cover): use rendered preview video for cover generation, remove dead endpoints
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m4s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m25s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m0s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m49s
CI/CD Pipeline / Unit Tests (push) Successful in 10m25s
CI/CD Pipeline / Integration Tests (push) Successful in 4m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 49s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m53s
CI/CD Pipeline / Canary Release to Production (push) Failing after 861h24m52s
CI/CD Pipeline / Production Browser E2E (push) Failing after 861h31m19s
CI/CD Pipeline / Deploy Production (push) Failing after 861h31m20s
CI/CD Pipeline / Build Production Web Image (push) Failing after 861h31m20s
CI/CD Pipeline / Build Production API Image (push) Failing after 861h31m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 861h41m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 861h41m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 861h41m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 861h41m49s
CI/CD Pipeline / CI Gate (push) Failing after 862h4m3s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 862h4m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 862h15m15s
BREAKING CHANGE: cover/extract and cover/smart endpoints removed (unused by frontend)
Changes:
- cover.py: editor_generate_cover() now reads rendered_storage_key from plan config
instead of querying assets table via SessionLocal
- Removed 4 dead endpoints: GET/PUT /cover, POST /cover/extract, POST /cover/smart
- Removed 4 unused schemas: CoverConfigResponse, CoverUpdateRequest,
CoverExtractRequest, CoverSmartRequest
- Deleted stale fix_confirm.py and test-results artifact
- rendered/* videos use signed URL (1h) since path is not publicly readable
- Flow is now strictly serial: preview render -> cover extraction from preview
2026-08-11 17:45:04 +08:00
CI Bot
d23db7654e
fix(cover): use bare public URL for video since OSS uploads/* public read is enabled
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m49s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m19s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m44s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m40s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m41s
CI/CD Pipeline / Unit Tests (push) Successful in 10m21s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m31s
CI/CD Pipeline / Integration Tests (push) Successful in 4m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m25s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 861h48m3s
CI/CD Pipeline / Production Browser E2E (push) Failing after 861h54m27s
CI/CD Pipeline / Deploy Production (push) Failing after 861h54m28s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 861h54m29s
CI/CD Pipeline / Build Production API Image (push) Failing after 861h54m29s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 862h4m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 862h4m52s
CI/CD Pipeline / PR Build Web Image (push) Failing after 862h4m52s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 862h4m54s
CI/CD Pipeline / CI Gate (push) Failing after 862h25m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 862h27m58s
CI/CD Pipeline / PR Build API Image (push) Failing after 862h38m21s
- Changed get_download_url(expires_seconds=3600) to get_url() in cover.py
- OSS Bucket Policy now allows anonymous reads on uploads/*
- Bare URL verified: HEAD returns 200 for video files
- Eliminates signed URL encoding issues that caused MediaKit 403
2026-08-11 17:21:59 +08:00
CI Bot
7ad076243b
fix(cover): use signed URL with 1h expiry for video in cover generation
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m23s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m26s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m50s
CI/CD Pipeline / Unit Tests (push) Successful in 9m53s
CI/CD Pipeline / Integration Tests (push) Successful in 3m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m22s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 52s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 41s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 862h27m32s
CI/CD Pipeline / Production Browser E2E (push) Failing after 862h33m43s
CI/CD Pipeline / Deploy Production (push) Failing after 862h33m44s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 862h33m44s
CI/CD Pipeline / Build Production API Image (push) Failing after 862h33m45s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 862h43m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 862h43m39s
CI/CD Pipeline / PR Build Web Image (push) Failing after 862h43m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 862h43m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 862h43m41s
CI/CD Pipeline / CI Gate (push) Failing after 863h6m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 863h7m14s
Revert bare get_url() back to get_download_url(expires_seconds=3600)
because uploads/* path is not publicly readable on OSS. MediaKit
downloads video via GET, and signed URL works correctly.
1-hour expiry is more than sufficient for MediaKit frame extraction.
2026-08-11 16:43:13 +08:00
CI Bot
7b534c950b
fix(cover): increase MediaKit timeout + use public URL + extend frontend timeout
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m9s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m37s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m5s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m24s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m19s
CI/CD Pipeline / Unit Tests (push) Successful in 9m49s
CI/CD Pipeline / Integration Tests (push) Successful in 3m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m48s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 1m39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m42s
CI/CD Pipeline / Canary Release to Production (push) Failing after 862h59m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 863h7m48s
CI/CD Pipeline / Deploy Production (push) Failing after 863h7m49s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 863h7m50s
CI/CD Pipeline / Build Production API Image (push) Failing after 863h7m50s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 863h17m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 863h17m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 863h17m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 863h17m42s
CI/CD Pipeline / CI Gate (push) Failing after 863h41m7s
CI/CD Pipeline / Build Production Web Image (push) Failing after 863h41m19s
CI/CD Pipeline / PR Build API Image (push) Failing after 863h51m9s
Three fixes for cover generation:
1. cover.py: get_download_url -> get_url for video URL (OSS public read)
2. ai_service.py: extract_frames poll_interval=3.0, max_poll_attempts=60 (180s)
3. aiFeatures.ts: generateCover axios timeout 10s -> 180s
2026-08-11 16:09:07 +08:00
CI Bot
e79464b9ef
fix(cover): use SessionLocal() instead of get_db_session() as context manager
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m48s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m52s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m28s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m18s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m33s
CI/CD Pipeline / Unit Tests (push) Successful in 9m37s
CI/CD Pipeline / Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 863h28m54s
CI/CD Pipeline / CI Gate (push) Failing after 863h34m57s
CI/CD Pipeline / Build Production API Image (push) Failing after 863h35m59s
CI/CD Pipeline / Production Browser E2E (push) Failing after 863h35m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 863h45m36s
CI/CD Pipeline / Deploy Production (push) Failing after 863h35m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 863h45m37s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 863h35m58s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 863h45m40s
CI/CD Pipeline / PR Build Web Image (push) Failing after 863h45m36s
CI/CD Pipeline / Build Production Web Image (push) Failing after 864h9m28s
CI/CD Pipeline / PR Build API Image (push) Failing after 864h19m5s
get_db_session() is a FastAPI Depends generator (uses yield), not a
context manager. Using "with get_db_session()" raises:
"generator object does not support the context manager protocol"
Replace with SessionLocal() + try/finally for proper session lifecycle
management in non-FastAPI-dependency context.
2026-08-11 15:41:09 +08:00
CI Bot
796bbbc8ab
test: fix TtsPanel test teardown race condition
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m9s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m16s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m57s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m1s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m1s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 48s
CI/CD Pipeline / Integration Tests (push) Successful in 3m27s
CI/CD Pipeline / Unit Tests (push) Successful in 9m47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 864h37m52s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 864h38m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 864h38m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 864h38m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 864h48m35s
CI/CD Pipeline / Deploy Production (push) Failing after 864h38m47s
CI/CD Pipeline / PR Build Web Image (push) Failing after 864h48m35s
CI/CD Pipeline / PR Build API Image (push) Failing after 864h48m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 864h48m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 864h48m38s
CI/CD Pipeline / CI Gate (push) Failing after 865h12m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 865h12m17s
用 act() 包裹 render 和 cleanup,避免 React 并发渲染在 jsdom
环境销毁后触发 window is not defined 错误。
2026-08-11 14:38:13 +08:00
CI Bot
d6f0eef929
fix: cover.py import路径修正 app.database → app.dependencies
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m2s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m38s
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 3m11s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m58s
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 864h57m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 864h57m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 864h57m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 864h57m48s
CI/CD Pipeline / PR Build API Image (push) Failing after 865h31m15s
get_db_session 定义在 app.dependencies 而非 app.database,
错误 import 导致 MediaKit 抽帧异常被吞,封面返回 SVG 占位图。
2026-08-11 14:29:02 +08:00
xiaoxia
b7e0de2e0e
fix: 移除封面设置中已选模板默认文案 ( #1340 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m17s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m23s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m59s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m13s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m21s
CI/CD Pipeline / Integration Tests (push) Successful in 2m8s
CI/CD Pipeline / Unit Tests (push) Successful in 9m25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m6s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 54s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 46s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m51s
CI/CD Pipeline / Canary Release to Production (push) Failing after 865h22m40s
CI/CD Pipeline / CI Gate (push) Failing after 865h30m11s
CI/CD Pipeline / Production Browser E2E (push) Failing after 865h30m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 865h30m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 865h30m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 865h39m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 865h39m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 865h39m36s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 865h39m40s
CI/CD Pipeline / Deploy Production (push) Failing after 866h3m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 866h3m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 866h13m4s
2026-08-11 13:47:15 +08:00
CI Bot
ebd67c1b7d
fix: 封面URL回退为裸URL,OSS已开公开读
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m9s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m39s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m58s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m47s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m21s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m46s
CI/CD Pipeline / Integration Tests (push) Successful in 2m12s
CI/CD Pipeline / Unit Tests (push) Successful in 8m52s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m0s
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 865h44m19s
CI/CD Pipeline / CI Gate (push) Failing after 865h44m19s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 865h44m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 865h44m19s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 865h53m11s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 865h53m15s
CI/CD Pipeline / PR Build Web Image (push) Failing after 865h53m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 865h53m11s
CI/CD Pipeline / Deploy Production (push) Failing after 866h17m47s
CI/CD Pipeline / Build Production Web Image (push) Failing after 866h17m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 866h26m39s
OSS桶 xiaoxia-autocut 已对 covers/ 路径开放公开读权限,
封面URL不再需要签名,回退 storage.get_url(cover_key)。
revert 3e14a0d4
2026-08-11 13:33:36 +08:00
CI Bot
3e14a0d462
fix: 封面URL改用签名URL,OSS桶非公开读
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m36s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m32s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m38s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m26s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m27s
CI/CD Pipeline / Integration Tests (push) Successful in 1m45s
CI/CD Pipeline / Unit Tests (push) Successful in 8m47s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m16s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 48s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 866h0m22s
CI/CD Pipeline / Deploy Production (push) Failing after 866h7m37s
CI/CD Pipeline / CI Gate (push) Failing after 866h7m37s
CI/CD Pipeline / Build Production Web Image (push) Failing after 866h7m37s
CI/CD Pipeline / Build Production API Image (push) Failing after 866h7m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 866h16m25s
CI/CD Pipeline / PR Build API Image (push) Failing after 866h16m25s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 866h16m27s
CI/CD Pipeline / Production Browser E2E (push) Failing after 866h41m4s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 866h41m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 866h49m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 866h49m53s
storage.get_url() 只拼接裸URL,浏览器无法访问。
改用 storage.get_download_url(cover_key, expires_seconds=86400)
生成24小时有效的签名URL。
2026-08-11 13:10:28 +08:00
CI Bot
bd10485cf6
refactor: remove old EditPlan flow from useGenerateVideo
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m41s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m54s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m17s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m17s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m49s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Integration Tests (push) Successful in 1m53s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 50s
CI/CD Pipeline / Unit Tests (push) Successful in 8m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m54s
CI/CD Pipeline / Canary Release to Production (push) Failing after 866h28m7s
CI/CD Pipeline / Production Browser E2E (push) Failing after 866h29m7s
CI/CD Pipeline / Deploy Production (push) Failing after 866h29m8s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 866h29m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 866h29m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 866h38m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 866h29m9s
CI/CD Pipeline / Frontend Lint (push) Failing after 866h38m5s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 866h38m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 866h38m8s
CI/CD Pipeline / CI Gate (push) Failing after 867h2m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 867h11m32s
- Delete generateEditPlan/updateEditPlan/getEditPlan old flow branch
- Remove buildEditPlanPayload (dead code, only used by old flow)
- Make previewTaskId required in UseGenerateVideoProps type
- Confirm generation now always uses POST /tasks/{taskId}/confirm
2026-08-11 12:48:48 +08:00
CI Bot
4546fbb94e
fix(e2e): confirm generation test supports new /confirm flow
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m20s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m32s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m10s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m1s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m9s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m54s
CI/CD Pipeline / Integration Tests (push) Successful in 2m28s
CI/CD Pipeline / Unit Tests (push) Successful in 9m40s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m29s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 50s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging E2E Tests (push) Successful in 45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m50s
CI/CD Pipeline / Canary Release to Production (push) Failing after 866h56m25s
CI/CD Pipeline / Production Browser E2E (push) Failing after 867h2m54s
CI/CD Pipeline / Deploy Production (push) Failing after 867h2m55s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 867h2m55s
CI/CD Pipeline / Build Production Web Image (push) Failing after 867h2m55s
CI/CD Pipeline / Build Production API Image (push) Failing after 867h2m55s
CI/CD Pipeline / PR Build Web Image (push) Failing after 867h12m36s
CI/CD Pipeline / PR Build API Image (push) Failing after 867h12m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 867h12m37s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 867h12m40s
CI/CD Pipeline / CI Gate (push) Failing after 867h36m23s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 867h46m4s
2026-08-11 12:14:16 +08:00
CI Bot
ce575c5aa1
fix: 确认生成断路 — 传递 previewTaskId 复用预览产物
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m19s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m11s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m11s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m5s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m13s
CI/CD Pipeline / Integration Tests (push) Successful in 2m55s
CI/CD Pipeline / Unit Tests (push) Successful in 9m52s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 50s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m19s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 867h13m58s
CI/CD Pipeline / Deploy Production (push) Failing after 867h20m13s
CI/CD Pipeline / CI Gate (push) Failing after 867h20m13s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 867h20m13s
CI/CD Pipeline / Build Production API Image (push) Failing after 867h20m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 867h30m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 867h30m7s
CI/CD Pipeline / PR Build Web Image (push) Failing after 867h30m7s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 867h30m11s
CI/CD Pipeline / Production Browser E2E (push) Failing after 867h53m40s
CI/CD Pipeline / Build Production Web Image (push) Failing after 867h53m41s
CI/CD Pipeline / PR Build API Image (push) Failing after 868h3m35s
根因:GeneratePage.tsx 调用 useGenerateVideo 时没传 previewTaskId,
导致确认生成永远走旧流程(generateEditPlan),无法复用预览产物。
修复:
1. useStep4Preview 新增 selectedTaskId 返回值(从选中预览的 result.taskId 取出)
2. GeneratePage 将 step4Preview.selectedTaskId 传给 useGenerateVideo({ previewTaskId })
修复后确认生成走 POST /tasks/{taskId}/confirm 新流程,复用预览产物秒出。
TypeScript 编译通过。
2026-08-11 11:56:43 +08:00
CI Bot
cfea86e25a
style: auto-format with black + isort + prettier [skip ci-format-check]
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 867h31m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 867h31m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 867h31m34s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 867h31m36s
CI/CD Pipeline / PR Build API Image (push) Failing after 868h5m1s
2026-08-11 03:55:19 +00:00
CI Bot
759a7e0508
fix: 封面预览 broken image — MediaKit帧图转存OSS返回公开URL
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m15s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m30s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m0s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m4s
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 API Image (push) Failing after 867h36m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 867h36m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 867h36m38s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 867h36m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 868h10m6s
根因:MediaKit extract_frames 返回的 image_url 是内部临时 URL,
浏览器无法直接访问,导致封面预览显示 broken image。
修复:新增 _transfer_cover_frame_to_storage(),在 MediaKit 抽帧
成功后下载帧图并重新上传到 OSS,返回公开可访问的 URL。
失败时降级返回原始 URL(不影响流程)。
78个相关单测全部通过。
2026-08-11 11:50:10 +08:00
CI Bot
b1fd5fd5c2
test(e2e): 修复标题输入选择器,兼容 Antd AutoComplete
...
CI/CD Pipeline / Build Staging API Image (push) Successful in 2m47s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m47s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m48s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 3m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m58s
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 53s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m54s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 8m8s
CI/CD Pipeline / Unit Tests (push) Successful in 11m32s
CI/CD Pipeline / Integration Tests (push) Successful in 4m17s
CI/CD Pipeline / CI Gate (push) Failing after 868h3m29s
CI/CD Pipeline / Deploy Production (push) Failing after 868h4m20s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 868h4m21s
CI/CD Pipeline / Production Browser E2E (push) Failing after 868h4m19s
CI/CD Pipeline / Build Production API Image (push) Failing after 868h4m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 868h15m55s
CI/CD Pipeline / PR Build API Image (push) Failing after 868h15m56s
CI/CD Pipeline / Canary Release to Production (push) Failing after 868h37m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 868h37m49s
CI/CD Pipeline / PR Build Web Image (push) Failing after 868h49m23s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 868h49m25s
CI/CD Pipeline / Frontend Lint (push) Failing after 868h49m23s
- Antd AutoComplete 的 placeholder 渲染在 span 元素上,input 本身无 placeholder 属性
- 将 getByPlaceholder 改为 locator(".ant-select-auto-complete input") 精确定位
- 移除无效的 fallback 选择器 (.xx-form-field input:last 匹配到字号滑块)
- 放宽 generate API 断言:测试环境模板无就绪片段时返回 400 是预期行为
修复持续 4 天的 Staging E2E Tests 失败(从 commit ce3cd080 起)
2026-08-11 10:04:18 +08:00
xiaoxia
1096a6a489
Merge pull request 'feat: 统一预览与确认生成渲染路径 — 预览=正式品质+确认复用' ( #1339 ) from feature/unify-preview-confirm-render-path into develop
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m43s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m59s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m36s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m5s
CI/CD Pipeline / Integration Tests (push) Successful in 2m44s
CI/CD Pipeline / Unit Tests (push) Successful in 9m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m42s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 53s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 44s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m56s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m32s
CI/CD Pipeline / Canary Release to Production (push) Failing after 872h14m18s
CI/CD Pipeline / CI Gate (push) Failing after 872h22m42s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 872h22m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 872h22m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 872h31m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 872h31m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 872h31m55s
CI/CD Pipeline / Production Browser E2E (push) Failing after 872h22m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 872h31m51s
CI/CD Pipeline / Deploy Production (push) Failing after 872h56m9s
CI/CD Pipeline / Build Production Web Image (push) Failing after 872h56m9s
CI/CD Pipeline / PR Build API Image (push) Failing after 873h5m19s
2026-08-11 06:55:02 +08:00
CI Bot
142d4331cc
fix: AI Code Review 阻塞级问题修复 — 分辨率一致性校验+空指针防护
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 34s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m39s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m42s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m56s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m58s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m30s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 4m35s
AI Code Review / AI Code Review (pull_request) Successful in 6m58s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 4m8s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 8m13s
CI/CD Pipeline / CI Gate (pull_request) Successful in 12s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 51s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m4s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 872h33m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 872h33m31s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 872h33m32s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 872h33m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 872h41m45s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 872h42m18s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 872h41m46s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 872h42m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 872h42m22s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 872h41m46s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 872h42m20s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 872h42m22s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 873h6m58s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 873h6m59s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 873h15m45s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 873h15m49s
2026-08-11 06:44:32 +08:00
CI Bot
ed80fd7205
fix: 修复 _get_task_output_url 导入路径并更新测试
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m5s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m34s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m33s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m10s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m12s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m23s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m58s
AI Code Review / AI Code Review (pull_request) Failing after 6m22s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 7m26s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 879h24m10s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 879h24m10s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 879h24m11s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 879h24m11s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 879h31m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 879h31m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 879h32m6s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 879h32m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 879h32m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 879h32m10s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 879h32m10s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 879h57m37s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 879h57m38s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 880h5m4s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 880h5m33s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 880h5m36s
2026-08-10 23:54:47 +08:00
CI Bot
1156061ba3
test: 补充编辑器预览产物复用逻辑单测
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 27s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m27s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m28s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m40s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
AI Code Review / AI Code Review (pull_request) Failing after 2m26s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m21s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m54s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m14s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m56s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 7m13s
CI/CD Pipeline / CI Gate (pull_request) Failing after 5s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 13m39s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 879h42m27s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 879h42m28s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 879h42m28s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 879h42m29s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 879h49m42s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 879h49m42s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 879h50m9s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 879h50m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 879h50m10s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 879h50m11s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 879h50m11s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 880h15m55s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 880h15m55s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 880h23m10s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 880h23m37s
- _find_reusable_preview_task: 6 个用例(正常复用/无任务/未完成/plan已修改/非预览/异常)
- _get_task_output_url: 3 个用例(正常/空视频/异常)
- mark_confirmed: 5 个用例(is_preview/cover/title/dimensions)
2026-08-10 23:36:45 +08:00
CI Bot
0213be0428
fix: 修复统一渲染后遗留的测试引用
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 38s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m3s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m28s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m45s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m44s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m27s
AI Code Review / AI Code Review (pull_request) Failing after 3m54s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m55s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 6m58s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m54s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 879h55m1s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 880h2m0s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 879h55m1s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 880h2m1s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 879h55m1s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 880h2m37s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 880h2m38s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 879h55m2s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 880h2m40s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 879h55m2s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 880h2m40s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 880h2m1s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 880h2m36s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 880h28m29s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 880h36m4s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 880h36m8s
- test_1294_preview_voice_injection: 移除 _render_video() 调用中的 is_preview 参数
- test_generation_preview: 更新分辨率断言(预览不再设置自定义分辨率)
2026-08-10 23:24:15 +08:00
CI Bot
0be5bc1837
ci: retrigger CI
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 36s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m3s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m18s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m36s
AI Code Review / AI Code Review (pull_request) Failing after 1m55s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m31s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m10s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m11s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m33s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 6m43s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 880h27m46s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 880h27m48s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 880h27m48s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 880h27m47s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 880h34m32s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 880h34m32s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 880h35m8s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 880h34m33s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 880h35m10s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 880h35m8s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 880h35m12s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 880h35m12s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 881h1m15s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 881h1m16s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 881h8m36s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 881h8m40s
2026-08-10 22:51:44 +08:00
CI Bot
5924751bff
fix: 移除已删除的 PREVIEW_RESOLUTION 引用及未使用变量
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 42s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m7s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m19s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m23s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m46s
AI Code Review / AI Code Review (pull_request) Failing after 2m3s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m35s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m36s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m25s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m30s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m35s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 6m24s
CI/CD Pipeline / CI Gate (pull_request) Failing after 5s
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 / ACR Image Cleanup (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 880h38m16s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 880h38m16s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 880h38m16s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 880h38m16s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 880h44m42s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 880h44m42s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 880h45m25s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 880h45m25s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 881h11m44s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 881h18m9s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 881h18m53s
- test_generation_preview.py: 移除 PREVIEW_RESOLUTION 导入和 TestCalcPreviewResolution 测试类
- render_adapter.py: 移除未使用的 has_voice_id 变量
2026-08-10 22:41:30 +08:00
CI Bot
29994ffcbc
feat: 统一预览与确认生成渲染路径 — 预览=正式品质+确认复用
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 30s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m29s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m30s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m30s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m43s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m23s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m22s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m36s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 4m36s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 5m29s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m35s
CI/CD Pipeline / CI Gate (pull_request) Failing after 6s
AI Code Review / AI Code Review (pull_request) Successful in 6m45s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 880h48m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 880h48m4s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 880h48m5s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 880h48m5s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 880h53m34s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 880h53m34s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 880h53m34s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 880h54m0s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 880h54m0s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 880h54m4s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 880h54m6s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 880h54m6s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 881h21m32s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 881h21m33s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 881h27m28s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 881h27m34s
## 渲染管线统一
- UnifiedRenderService: 移除 is_preview 参数,统一 CRF 23 + medium preset
- RenderAdapter: 移除 is_preview 参数,统一执行校验和缩略图生成
- Worker generation.py: 移除 480p+1M 码率覆盖逻辑
- generation_preview.py: 删除 PREVIEW_RESOLUTION 常量和 _calc_preview_resolution()
## 确认生成复用预览产物
- Domain: 新增 GenerationTask.mark_confirmed() 方法
- confirm_generation: 预览已完成时直接复用产物(秒出),无需重新渲染
- Editor generate: 检查 plan 关联的预览任务,plan未修改时复用产物
- Schema: CreatePreviewGenerationTaskRequest 新增 source_edit_plan_id 字段
## 测试更新
- test_1280_preview_speedup: 重写为验证统一品质参数
- test_confirm_generation: 重写为验证复用逻辑
## 交付标准
- 预览渲染质量与确认生成一致(1080p, CRF 23, medium)
- 预览后确认生成直接复用产物(秒出)
- Worker 端无任何 is_preview 低质量渲染代码残留
2026-08-10 22:32:35 +08:00
xiaoxia
aff62b29fc
Merge pull request 'fix: 确认生成兜底增强 — project_id 为空时通过 user_id 查找素材' ( #1338 ) from fix/generate-fallback-user-assets into develop
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m22s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m22s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m7s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m59s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m52s
CI/CD Pipeline / Unit Tests (push) Successful in 9m2s
CI/CD Pipeline / Integration Tests (push) Successful in 2m36s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 49s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 34s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 881h37m54s
CI/CD Pipeline / CI Gate (push) Failing after 881h45m12s
CI/CD Pipeline / Deploy Production (push) Failing after 881h45m37s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 881h45m38s
CI/CD Pipeline / Build Production Web Image (push) Failing after 881h45m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 881h54m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 881h54m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 881h54m40s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 881h54m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 882h19m4s
CI/CD Pipeline / Build Production API Image (push) Failing after 882h19m6s
CI/CD Pipeline / PR Build API Image (push) Failing after 882h28m6s
2026-08-10 21:32:14 +08:00
CI
8d260f16f2
style: black + isort 格式化修复
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 36s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m6s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m6s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m28s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m44s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m24s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m50s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m50s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m32s
AI Code Review / AI Code Review (pull_request) Successful in 4m42s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m9s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m55s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 47s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 1m0s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 881h57m25s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 881h57m26s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 881h57m26s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 882h1m58s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 881h57m26s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 882h1m59s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 882h1m59s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 882h2m33s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 882h2m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 882h2m35s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 882h2m38s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 882h2m38s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 882h30m54s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 882h30m54s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 882h36m1s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 882h36m5s
2026-08-10 21:24:19 +08:00
CI Bot
fabb880ceb
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 31s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m31s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m51s
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
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 Web Image (pull_request) Failing after 882h3m58s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 882h4m0s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 882h4m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 882h4m28s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 882h4m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 882h4m32s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 882h4m33s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 882h4m33s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 882h37m27s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 882h37m55s
2026-08-10 13:22:23 +00:00
CI
c528bc50d3
test: 补充 PR #1338 兜底增强单测 (find_ready_videos_by_user + user_id 策略2)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 22s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m20s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m46s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m49s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m58s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m28s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m27s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m59s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m42s
CI/CD Pipeline / Validate - Code Quality (pull_request) Failing after 4m45s
AI Code Review / AI Code Review (pull_request) 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 / Production Browser E2E (pull_request) Failing after 882h4m28s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 882h4m30s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 882h4m32s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 882h4m30s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 882h4m32s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 882h8m53s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 882h8m54s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 882h9m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 882h9m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 882h9m16s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 882h9m18s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 882h9m18s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 882h37m59s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 882h42m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 882h42m41s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 882h42m45s
2026-08-10 21:17:31 +08:00
CI Bot
e09fdda74c
fix: 确认生成兜底增强 — project_id 为空时通过 user_id 查找素材
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 21s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m27s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m53s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m59s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m15s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m17s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m24s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 3m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m8s
AI Code Review / AI Code Review (pull_request) Successful in 6m43s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m31s
CI/CD Pipeline / CI Gate (pull_request) Failing after 8s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 883h1m20s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 883h1m21s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 883h1m22s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 883h1m22s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 883h7m7s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 883h7m9s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 883h7m27s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 883h7m27s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 883h7m29s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 883h7m31s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 883h7m31s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 883h34m47s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 883h34m49s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 883h40m36s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 883h40m54s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 883h40m58s
根因:模板编辑器直接创建的草稿 plan 没有 project_id 和 config.asset_ids,
导致 _auto_fallback_auto_material_mode 跳过素材分配,
can_generate 报 "没有可渲染的就绪片段"。
修复:
- asset_repository 新增 find_ready_videos_by_user 方法
- _auto_fallback_auto_material_mode 增加策略2:project_id 为空时
通过 uploaded_by_user_id 查找用户上传的就绪视频
- generation.py 传递 current_user.user.id 给兜底函数
2026-08-10 20:19:12 +08:00
xiaoxia
e95d0c2bca
fix: 删除 worker entrypoint 中无效的 -W 参数 ( #1337 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m57s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m3s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 6m3s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m4s
CI/CD Pipeline / Integration Tests (push) Successful in 1m41s
CI/CD Pipeline / Unit Tests (push) Successful in 9m16s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m1s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 50s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m59s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m37s
CI/CD Pipeline / Canary Release to Production (push) Failing after 883h59m42s
CI/CD Pipeline / Deploy Production (push) Failing after 884h7m16s
CI/CD Pipeline / CI Gate (push) Failing after 884h7m17s
CI/CD Pipeline / Build Production Web Image (push) Failing after 884h7m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 884h7m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 884h16m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 884h16m33s
CI/CD Pipeline / PR Build API Image (push) Failing after 884h16m35s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 884h16m37s
CI/CD Pipeline / Production Browser E2E (push) Failing after 884h40m42s
CI/CD Pipeline / Build Production API Image (push) Failing after 884h40m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 884h50m2s
2026-08-10 19:10:20 +08:00
CI Bot
314579581b
fix: 删除 worker entrypoint 中无效的 -W 参数,修复 worker 启动崩溃
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 42s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m10s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m12s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m24s
AI Code Review / AI Code Review (pull_request) Successful in 1m26s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m44s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m13s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m44s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m44s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m9s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m44s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 6m57s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 39s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 55s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 884h17m41s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 884h17m41s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 884h24m41s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 884h17m41s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 884h25m21s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 884h17m41s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 884h25m21s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 884h17m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 884h25m23s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 884h17m42s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 884h25m25s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 884h24m40s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 884h25m25s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 884h58m8s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 884h58m48s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 884h58m52s
Celery 5.4.0 不支持 -W 选项,导致 worker 容器反复重启(Restarting)。
此参数是 PR #1333 误加,删除后恢复正常的 graceful shutdown 行为。
2026-08-10 19:01:31 +08:00
xiaoxia
ec2599929a
fix: 封面生成 stub 返回 SVG data URI 占位图 ( #1334 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 2m0s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 2m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m9s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m7s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 7m6s
CI/CD Pipeline / Integration Tests (push) Successful in 2m29s
CI/CD Pipeline / Unit Tests (push) Successful in 9m44s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 55s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 48s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m50s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m52s
CI/CD Pipeline / Canary Release to Production (push) Failing after 886h23m42s
CI/CD Pipeline / Production Browser E2E (push) Failing after 886h32m10s
CI/CD Pipeline / CI Gate (push) Failing after 886h32m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 886h32m11s
CI/CD Pipeline / Build Production Web Image (push) Failing after 886h32m11s
CI/CD Pipeline / Build Production API Image (push) Failing after 886h32m11s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 886h41m51s
CI/CD Pipeline / PR Build API Image (push) Failing after 886h41m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 886h41m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 886h41m57s
CI/CD Pipeline / Deploy Production (push) Failing after 887h5m37s
CI/CD Pipeline / PR Build Web Image (push) Failing after 887h15m20s
2026-08-10 16:45:00 +08:00
CI Bot
644d2b9aa1
test: 修复 test_mediakit_cover 中 placeholder 断言,适配 SVG data URI 占位图
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 35s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m40s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m45s
AI Code Review / AI Code Review (pull_request) Successful in 1m47s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m49s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m3s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m32s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 5m17s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m21s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 7m59s
CI/CD Pipeline / CI Gate (pull_request) Successful in 7s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 37s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 40s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 886h44m53s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 886h44m54s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 886h44m54s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 886h44m55s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 886h52m52s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 886h52m54s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 886h53m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 886h53m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 886h53m28s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 886h53m30s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 886h53m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 887h18m20s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 887h18m21s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 887h26m21s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 887h26m53s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 887h26m57s
2026-08-10 16:33:27 +08:00
CI Bot
aa38778d60
Merge remote-tracking branch 'origin/develop' into fix/cover-stub-placeholder-url
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 51s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m32s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m36s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m45s
AI Code Review / AI Code Review (pull_request) Failing after 2m32s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m46s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m55s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m16s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 6m31s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 8m4s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m42s
CI/CD Pipeline / PR Build Web Image (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 886h57m5s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 886h57m7s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 886h57m6s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 886h57m7s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 886h57m7s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 887h5m11s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 887h5m37s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 887h5m39s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 887h5m41s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 887h6m5s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 887h5m43s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 887h6m5s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 887h30m33s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 887h38m40s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 887h39m32s
2026-08-10 16:20:52 +08:00
xiaoxia
82fe2361e0
fix: CI 测试环境补充 scipy/Pillow 依赖,修复 asset_quality_scoring 单测 ( #1335 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m49s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 4m17s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 7m3s
CI/CD Pipeline / Unit Tests (push) Successful in 9m24s
CI/CD Pipeline / Integration Tests (push) Successful in 3m23s
CI/CD Pipeline / Build Staging API Image (push) Successful in 14m24s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 57s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m13s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Canary Release to Production (push) Failing after 886h52m30s
CI/CD Pipeline / CI Gate (push) Failing after 887h0m30s
CI/CD Pipeline / Production Browser E2E (push) Failing after 887h1m29s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 887h1m31s
CI/CD Pipeline / Build Production Web Image (push) Failing after 887h1m31s
CI/CD Pipeline / Build Production API Image (push) Failing after 887h1m32s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 887h10m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 887h10m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 887h10m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 887h10m57s
CI/CD Pipeline / Deploy Production (push) Failing after 887h34m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 887h44m20s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-10 16:16:00 +08:00
CI Bot
ea953ed92e
test: 更新封面 stub 单测,验证 SVG data URI 占位图
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m6s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m25s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m25s
AI Code Review / AI Code Review (pull_request) Successful in 1m35s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m46s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m44s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 3m29s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 3m29s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 4m35s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m29s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 7m41s
CI/CD Pipeline / CI Gate (pull_request) Failing after 7s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 887h18m4s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 887h18m4s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 887h18m5s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 887h18m5s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 887h18m5s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 887h25m45s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 887h25m46s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 887h26m25s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 887h26m25s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 887h26m29s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 887h26m25s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 887h26m27s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 887h26m29s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 887h51m31s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 887h59m12s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 887h59m56s
- 更新 test_cover_type_manual_with_frame_time:断言 SVG data URI + 手动选帧文字
- 更新 test_cover_type_ai_frame:断言 SVG data URI + 封面生成中文字
- 新增 test_stub_returns_svg_data_uri:验证 stub 不含 /api/v1/ 路径
- 新增 test_manual_stub_returns_svg_data_uri:验证 manual 模式 SVG 占位图
2026-08-10 16:00:27 +08:00
CI Bot
b155db260a
fix: 封面生成 stub 返回 SVG data URI 占位图替代不存在的 placeholder API
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 47s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 55s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m1s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m23s
AI Code Review / AI Code Review (pull_request) Failing after 1m37s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m49s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 1m49s
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 887h28m41s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 887h28m42s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 887h29m26s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 887h29m26s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 887h29m28s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 887h29m30s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 887h29m30s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 888h2m8s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 888h2m52s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 888h2m56s
根因:_call_ai_cover_service 降级到 stub 时,image_url 返回
/api/v1/assets/placeholder/cover?plan={plan_id},该端点不存在,
浏览器 404 加载失败,显示 broken image。
修复:
- manual 模式和 AI stub 模式的 image_url 改为 SVG data URI
占位图(1080x1920,深色背景 + 提示文字),前端可直接渲染
- 不依赖任何后端端点,无需网络请求
2026-08-10 15:57:07 +08:00
xiaoxia
cd8f162b17
fix: CI 部署脚本增加 graceful shutdown,避免杀死正在处理的任务 ( #1333 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m6s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m21s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m35s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m54s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m32s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m8s
CI/CD Pipeline / Integration Tests (push) Successful in 1m47s
CI/CD Pipeline / Unit Tests (push) Failing after 7m53s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 48s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 1m2s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m48s
CI/CD Pipeline / Canary Release to Production (push) Failing after 889h8m16s
CI/CD Pipeline / Deploy Production (push) Failing after 889h16m14s
CI/CD Pipeline / CI Gate (push) Failing after 889h16m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 889h16m15s
CI/CD Pipeline / Build Production API Image (push) Failing after 889h16m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 889h24m8s
CI/CD Pipeline / PR Build API Image (push) Failing after 889h24m9s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 889h24m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 889h49m39s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 889h49m41s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 889h57m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 889h57m36s
2026-08-10 14:02:45 +08:00
xiaoxia
c2a4bbc27a
fix: CoverResult 添加 image_url 字段匹配后端响应 ( #1332 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m8s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m26s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m53s
CI/CD Pipeline / Integration Tests (push) Successful in 1m32s
CI/CD Pipeline / Unit Tests (push) Successful in 8m38s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m56s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 50s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 2m54s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 890h30m17s
CI/CD Pipeline / Production Browser E2E (push) Failing after 890h37m16s
CI/CD Pipeline / CI Gate (push) Failing after 890h37m17s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 890h37m17s
CI/CD Pipeline / Build Production API Image (push) Failing after 890h37m17s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 890h45m54s
CI/CD Pipeline / PR Build API Image (push) Failing after 890h45m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 890h45m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 890h45m58s
CI/CD Pipeline / Deploy Production (push) Failing after 891h10m44s
CI/CD Pipeline / Build Production Web Image (push) Failing after 891h10m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 891h19m22s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-10 12:41:01 +08:00
xiaoxia
9017f20d84
fix: CoverResult 添加 image_url 字段匹配后端响应 ( #1332 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 52s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 56s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m38s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m25s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m25s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m54s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m16s
CI/CD Pipeline / Integration Tests (push) Successful in 1m33s
CI/CD Pipeline / 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 / PR Build Worker Image (push) Failing after 890h52m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 890h52m31s
CI/CD Pipeline / PR Build Web Image (push) Failing after 890h52m31s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 890h52m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 890h52m32s
2026-08-10 12:34:24 +08:00
xiaoxia
014eb37768
fix: 封面生成字段名 thumbnail_url → image_url 匹配后端响应 ( #1331 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 44s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m4s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m44s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m47s
CI/CD Pipeline / Build Staging Web Image (push) Failing after 4m45s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m40s
CI/CD Pipeline / Integration Tests (push) Successful in 2m38s
CI/CD Pipeline / Unit Tests (push) Successful in 11m24s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m23s
CI/CD Pipeline / Canary Release to Production (push) Failing after 891h18m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Failing after 891h18m16s
CI/CD Pipeline / ACR Image Cleanup (push) Failing after 891h18m15s
CI/CD Pipeline / Production Browser E2E (push) Failing after 891h19m14s
CI/CD Pipeline / Staging API Integration Tests (push) Failing after 891h18m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 891h19m15s
CI/CD Pipeline / Deploy Production (push) Failing after 891h19m15s
CI/CD Pipeline / Build Production Web Image (push) Failing after 891h19m15s
CI/CD Pipeline / Build Production API Image (push) Failing after 891h19m15s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 891h30m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 891h30m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 891h30m41s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 891h30m42s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 891h51m42s
CI/CD Pipeline / CI Gate (push) Failing after 891h52m42s
CI/CD Pipeline / PR Build Web Image (push) Failing after 892h4m7s
2026-08-10 11:56:15 +08:00
xiaoxia
b85075473c
Merge pull request 'fix: FFmpeg mjpeg 缩略图/封面生成添加 format=yuvj420p' ( #1330 ) from fix/thumbnail-yuv-format into develop
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m13s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m40s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m2s
CI/CD Pipeline / Integration Tests (push) Successful in 1m40s
CI/CD Pipeline / Unit Tests (push) Successful in 9m2s
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 891h33m15s
CI/CD Pipeline / Deploy Production (push) Failing after 891h33m17s
CI/CD Pipeline / CI Gate (push) Failing after 891h33m22s
CI/CD Pipeline / Build Production Web Image (push) Failing after 891h33m24s
CI/CD Pipeline / Build Production API Image (push) Failing after 891h33m24s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 891h42m24s
CI/CD Pipeline / PR Build Web Image (push) Failing after 891h42m24s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 891h42m29s
CI/CD Pipeline / PR Build API Image (push) Failing after 891h42m26s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 892h6m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 892h15m53s
2026-08-10 11:44:30 +08:00
xiaoxia
e2b3811277
fix: FFmpeg mjpeg 缩略图/封面生成添加 format=yuvj420p
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 31s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 39s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m9s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m31s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m40s
AI Code Review / AI Code Review (pull_request) Successful in 1m57s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 2m3s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m3s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m23s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m6s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 3m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m42s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 43s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 1m2s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 891h45m30s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 891h45m30s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 891h45m31s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 891h45m30s
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 891h48m50s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 891h45m31s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 891h48m51s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 891h49m20s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 891h49m21s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 891h49m22s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 891h49m24s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 891h49m24s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 892h18m58s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 892h22m17s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 892h22m47s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 892h22m51s
修复 FFmpeg 新版中 mjpeg 编码器拒绝非全范围 YUV 输入的问题:
- thumbnail_generator.py: scale filter 添加 format=yuvj420p
- processor.py: 添加 pix_fmt=yuvj420p
- cover_generator.py: 两处 vf filter 添加 format=yuvj420p
- cover_service.py: vf filter + simple fallback 添加 pix_fmt
- asset_analyzer.py: 添加 -pix_fmt yuvj420p
修复错误: Non full-range YUV is non-standard, set strict_std_compliance
to at most unofficial to use it.
2026-08-10 11:37:22 +08:00
xiaoxia
0c6ec8995f
fix: 封面模板 API 错误处理加固 ( #1329 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 51s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Failing after 1m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m9s
CI/CD Pipeline / Integration Tests (push) Successful in 1m38s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m53s
CI/CD Pipeline / Unit Tests (push) Successful in 8m46s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m19s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m41s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 45s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m17s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m34s
CI/CD Pipeline / Canary Release to Production (push) Failing after 892h28m25s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 892h38m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 892h37m59s
CI/CD Pipeline / Build Production Web Image (push) Failing after 892h38m0s
CI/CD Pipeline / Deploy Production (push) Failing after 892h38m0s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 892h46m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 892h46m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 892h46m46s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 892h46m48s
CI/CD Pipeline / CI Gate (push) Failing after 893h11m27s
CI/CD Pipeline / Build Production API Image (push) Failing after 893h11m27s
CI/CD Pipeline / PR Build API Image (push) Failing after 893h20m13s
2026-08-10 10:40:11 +08:00
xiaoxia
f3b98a5ff4
fix: 自动生成封面添加用户提示 ( #1317 ) ( #1328 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m22s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m22s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m58s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m23s
CI/CD Pipeline / Integration Tests (push) Successful in 1m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 6m58s
CI/CD Pipeline / Unit Tests (push) Successful in 8m41s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 2m5s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 1m3s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m37s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m43s
CI/CD Pipeline / Canary Release to Production (push) Failing after 892h53m12s
CI/CD Pipeline / Production Browser E2E (push) Failing after 892h57m11s
CI/CD Pipeline / CI Gate (push) Failing after 892h57m13s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 892h57m13s
CI/CD Pipeline / Build Production Web Image (push) Failing after 892h57m14s
CI/CD Pipeline / Build Production API Image (push) Failing after 892h57m14s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 893h5m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 893h5m55s
CI/CD Pipeline / Frontend Lint (push) Failing after 893h5m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 893h5m59s
CI/CD Pipeline / Deploy Production (push) Failing after 893h30m38s
CI/CD Pipeline / PR Build Web Image (push) Failing after 893h39m19s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-10 10:21:00 +08:00
xiaoxia
ef2f9c2a10
fix: 6个CSS变量/定位问题 ( #1317 ) ( #1327 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m14s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m58s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m39s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m21s
CI/CD Pipeline / Integration Tests (push) Successful in 1m24s
CI/CD Pipeline / Unit Tests (push) Successful in 8m27s
CI/CD Pipeline / Build Staging API Image (push) Successful in 9m53s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m24s
CI/CD Pipeline / Canary Release to Production (push) Failing after 901h31m32s
CI/CD Pipeline / Deploy Production (push) Failing after 901h37m27s
CI/CD Pipeline / CI Gate (push) Failing after 901h37m27s
CI/CD Pipeline / Build Production Web Image (push) Failing after 901h37m28s
CI/CD Pipeline / Build Production API Image (push) Failing after 901h37m28s
CI/CD Pipeline / Frontend Lint (push) Failing after 901h45m55s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 901h45m53s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 901h45m57s
CI/CD Pipeline / PR Build Web Image (push) Failing after 901h45m53s
CI/CD Pipeline / Production Browser E2E (push) Failing after 902h10m52s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 902h10m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 902h19m21s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-10 01:41:02 +08:00
xiaoxia
d03b44c819
fix: 6个CSS变量/定位问题 ( #1317 ) ( #1327 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 58s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m8s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m13s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m15s
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 901h50m50s
CI/CD Pipeline / PR Build API Image (push) Failing after 901h50m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 901h50m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 901h50m54s
CI/CD Pipeline / PR Build Web Image (push) Failing after 902h24m16s
2026-08-10 01:36:05 +08:00
xiaoxia
772ea958c2
fix: 5 个响应式/z-index 问题 ( #1316 ) ( #1326 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 54s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m9s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 2m15s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m45s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m2s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m54s
CI/CD Pipeline / Integration Tests (push) Successful in 1m28s
CI/CD Pipeline / Unit Tests (push) Successful in 8m37s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m7s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m22s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 903h0m7s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 903h7m12s
CI/CD Pipeline / Build Production Web Image (push) Failing after 903h7m13s
CI/CD Pipeline / PR Build Web Image (push) Failing after 903h15m48s
CI/CD Pipeline / Production Browser E2E (push) Failing after 903h7m11s
CI/CD Pipeline / PR Build API Image (push) Failing after 903h15m48s
CI/CD Pipeline / Deploy Production (push) Failing after 903h7m12s
CI/CD Pipeline / Build Production API Image (push) Failing after 903h7m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 903h15m50s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 903h15m53s
CI/CD Pipeline / CI Gate (push) Failing after 903h40m38s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 903h49m12s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-10 00:11:06 +08:00
xiaoxia
a408ca6679
fix: 5 个响应式/z-index 问题 ( #1326 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 41s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 43s
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 903h17m31s
CI/CD Pipeline / PR Build API Image (push) Failing after 903h17m31s
CI/CD Pipeline / Frontend Lint (push) Failing after 903h17m32s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 903h17m33s
CI/CD Pipeline / PR Build Web Image (push) Failing after 903h50m57s
2026-08-10 00:09:26 +08:00
xiaoxia
cd3d8730af
fix: Modal 组件默认居中 + 4 个弹窗统一使用 Modal 封装 ( #1325 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m3s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m21s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m2s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m45s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m43s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 4m55s
CI/CD Pipeline / Integration Tests (push) Successful in 1m22s
CI/CD Pipeline / Unit Tests (push) Successful in 9m34s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 39s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m13s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m28s
CI/CD Pipeline / Production Browser E2E (push) Failing after 905h16m14s
CI/CD Pipeline / Canary Release to Production (push) Failing after 905h9m24s
CI/CD Pipeline / Deploy Production (push) Failing after 905h16m15s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 905h16m16s
CI/CD Pipeline / Build Production Web Image (push) Failing after 905h16m16s
CI/CD Pipeline / PR Build Web Image (push) Failing after 905h25m49s
CI/CD Pipeline / Build Production API Image (push) Failing after 905h16m16s
CI/CD Pipeline / PR Build API Image (push) Failing after 905h25m50s
CI/CD Pipeline / Frontend Lint (push) Failing after 905h25m51s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 905h25m53s
CI/CD Pipeline / CI Gate (push) Failing after 905h49m43s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 905h59m15s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-09 22:01:05 +08:00
xiaoxia
c3f3f83f6e
fix: Modal 组件默认居中 + 4 个弹窗统一 Modal 封装 ( #1325 )
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 905h26m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 905h26m39s
CI/CD Pipeline / Frontend Lint (push) Failing after 905h26m39s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 905h26m41s
CI/CD Pipeline / PR Build Web Image (push) Failing after 906h0m6s
2026-08-09 22:00:19 +08:00
xiaoxia
153b38a62f
feat: 封面模板 CRUD API ( #1323 )
...
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 45s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m5s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m24s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m34s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m51s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 5m20s
CI/CD Pipeline / Integration Tests (push) Successful in 1m40s
CI/CD Pipeline / Unit Tests (push) Successful in 8m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m49s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m19s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 908h44m38s
CI/CD Pipeline / Deploy Production (push) Failing after 908h52m17s
CI/CD Pipeline / CI Gate (push) Failing after 908h52m18s
CI/CD Pipeline / Build Production Web Image (push) Failing after 908h52m18s
CI/CD Pipeline / Build Production API Image (push) Failing after 908h52m18s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 909h0m56s
CI/CD Pipeline / PR Build API Image (push) Failing after 909h0m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 909h0m58s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 909h1m0s
CI/CD Pipeline / Production Browser E2E (push) Failing after 909h25m43s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 909h25m44s
CI/CD Pipeline / PR Build Web Image (push) Failing after 909h34m22s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-09 18:26:00 +08:00
xiaoxia
0de7ad3afd
feat: 封面模板对接后端 CRUD API,移除 mock 数据 ( #1324 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 57s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m12s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m33s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m31s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m33s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m26s
CI/CD Pipeline / Integration Tests (push) Successful in 1m23s
CI/CD Pipeline / Unit Tests (push) Successful in 8m43s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m15s
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 API Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m25s
CI/CD Pipeline / Canary Release to Production (push) Failing after 909h55m8s
CI/CD Pipeline / CI Gate (push) Failing after 910h3m13s
CI/CD Pipeline / Production Browser E2E (push) Failing after 910h3m12s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 910h3m13s
CI/CD Pipeline / Build Production API Image (push) Failing after 910h3m13s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 910h11m56s
CI/CD Pipeline / PR Build Web Image (push) Failing after 910h11m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 910h11m57s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 910h12m0s
CI/CD Pipeline / Deploy Production (push) Failing after 910h36m39s
CI/CD Pipeline / Build Production Web Image (push) Failing after 910h36m39s
CI/CD Pipeline / PR Build API Image (push) Failing after 910h45m23s
2026-08-09 17:14:59 +08:00
xiaoxia
1986a9f8a1
feat: 封面设置区域 UI 改造 - 两按钮方案 + 模板网格 + 编辑器 ( #1322 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m4s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m15s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 3m25s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m30s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m2s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 5m16s
CI/CD Pipeline / Integration Tests (push) Successful in 2m34s
CI/CD Pipeline / Unit Tests (push) Successful in 9m3s
CI/CD Pipeline / Build Staging API Image (push) Successful in 15m28s
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 910h17m26s
CI/CD Pipeline / CI Gate (push) Failing after 910h17m32s
CI/CD Pipeline / Build Production Web Image (push) Failing after 910h17m34s
CI/CD Pipeline / Build Production API Image (push) Failing after 910h17m34s
CI/CD Pipeline / Deploy Production (push) Failing after 910h17m28s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 910h27m53s
CI/CD Pipeline / PR Build API Image (push) Failing after 910h27m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 910h27m55s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 910h27m56s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 910h50m59s
CI/CD Pipeline / PR Build Web Image (push) Failing after 911h1m19s
2026-08-09 16:59:00 +08:00
xiaoxia
41d9713d28
fix: 视频 filter_complex 排除纯音频 clips 修复 FFmpeg exit=234 ( #1321 )
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 57s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 57s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m50s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m33s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m48s
CI/CD Pipeline / Integration Tests (push) Successful in 1m34s
CI/CD Pipeline / Unit Tests (push) Successful in 8m29s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m21s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 37s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 2m55s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Canary Release to Production (push) Failing after 912h0m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 912h8m5s
CI/CD Pipeline / Build Production Web Image (push) Failing after 912h8m6s
CI/CD Pipeline / PR Build Web Image (push) Failing after 912h16m35s
CI/CD Pipeline / Frontend Lint (push) Failing after 912h16m36s
CI/CD Pipeline / Production Browser E2E (push) Failing after 912h8m4s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 912h16m36s
CI/CD Pipeline / Deploy Production (push) Failing after 912h8m5s
CI/CD Pipeline / Build Production API Image (push) Failing after 912h8m6s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 912h16m35s
CI/CD Pipeline / CI Gate (push) Failing after 912h41m30s
CI/CD Pipeline / PR Build API Image (push) Failing after 912h50m0s
2026-08-09 15:10:25 +08:00
xiaoxia
a75fa1cd93
fix: Worker 配音下载 fallback 到 voice_ids 修复预览无声 ( #1320 )
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 40s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m41s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m16s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m16s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 5m24s
CI/CD Pipeline / Integration Tests (push) Successful in 1m21s
CI/CD Pipeline / Unit Tests (push) Successful in 8m50s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m12s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m25s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m13s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m29s
CI/CD Pipeline / Canary Release to Production (push) Failing after 913h2m53s
CI/CD Pipeline / Production Browser E2E (push) Failing after 913h10m55s
CI/CD Pipeline / CI Gate (push) Failing after 913h10m56s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 913h10m56s
CI/CD Pipeline / Build Production API Image (push) Failing after 913h10m57s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 913h19m45s
CI/CD Pipeline / PR Build API Image (push) Failing after 913h19m47s
CI/CD Pipeline / Frontend Lint (push) Failing after 913h19m48s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 913h19m49s
CI/CD Pipeline / Deploy Production (push) Failing after 913h44m21s
CI/CD Pipeline / Build Production Web Image (push) Failing after 913h44m22s
CI/CD Pipeline / PR Build Web Image (push) Failing after 913h53m11s
2026-08-09 14:07:13 +08:00
xiaoxia
d9c5281f46
feat: 预览生成 API 传入 voice_library_id(配音素材 ID) ( #1314 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 50s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 59s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m32s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m35s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 3m52s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m33s
CI/CD Pipeline / Integration Tests (push) Successful in 1m45s
CI/CD Pipeline / Unit Tests (push) Successful in 8m39s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m23s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m8s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 38s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m12s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m27s
CI/CD Pipeline / Canary Release to Production (push) Failing after 914h39m13s
CI/CD Pipeline / Deploy Production (push) Failing after 914h47m19s
CI/CD Pipeline / CI Gate (push) Failing after 914h47m19s
CI/CD Pipeline / Build Production Web Image (push) Failing after 914h47m20s
CI/CD Pipeline / Build Production API Image (push) Failing after 914h47m20s
CI/CD Pipeline / PR Build Web Image (push) Failing after 914h55m59s
CI/CD Pipeline / PR Build API Image (push) Failing after 914h56m0s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 914h56m2s
CI/CD Pipeline / Production Browser E2E (push) Failing after 915h20m45s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 915h20m46s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 915h29m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 915h29m27s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-09 12:31:00 +08:00
xiaoxia
6b5ec0a2f1
Merge pull request 'fix: 预览生成接口透传 voice_library_id 修复预览无声问题' ( #1313 ) from fix/preview-voice-library-id into develop
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m10s
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m10s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m6s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 3m15s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m14s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 5m38s
CI/CD Pipeline / Integration Tests (push) Successful in 1m28s
CI/CD Pipeline / Unit Tests (push) Successful in 8m42s
CI/CD Pipeline / Build Staging API Image (push) Successful in 12m34s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m18s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 40s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m9s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m27s
CI/CD Pipeline / Canary Release to Production (push) Failing after 915h37m3s
CI/CD Pipeline / Deploy Production (push) Failing after 915h45m21s
CI/CD Pipeline / CI Gate (push) Failing after 915h45m21s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 915h45m21s
CI/CD Pipeline / Build Production API Image (push) Failing after 915h45m21s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 915h54m3s
CI/CD Pipeline / PR Build API Image (push) Failing after 915h54m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 915h54m5s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 915h54m9s
CI/CD Pipeline / Production Browser E2E (push) Failing after 916h18m45s
CI/CD Pipeline / Build Production Web Image (push) Failing after 916h18m46s
CI/CD Pipeline / PR Build Web Image (push) Failing after 916h27m28s
2026-08-09 11:32:53 +08:00
CI Bot
de30703d41
style: auto-format with black + isort + prettier [skip ci-format-check]
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 43s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 56s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 55s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m33s
AI Code Review / AI Code Review (pull_request) Successful in 1m34s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m43s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m23s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m53s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 2m32s
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 2m24s
CI/CD Pipeline / Validate - Code Quality (pull_request) Successful in 3m47s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m54s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 4m2s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m28s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 7m37s
CI/CD Pipeline / CI Gate (pull_request) Successful in 6s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 48s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 49s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 915h54m43s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 915h54m44s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 915h54m45s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 915h54m45s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 916h3m3s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 916h3m7s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 916h3m7s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 916h3m3s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 916h3m4s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 916h3m5s
CI/CD Pipeline / Canary Release to Production (pull_request) Failing after 916h28m9s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 916h28m10s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 916h36m32s
2026-08-09 03:23:53 +00:00
xiaoxia
68e41f6173
fix: 预览生成接口透传 voice_library_id 修复预览无声问题
...
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 40s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 43s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 55s
AI Code Review / AI Code Review (pull_request) Successful in 1m12s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m23s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m52s
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
PR Automation / Auto Approve on CI Green (pull_request) Has been cancelled
CI/CD Pipeline / PR Build Web Image (pull_request) Failing after 916h4m36s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 916h4m38s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 916h5m14s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 916h5m15s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 916h5m16s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 916h5m17s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 916h5m18s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 916h38m2s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 916h38m39s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 916h38m42s
根因:预览生成接口(POST /preview)硬编码 voice_library_id="",
导致用户选择的上传音频从未传递给 Worker,渲染时没有音频可混入。
修复:
- CreatePreviewGenerationTaskRequest 增加 voice_library_id 字段
- 预览端点将 request.voice_library_id 透传给 CreateGenerationTaskCommand
- 确认生成接口已自动继承源预览任务的 voice_library_id
- 新增 4 个单元测试验证 schema 字段
下游链路(Worker 下载音频 → 渲染引擎混音)无需修改,
只需前端在创建预览任务时传入 voice_library_id 即可。
2026-08-09 11:21:08 +08:00
xiaoxia
2c4fabb585
feat: 前端对接确认生成 API (POST /tasks/{task_id}/confirm) ( #1310 )
...
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m40s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m50s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 1m56s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 3m20s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 3m22s
CI/CD Pipeline / Integration Tests (push) Successful in 1m46s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 6m28s
CI/CD Pipeline / Unit Tests (push) Successful in 8m25s
CI/CD Pipeline / Build Staging API Image (push) Successful in 13m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m26s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 47s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m14s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m31s
CI/CD Pipeline / Canary Release to Production (push) Failing after 917h57m24s
CI/CD Pipeline / Deploy Production (push) Failing after 918h7m33s
CI/CD Pipeline / CI Gate (push) Failing after 918h7m33s
CI/CD Pipeline / Build Production Web Image (push) Failing after 918h7m33s
CI/CD Pipeline / Build Production API Image (push) Failing after 918h7m33s
CI/CD Pipeline / PR Build API Image (push) Failing after 918h15m59s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 918h15m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 918h16m0s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 918h16m1s
CI/CD Pipeline / Production Browser E2E (push) Failing after 918h40m57s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 918h40m58s
CI/CD Pipeline / PR Build Web Image (push) Failing after 918h49m23s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com >
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com >
2026-08-09 09:11:01 +08:00
xiaoxia
c79022bc2c
Merge pull request 'fix: 确认生成 API 适配 develop 分支(同步 main PR #1308)' ( #1312 ) from fix/confirm-generation-api-develop into develop
CI/CD Pipeline / Validate - Migration (alembic) (push) Successful in 1m7s
CI/CD Pipeline / Validate - Type Check (mypy) (push) Successful in 1m12s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 2m40s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 2m50s
CI/CD Pipeline / Validate - Code Quality (push) Successful in 4m46s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 4m56s
CI/CD Pipeline / Integration Tests (push) Successful in 1m30s
CI/CD Pipeline / Unit Tests (push) Successful in 8m10s
CI/CD Pipeline / Build Staging API Image (push) Successful in 11m51s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 1m23s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 36s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m11s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m28s
CI/CD Pipeline / Canary Release to Production (push) Failing after 928h57m34s
CI/CD Pipeline / Deploy Production (push) Failing after 929h5m47s
CI/CD Pipeline / CI Gate (push) Failing after 929h5m48s
CI/CD Pipeline / Build Production Web Image (push) Failing after 929h5m48s
CI/CD Pipeline / Build Production API Image (push) Failing after 929h5m48s
CI/CD Pipeline / PR Build API Image (push) Failing after 929h13m59s
CI/CD Pipeline / PR Build Worker Image (push) Failing after 929h13m57s
CI/CD Pipeline / Frontend Lint (push) Failing after 929h13m59s
CI/CD Pipeline / Check if frontend-only change (push) Failing after 929h14m2s
CI/CD Pipeline / Production Browser E2E (push) Failing after 929h39m11s
CI/CD Pipeline / Build Production Worker Image (push) Failing after 929h39m12s
CI/CD Pipeline / PR Build Web Image (push) Failing after 929h47m21s
2026-08-08 22:13:01 +08:00