Commit Graph

153 Commits

Author SHA1 Message Date
XiaoXia Bot e44ebc535e feat: add chunked upload API for large file uploads
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Waiting to run
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
- POST /upload/chunk/init - Initialize chunked upload
- POST /upload/chunk/{upload_id}/{chunk_index} - Upload single chunk
- POST /upload/chunk/{upload_id}/complete - Complete upload and merge chunks
- GET /upload/chunk/{upload_id}/status - Get upload status for resume

Features:
- Support files up to 2GB
- Default chunk size: 5MB
- File type whitelist validation
- 24-hour expiration for incomplete uploads
- Automatic cleanup of expired uploads
2026-06-26 20:15:56 +08:00
xiaoxia 712b01d805 fix: P2-4 add complete type annotations to dependencies
Deploy / Deploy Staging (push) Failing after 1s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m1s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 31s
2026-06-26 17:58:25 +08:00
xiaoxia 3a97ca385a fix: P3-1 unify database config with app.config
Deploy / Deploy Staging (push) Failing after 1s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 1m0s
2026-06-26 17:56:33 +08:00
xiaoxia 4fefed332a fix(P2-6): use NamedTemporaryFile for automatic temp file cleanup
Deploy / Deploy Staging (push) Failing after 2s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 1m0s
2026-06-26 17:54:42 +08:00
xiaoxia 4c3dcfbf0f fix(P2-5): add server-side file type validation with magic
Deploy / Deploy Staging (push) Failing after 1s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 30s
2026-06-26 17:54:03 +08:00
xiaoxia 097f3c05fe fix(P1-3,P1-4): fix DB connection leak and implement real metadata extraction
Deploy / Deploy Staging (push) Failing after 2s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 1m1s
2026-06-26 17:53:08 +08:00
xiaoxia ea5bd47489 fix(P1-1): resolve CORS configuration security issue
Deploy / Deploy Staging (push) Failing after 2s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m0s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 1m0s
2026-06-26 17:48:57 +08:00
Xiaoxia AI 4100a39252 fix(web): remove unused parameters and imports
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 24s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 26s
Tests / test (pull_request) Successful in 19s
Tests / lint (pull_request) Successful in 10s
Deploy / Deploy Staging (push) Successful in 1m36s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-06-25 15:15:05 +08:00
Xiaoxia AI 0bbee7dd27 fix(web): disable noUnusedLocals/noUnusedParameters to allow build
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 26s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 24s
Tests / test (pull_request) Successful in 22s
Tests / lint (pull_request) Successful in 9s
Deploy / Deploy Staging (push) Successful in 1m34s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-06-25 15:08:45 +08:00
Xiaoxia AI 796074867b fix(web): resolve TypeScript unused variable warnings
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 24s
Deploy / Deploy Staging (push) Failing after 25s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 23s
Tests / test (pull_request) Successful in 15s
Tests / lint (pull_request) Successful in 8s
2026-06-25 14:56:47 +08:00
Xiaoxia AI 32dcf483f8 feat(web): complete V21 UI redesign for all pages
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 24s
Deploy / Deploy Staging (push) Failing after 26s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
- Replaced Ant Design Card/Layout with V21-compliant components
- Updated Header, MainLayout to V21 sticky top navigation
- Redesigned WorkspaceList, ProjectAssets, ProjectResults, ProjectTitles, ProjectVoices, ProjectGeneration with V21 card/grid system
- Added V21 color scheme, typography, spacing, pill badges, vertical/video cards
- Updated Login page and Plans subscription page to V21 design
- CSS-only styling without Ant Design overrides where possible
2026-06-25 14:53:49 +08:00
Xiaoxia AI dcd51f48de test(web): target generation approval pill
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 25s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 25s
Tests / test (pull_request) Successful in 17s
Deploy / Deploy Staging (push) Successful in 1m20s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Tests / lint (pull_request) Successful in 12s
2026-06-25 12:58:36 +08:00
Xiaoxia AI f776fe0250 test(web): scope generation approval assertion
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 23s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 24s
Tests / test (pull_request) Successful in 16s
Tests / lint (pull_request) Successful in 11s
Deploy / Deploy Staging (push) Successful in 1m23s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-06-25 12:43:17 +08:00
Xiaoxia AI f9a934d916 test(web): stabilize core E2E against V21 UI
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 24s
Deploy / Deploy Staging (push) Successful in 1m23s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-06-25 01:38:15 +08:00
Xiaoxia AI ecd2021043 fix(web): restore V21 workspace Chinese copy
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 25s
Deploy / Deploy Staging (push) Successful in 2m37s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-06-25 00:51:00 +08:00
Xiaoxia AI cdad6fd641 fix(ci): run unit tests with API path
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 45s
Deploy / Deploy Staging (push) Successful in 1s
2026-06-24 20:18:08 +08:00
Xiaoxia AI 6e00c9d3c3 style: sort Python imports for CI
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 18s
Deploy / Deploy Staging (push) Successful in 1s
2026-06-24 19:57:19 +08:00
Xiaoxia AI e1b9ddaa1e style: format Python files for CI
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 1s
2026-06-24 19:54:36 +08:00
Xiaoxia AI 5ebdb94bd8 feat(web): align SaaS UI with V21 prototype
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m0s
2026-06-24 19:19:27 +08:00
Xiaoxia AI 530b31dc10 feat(plans): add edit plan preview workflow
Deploy / Build Production Runtime Images (push) Successful in 9m19s
Deploy / Deploy Production (push) Failing after 18s
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 10:10:25 +08:00
Xiaoxia AI d31e30c494 feat(tasks): retry failed project tasks
Deploy / Build Production Runtime Images (push) Successful in 9m7s
Deploy / Deploy Production (push) Successful in 44s
Deploy / Production Browser E2E (push) Successful in 33s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 09:19:23 +08:00
Xiaoxia AI 9ce7098007 test(e2e): stabilize task center completion assertion
Deploy / Build Production Runtime Images (push) Successful in 9m4s
Deploy / Deploy Production (push) Successful in 50s
Deploy / Production Browser E2E (push) Successful in 36s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 08:53:34 +08:00
Xiaoxia AI 43de087282 feat(tasks): add project task center
Deploy / Build Production Runtime Images (push) Successful in 9m2s
Deploy / Deploy Production (push) Successful in 44s
Deploy / Production Browser E2E (push) Failing after 36s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 08:39:32 +08:00
Xiaoxia AI 35268503d4 feat(results): add preview and batch download actions
Deploy / Build Production Runtime Images (push) Successful in 8m55s
Deploy / Deploy Production (push) Successful in 44s
Deploy / Production Browser E2E (push) Successful in 28s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 06:57:59 +08:00
Xiaoxia AI 8e016d060d test(e2e): stabilize generated video review assertion
Deploy / Build Production Runtime Images (push) Successful in 8m55s
Deploy / Deploy Production (push) Successful in 40s
Deploy / Production Browser E2E (push) Successful in 31s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 06:42:11 +08:00
Xiaoxia AI 91df06b84d feat(results): add generated video management
Deploy / Build Production Runtime Images (push) Successful in 9m0s
Deploy / Deploy Production (push) Successful in 44s
Deploy / Production Browser E2E (push) Failing after 33s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 06:28:06 +08:00
Xiaoxia AI 34dbc0af5f fix(titles): keep selected title ids generation-safe
Deploy / Build Production Runtime Images (push) Successful in 9m4s
Deploy / Deploy Production (push) Successful in 51s
Deploy / Production Browser E2E (push) Successful in 38s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 01:13:01 +08:00
Xiaoxia AI 6f1a71e8bd feat(titles): complete title selection workflow
Deploy / Build Production Runtime Images (push) Successful in 9m5s
Deploy / Deploy Production (push) Successful in 46s
Deploy / Production Browser E2E (push) Failing after 3m39s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 00:55:00 +08:00
Xiaoxia AI bad34ad001 feat(titles): add project title library
Deploy / Build Production Runtime Images (push) Successful in 9m1s
Deploy / Deploy Production (push) Successful in 52s
Deploy / Production Browser E2E (push) Successful in 39s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-24 00:30:58 +08:00
Xiaoxia AI 84518a783f test(e2e): stabilize review action selector
Deploy / Build Production Runtime Images (push) Successful in 9m0s
Deploy / Deploy Production (push) Successful in 45s
Deploy / Production Browser E2E (push) Successful in 32s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 23:12:19 +08:00
Xiaoxia AI 57942e06d9 feat(assets): add review actions and high risk view
Deploy / Build Production Runtime Images (push) Successful in 9m2s
Deploy / Deploy Production (push) Successful in 45s
Deploy / Production Browser E2E (push) Failing after 2m45s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 22:57:56 +08:00
Xiaoxia AI 05ebe166ba test(e2e): allow production ingest latency
Deploy / Build Production Runtime Images (push) Successful in 8m59s
Deploy / Deploy Production (push) Successful in 1m30s
Deploy / Production Browser E2E (push) Successful in 38s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 22:24:47 +08:00
Xiaoxia AI 0e05a2a23e test(e2e): assert generation marks source usage
Deploy / Build Production Runtime Images (push) Successful in 8m57s
Deploy / Deploy Production (push) Successful in 46s
Deploy / Production Browser E2E (push) Failing after 48s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 22:04:47 +08:00
Xiaoxia AI 37e849f90e feat(assets): track generation usage review state
Deploy / Build Production Runtime Images (push) Successful in 9m8s
Deploy / Deploy Production (push) Successful in 55s
Deploy / Production Browser E2E (push) Successful in 36s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 21:52:47 +08:00
Xiaoxia AI a1fc9104aa fix(generation): block tasks without ready videos
Deploy / Build Production Runtime Images (push) Successful in 8m57s
Deploy / Deploy Production (push) Successful in 51s
Deploy / Production Browser E2E (push) Successful in 37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 21:31:59 +08:00
Xiaoxia AI 45d52074d3 test(e2e): use valid media fixture for generation
Deploy / Build Production Runtime Images (push) Successful in 8m52s
Deploy / Deploy Production (push) Successful in 54s
Deploy / Production Browser E2E (push) Successful in 35s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 20:52:54 +08:00
Xiaoxia AI 9298c5e583 feat(assets): enforce smart diagnosis workflow
Deploy / Build Production Runtime Images (push) Successful in 8m55s
Deploy / Deploy Production (push) Successful in 1m1s
Deploy / Production Browser E2E (push) Failing after 1m51s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 20:36:47 +08:00
Xiaoxia AI 989b937ea9 feat(assets): add project material diagnosis
Deploy / Build Production Runtime Images (push) Successful in 8m59s
Deploy / Deploy Production (push) Successful in 58s
Deploy / Production Browser E2E (push) Successful in 36s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 20:14:03 +08:00
Xiaoxia AI 4526701945 test(e2e): stabilize generated result assertion
Deploy / Build Production Runtime Images (push) Successful in 8m53s
Deploy / Deploy Production (push) Successful in 53s
Deploy / Production Browser E2E (push) Successful in 33s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 19:31:13 +08:00
Xiaoxia AI 404514fcb2 fix(web): use signed URLs for generated video downloads
Deploy / Build Production Runtime Images (push) Successful in 8m54s
Deploy / Deploy Production (push) Successful in 59s
Deploy / Production Browser E2E (push) Failing after 8m9s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 19:11:30 +08:00
Xiaoxia AI f3887da532 test(e2e): gate generation download flow
Deploy / Build Production Runtime Images (push) Successful in 8m53s
Deploy / Deploy Production (push) Successful in 58s
Deploy / Production Browser E2E (push) Successful in 36s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
2026-06-23 17:56:55 +08:00
Xiaoxia AI 82c01003fb ci(e2e): pin playwright runtime version
Deploy / Build Production Runtime Images (push) Successful in 8m53s
Deploy / Deploy Production (push) Successful in 57s
Deploy / Production Browser E2E (push) Successful in 28s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 17:09:17 +08:00
Xiaoxia AI babdb06287 test(e2e): stabilize direct upload selector
Deploy / Build Production Runtime Images (push) Successful in 8m45s
Deploy / Deploy Production (push) Successful in 46s
Deploy / Production Browser E2E (push) Failing after 22s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 16:29:17 +08:00
Xiaoxia AI 1d638027bf feat(upload): add OSS direct upload flow
Deploy / Build Production Runtime Images (push) Successful in 8m58s
Deploy / Deploy Production (push) Successful in 1m7s
Deploy / Production Browser E2E (push) Failing after 4m17s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 15:47:03 +08:00
Xiaoxia AI dc89f66bfd test(e2e): add browser upload gate
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 15:17:22 +08:00
Xiaoxia AI 93d212c1c4 fix(worker): mark ingested assets ready
Deploy / Build Production Runtime Images (push) Successful in 8m49s
Deploy / Deploy Production (push) Successful in 52s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 13:12:17 +08:00
Xiaoxia AI 176914b3a4 fix(web): avoid asset list failures during large uploads
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 13:02:06 +08:00
Xiaoxia AI 2cccc1b1d1 fix(upload): support mov assets and large web uploads
Deploy / Build Production Runtime Images (push) Successful in 8m51s
Deploy / Deploy Production (push) Successful in 56s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 11:44:10 +08:00
Xiaoxia AI 136c40360c fix(api): enforce media result permission boundaries
Deploy / Build Production Runtime Images (push) Successful in 8m53s
Deploy / Deploy Production (push) Successful in 45s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-23 09:30:09 +08:00
Xiaoxia AI d00d63f14d fix(web): humanize generation failure messages
Deploy / Build Production Runtime Images (push) Successful in 8m49s
Deploy / Deploy Production (push) Successful in 1m0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
2026-06-22 22:57:07 +08:00