b37e812b1b
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging API Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 43s
CI/CD Pipeline / Frontend Lint (pull_request) Has been skipped
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been skipped
CI/CD Pipeline / PR Build Web Image (pull_request) Has been skipped
CI/CD Pipeline / PR Build Worker Image (pull_request) Successful in 41s
CI/CD Pipeline / Validate - Type Check (mypy) (pull_request) Successful in 1m38s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 1m43s
CI/CD Pipeline / Validate - Migration (alembic) (pull_request) Successful in 1m47s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 2m10s
CI/CD Pipeline / PR Build API Image (pull_request) Successful in 1m46s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 3m37s
CI/CD Pipeline / Validate - Code Quality (pull_request) Has been cancelled
CI/CD Pipeline / Unit Tests (pull_request) Has been cancelled
CI/CD Pipeline / Integration Tests (pull_request) Has been cancelled
CI/CD Pipeline / Build Production API Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Web Image (pull_request) Has been cancelled
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been cancelled
CI/CD Pipeline / Deploy Production (pull_request) Has been cancelled
CI/CD Pipeline / Production Browser E2E (pull_request) Has been cancelled
CI/CD Pipeline / Canary Release to Production (pull_request) Has been cancelled
CI/CD Pipeline / CI Gate (pull_request) Has been cancelled
AI Code Review / AI Code Review (pull_request) Has been cancelled
核心改动: - 删除旧内存渲染路径(render_from_memory)及所有关联函数 - 预览和正式生成都走 _render_from_edit_plan(基于 EditPlan 数据库) - source_edit_plan_id 为空时直接报错,不再兜底旧路径 - 删除 custom_title 字段全链路(domain/application/schema/route/worker) - 统一使用 title_config 结构化字段传递标题配置 删除的函数(generation.py -1031行): - _build_plan_and_clips_from_task:内存构建虚拟 plan/clips - _load_template_plan_config:模板配置加载(旧路径辅助) - _load_template_clip_configs / _load_template_segment_durations - _download_library_assets / _download_all_assets:旧路径素材下载 - _render_video:旧路径渲染入口(854x480 低质量预览) - generate_video 中 DEPRECATED 旧路径代码块 删除的测试文件(测试已删除函数的旧测试): - test_full_pipeline.py / test_four_mode_rendering.py(集成测试) - test_preview_voice_ids_fallback.py / test_preview_title_render.py - test_generation_p3_optimizations.py / test_generation_worker_fixes.py - test_bool_config_defense.py / test_preview_title_config.py 清理的测试(删除引用已删函数的测试类): - test_oneclick_gen_p0_fixes.py:移除 TestDownloadLibraryAssets / TestTemplatePlanConfigLoading - test_1294_preview_voice_injection.py:移除 TestRenderVideoVoiceInjection / TestGenerateVideoPassesVoiceIds - test_1280_preview_speedup.py:移除 test_parallel_download_still_works - test_worker_cover_meta_and_status.py:更新 _meta_session 断言 - test_confirm_generation.py / test_three_bugs_fix.py:移除 custom_title 断言 单测验证:13647 passed, 0 failed