CI Test
02992a3fcd
P2-2: Move auth services from domain to application layer
...
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- Move jwt_service.py from packages/domain/auth to packages/application/auth
- Move password_hasher.py from packages/domain/auth to packages/application/auth
- Update all import paths in use cases and tests
2026-06-27 19:23:56 +08:00
xiaoxia
f687b4207f
feat: add download_url field to generated video APIs ( #20 )
2026-06-26 21:13:18 +08:00
Xiaoxia AI
e841bcca12
test(ci): align production deploy assertions
2026-06-25 11:56:59 +08:00
Xiaoxia AI
0ed3cb7ef5
fix(ci): run unit tests with API path
2026-06-24 20:18:08 +08:00
Xiaoxia AI
6e8394d749
style: sort Python imports for CI
2026-06-24 19:57:19 +08:00
Xiaoxia AI
f85e389ced
style: format Python files for CI
2026-06-24 19:54:36 +08:00
Xiaoxia AI
4ead9dda3d
docs(release): record package six baseline
2026-06-24 10:44:33 +08:00
Xiaoxia AI
07c62b0b30
docs(release): record package five baseline
2026-06-24 09:34:24 +08:00
Xiaoxia AI
ee6b4a663a
feat(tasks): add project task center
2026-06-24 08:39:32 +08:00
Xiaoxia AI
b99d5fb64e
docs(release): record package four baseline
2026-06-24 07:12:29 +08:00
Xiaoxia AI
8acbd6c8a7
feat(results): add generated video management
2026-06-24 06:28:06 +08:00
Xiaoxia AI
719dc12d3d
docs(release): record package three baseline
2026-06-24 01:29:36 +08:00
Xiaoxia AI
17021c351f
feat(titles): complete title selection workflow
2026-06-24 00:55:00 +08:00
Xiaoxia AI
6b66601d67
feat(titles): add project title library
2026-06-24 00:30:58 +08:00
Xiaoxia AI
4070dd1952
test(docs): reflect package two release surface
2026-06-23 23:25:20 +08:00
Xiaoxia AI
9cc48aeee9
feat(assets): add review actions and high risk view
2026-06-23 22:57:56 +08:00
Xiaoxia AI
bf452e3510
fix(ops): prune old docker artifacts after deploy
2026-06-23 22:39:18 +08:00
Xiaoxia AI
f2a9b0868b
feat(assets): track generation usage review state
2026-06-23 21:52:47 +08:00
Xiaoxia AI
14b760cdaf
fix(generation): block tasks without ready videos
2026-06-23 21:31:59 +08:00
Xiaoxia AI
d052645307
feat(assets): add project material diagnosis
2026-06-23 20:14:03 +08:00
Xiaoxia AI
72efc7cedb
fix(deploy): retain current web assets before release
2026-06-23 18:48:13 +08:00
Xiaoxia AI
efa86088b8
fix(web): preserve lazy chunks across releases
2026-06-23 18:32:17 +08:00
Xiaoxia AI
6e42f944c0
feat(upload): add OSS direct upload flow
2026-06-23 15:47:03 +08:00
Xiaoxia AI
4f1441df36
docs(agents): establish automated eight-agent workflow
2026-06-23 14:34:01 +08:00
Xiaoxia AI
73591f7e91
fix(worker): mark ingested assets ready
2026-06-23 13:12:17 +08:00
Xiaoxia AI
f65a6a4145
fix(upload): raise production upload limit to 800mb
2026-06-23 12:32:11 +08:00
Xiaoxia AI
159ebae0f2
fix(upload): support mov assets and large web uploads
2026-06-23 11:44:10 +08:00
Xiaoxia AI
545f2cba0f
fix(web): allow production uploads through web proxy
2026-06-23 11:21:39 +08:00
Xiaoxia AI
b7b0765ba6
docs(release): close package one boundary validation
2026-06-23 10:04:56 +08:00
Xiaoxia AI
51eb9381f4
fix(api): support asset library lookup for media guards
2026-06-23 09:44:03 +08:00
Xiaoxia AI
a02036f806
docs(release): freeze v0.1.16 production surface
2026-06-23 09:23:05 +08:00
Xiaoxia AI
e1764b1332
chore(ops): add production resource monitoring check
2026-06-23 08:27:04 +08:00
Xiaoxia AI
816d98175a
fix(ops): expose release version and limit worker concurrency
2026-06-23 07:52:19 +08:00
Xiaoxia AI
fb633a8ed4
fix(deploy): recreate web after api release
2026-06-22 20:07:16 +08:00
Xiaoxia AI
4eff7ea434
docs(release): record v0.1.9 automation retrospective
2026-06-22 19:28:43 +08:00
Xiaoxia AI
14991ad3cd
ci(release): keep web dist in release artifact
2026-06-22 19:07:39 +08:00
Xiaoxia AI
699ed2e931
ci(release): run production deploy with host paths
2026-06-22 18:55:42 +08:00
Xiaoxia AI
59e4c9d418
ci(release): deploy production from runtime builder
2026-06-22 18:36:56 +08:00
Xiaoxia AI
f73b87314d
ci(release): bind gitea token for archive checkout
2026-06-22 18:05:26 +08:00
Xiaoxia AI
785b73239e
ci(release): package web artifact on runtime builder
2026-06-22 17:55:16 +08:00
Xiaoxia AI
3f2afbf770
ci(release): allow builder-local production upload key
2026-06-22 16:42:56 +08:00
Xiaoxia AI
598092f5f6
ci(release): add runtime builder runner workflow
2026-06-22 15:17:57 +08:00
Xiaoxia AI
de9ac41add
docs(release): add runtime build host runbook
2026-06-22 15:14:44 +08:00
Xiaoxia AI
a21b44cf55
fix(release): prevent runtime builds on production host
2026-06-22 15:00:23 +08:00
Xiaoxia AI
92a515fa05
docs(deploy): document production runtime image gate
2026-06-22 14:57:40 +08:00
Xiaoxia AI
8a9542274f
fix(deploy): require runtime image artifact for production
2026-06-22 14:53:48 +08:00
Xiaoxia AI
df7c4ee0d7
chore(release): add runtime image artifact deploy
2026-06-22 14:48:33 +08:00
Xiaoxia AI
34353506d7
fix(web): restore project workspace context
2026-06-22 13:19:45 +08:00
Xiaoxia AI
0042c4d54f
fix(web): route admin mocks to coming soon
2026-06-22 10:55:32 +08:00
Xiaoxia AI
51a1729c59
fix(web): disable unsupported subscription api calls
2026-06-22 10:35:24 +08:00