release: V21 UI and core E2E hardening #2

Merged
xiaoxia merged 240 commits from develop into main 2026-06-25 12:06:20 +08:00
Owner

Release PR for V21 UI alignment, runtime-builder staging artifact deploy, core E2E stabilization, and production artifact guardrails. Staging is healthy and frontend type-check/build passed after syncing main into develop.

Release PR for V21 UI alignment, runtime-builder staging artifact deploy, core E2E stabilization, and production artifact guardrails. Staging is healthy and frontend type-check/build passed after syncing main into develop.
xiaoxia added 236 commits 2026-06-25 11:34:33 +08:00
ci: add CI/CD pipeline configuration
CI/CD Pipeline / Code Quality Check (push) Failing after 1m41s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend Images (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy to Staging (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 35s
CI/CD Pipeline / Automated Testing (pull_request) Has been skipped
CI/CD Pipeline / Build Backend Images (pull_request) Has been skipped
CI/CD Pipeline / Build Frontend (pull_request) Has been skipped
CI/CD Pipeline / Deploy to Staging (pull_request) Has been skipped
CI/CD Pipeline / Deploy to Production (pull_request) Has been skipped
cf62c9b8a6
- Add Gitea Actions workflow
- Stage 1: Code quality check (black, isort, mypy, flake8, bandit)
- Stage 2: Automated testing (unit + integration tests)
- Stage 3: Build backend Docker images
- Stage 4: Build frontend static assets
- Stage 5: Deploy to staging (develop branch)
- Stage 6: Deploy to production (main branch)

Also add Git workflow documentation.
fix(ci): fix job names and simplify pipeline
CI/CD Pipeline / Automated Testing (pull_request) Blocked by required conditions
CI/CD Pipeline / Build Backend (pull_request) Blocked by required conditions
CI/CD Pipeline / Build Frontend (pull_request) Blocked by required conditions
CI/CD Pipeline / Deploy Staging (pull_request) Blocked by required conditions
CI/CD Pipeline / Deploy Production (pull_request) Blocked by required conditions
CI/CD Pipeline / Code Quality Check (push) Failing after 43s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy Staging (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 18m32s
18d5dcf5f4
- Change job names to valid format (no spaces)
- Simplify backend build (skip Docker for now)
- Keep frontend build with npm
- All jobs now have proper runs-on configuration
docs: update README for CI test
CI/CD Pipeline / Automated Testing (pull_request) Blocked by required conditions
CI/CD Pipeline / Build Backend (pull_request) Blocked by required conditions
CI/CD Pipeline / Build Frontend (pull_request) Blocked by required conditions
CI/CD Pipeline / Deploy Staging (pull_request) Blocked by required conditions
CI/CD Pipeline / Deploy Production (pull_request) Blocked by required conditions
CI/CD Pipeline / Code Quality Check (push) Has been cancelled
CI/CD Pipeline / Automated Testing (push) Has been cancelled
CI/CD Pipeline / Build Backend (push) Has been cancelled
CI/CD Pipeline / Build Frontend (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 15m30s
6c7bb6cfba
fix(ci): use custom checkout to fix repository URL issue
CI/CD Pipeline / Code Quality Check (push) Waiting to run
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 30s
CI/CD Pipeline / Automated Testing (pull_request) Has been skipped
CI/CD Pipeline / Build Backend (pull_request) Has been skipped
CI/CD Pipeline / Build Frontend (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Automated Testing (push) Has been cancelled
CI/CD Pipeline / Build Backend (push) Has been cancelled
CI/CD Pipeline / Build Frontend (push) Has been cancelled
CI/CD Pipeline / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Deploy Production (push) Has been cancelled
53ac0b94c5
- Replace actions/checkout@v4 with manual git clone
- Use correct Gitea URL with /git/ path
- This works around Gitea Actions URL bug
ci: trigger CI test - 2026-06-18 16:11:49
CI/CD Pipeline / Code Quality Check (pull_request) Failing after 31s
CI/CD Pipeline / Automated Testing (pull_request) Has been skipped
CI/CD Pipeline / Code Quality Check (push) Failing after 33s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend (pull_request) Has been skipped
CI/CD Pipeline / Build Frontend (pull_request) Has been skipped
CI/CD Pipeline / Build Backend (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy Staging (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
e5fd3c8ad1
ci: merge CI/CD pipeline configuration
CI/CD Pipeline / Code Quality Check (push) Failing after 5s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy Staging (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
11c680a3a1
- Add complete CI/CD workflow
- Use custom git clone to fix Gitea Actions URL issue
- Add Git workflow documentation
ci: final CI test - 2026-06-18 16:15:58
CI/CD Pipeline / Code Quality Check (push) Failing after 5s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Backend (push) Has been skipped
CI/CD Pipeline / Build Frontend (push) Has been skipped
CI/CD Pipeline / Deploy Staging (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
4aa8bf7a28
fix(ci): use container image instead of setup-python action
CI/CD Pipeline / Code Quality Check (push) Failing after 1s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
5b0c85685c
- Use python:3.12-slim container directly
- Remove setup-python action (not compatible with Gitea Actions)
- Simplify build pipeline
- Add error handling for missing requirements.txt
ci: test container-based workflow - 2026-06-18 16:22:22
CI/CD Pipeline / Code Quality Check (push) Failing after 1s
CI/CD Pipeline / Automated Testing (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
c710a1390b
fix(ci): simplify CI pipeline - install git manually
CI/CD Pipeline / Code Quality Check (push) Waiting to run
CI/CD Pipeline / Run Tests (push) Blocked by required conditions
CI/CD Pipeline / Build Summary (push) Blocked by required conditions
c0f8c82cf1
- Use runs-on: ubuntu-latest instead of container
- Install git before checkout
- Install Python manually
- Simplify to core functionality only
ci: fresh start after database cleanup - 2026-06-18 16:28:15
CI/CD Pipeline / Code Quality Check (push) Waiting to run
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Build Summary (push) Has been cancelled
bdd42e0d78
fix(ci): use catthehacker/ubuntu:act-latest container
CI/CD Pipeline / Code Quality Check (push) Failing after 1m42s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
bd0188c737
- Use pre-built container with git and Python
- Avoid timeout from apt-get install
- This container is specifically built for Gitea Actions/act
fix(ci): use --break-system-packages for pip install
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Build Summary (push) Has been cancelled
CI/CD Pipeline / Code Quality Check (push) Has been cancelled
454c561f71
- Fix externally-managed-environment error
- Ubuntu 24.04 requires this flag for global pip installs
fix(ci): unify workflows and use venv for python tools
CI/CD Pipeline / Code Quality Check (push) Failing after 2m21s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
7c99f26667
fix(ci): use apt packages for python tooling
CI/CD Pipeline / Code Quality Check (push) Failing after 53s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
1fd5abc5cf
fix(ci): force official pypi in venv installs
CI/CD Pipeline / Code Quality Check (push) Successful in 28m24s
CI/CD Pipeline / Run Tests (push) Successful in 6m27s
CI/CD Pipeline / Build Summary (push) Successful in 0s
6cd6a5d753
chore(ci): unify dev dependencies via requirements-dev
CI/CD Pipeline / Code Quality Check (push) Successful in 38m27s
CI/CD Pipeline / Run Tests (push) Failing after 30s
CI/CD Pipeline / Build Summary (push) Has been skipped
53666760fc
feat(phase7): align asset flow and scaffold generation pipeline
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Build Summary (push) Has been cancelled
CI/CD Pipeline / Code Quality Check (push) Has been cancelled
e67f2a17c6
feat(phase7): trigger generation worker from API
CI/CD Pipeline / Code Quality Check (push) Failing after 1m5s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
938ba71869
feat(phase7): add generated video download endpoint
CI/CD Pipeline / Code Quality Check (push) Failing after 46s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
bd078438c0
feat(phase7): prefer presigned generated video downloads
CI/CD Pipeline / Code Quality Check (push) Failing after 48s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
8ac0d0da3e
feat(phase7): align generated video storage paths
CI/CD Pipeline / Code Quality Check (push) Failing after 1m29s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
7e98f917d1
feat(phase7): complete generation web flow and frontend build recovery
CI/CD Pipeline / Code Quality Check (push) Failing after 24s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
e5d5ae4ce7
fix(ci): align workflow triggers with branch policy
CI/CD Pipeline / Code Quality Check (push) Successful in 31s
CI/CD Pipeline / Run Tests (push) Successful in 4m32s
CI/CD Pipeline / Build Summary (push) Has been skipped
d9822c20ff
fix(ci): avoid needs scheduling blockage on gitea
CI/CD Pipeline / Code Quality Check (push) Failing after 57s
CI/CD Pipeline / Run Tests (push) Successful in 1m34s
CI/CD Pipeline / Build Summary (push) Has been skipped
a1fce0d467
fix(ci): stabilize validation workflow
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m17s
55011c06ca
docs(ci): establish runner infrastructure governance
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 3m2s
4ddaafbdef
fix(ci): remove runtime dependencies from dev requirements
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 3m14s
8ad7fd09d5
merge: CI/CD stability fixes into develop
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 9m52s
b548d18e4f
fix(phase7): resolve remaining TODOs - session_id in JWT and repository injection
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
f38df083db
docs(phase7): mark Phase 7 as completed
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
c22f5e9c70
docs(project-b): complete mainline clarity project - API catalog and code status
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 16m9s
dce28d5bb8
merge: complete Project C - doc quality verification
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 2m7s
bd35e57147
feat(project-d): implement real video generation pipeline with FFmpeg
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 22m33s
9656588bf2
feat: 添加简化版认证API和配置文件
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 24m57s
e819f6f89b
fix: support develop branch deployment and fix React Query v5 compatibility
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 16m9s
Deploy / Deploy Staging (push) Failing after 53s
Deploy / Deploy Production (push) Has been skipped
ae13650bfd
fix: correct paths in deployment scripts for container execution
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m5s
Deploy / Deploy Staging (push) Failing after 2m2s
Deploy / Deploy Production (push) Has been skipped
50d2d9642a
fix: exclude test files from TypeScript build
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
8120597ae1
fix: remove unused import in useWorkspace
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1h20m12s
Deploy / Deploy Staging (push) Failing after 6m8s
Deploy / Deploy Production (push) Has been skipped
e7b1d3eeff
fix: correct web Dockerfile for Vite (not Next.js)
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m24s
Deploy / Deploy Staging (push) Failing after 18m54s
Deploy / Deploy Production (push) Has been skipped
acaff441bc
refactor: 彻底迁移到阿里云 OSS 并重构基础设施
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 40m45s
Deploy / Deploy Production (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
a97106d9b8
- 删除 MinIO 依赖,改用阿里云 OSS (oss2)
- 重写存储服务 storage.py(完全兼容原接口)
- 更新配置:config.py 改为 OSS_* 配置项
- 重构 Docker Compose:分离基础设施(infra.yml)和应用(compose.yml)
- 添加健康检查和自动重启配置
- 创建标准化部署脚本(init-server.sh + deploy.sh)
- 统一 Nginx 配置(主域名 api.xiaoxiajianji.com)
- 修复 Web Dockerfile 端口映射(80 not 3000)

服务器清理完成:
- 删除旧云控制台、监控系统、桌面版代码
- 删除 2.6GB 旧安装包
- 清理 Docker 缓存 2.5GB
- 磁盘使用率从 48% 降至 26%
perf: 优化 CI/CD 镜像,从 2.26GB 降到 179MB
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 10s
Deploy / Deploy Staging (push) Failing after 5m16s
Deploy / Deploy Production (push) Has been skipped
7269ed6cc1
- 替换 catthehacker/ubuntu:act-latest (2.26GB) 为 python:3.12-slim (179MB)
- 减少下载时间 90%+
- 加快 CI/CD 构建速度
trigger: 重新触发 CI/CD(使用优化后的轻量级镜像)
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1s
Deploy / Deploy Staging (push) Failing after 1m0s
Deploy / Deploy Production (push) Has been skipped
3b6b16d0e1
fix: 添加 psycopg 依赖,修复数据库连接错误
Deploy / Deploy Staging (push) Failing after 2m37s
Deploy / Deploy Production (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1s
e122e084c0
- 添加 psycopg==3.1.18(SQLAlchemy 2.0 推荐的 PostgreSQL 驱动)
- 保留 psycopg2-binary 作为备用
fix(deploy): align deployment with split infrastructure
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 3s
8df0a476c0
fix(ci): checkout without git in slim runner image
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 19m35s
32d6d0eb9d
merge: fix deployment split infrastructure ci
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 4m45s
Deploy / Deploy Staging (push) Successful in 2m36s
Deploy / Deploy Production (push) Has been skipped
bb2ae19091
fix(worker): register generation task
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 28m7s
cf1d187b6d
merge: fix worker generation task
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m41s
Deploy / Deploy Staging (push) Successful in 1m3s
Deploy / Deploy Production (push) Has been skipped
df2a6d68ec
merge: use prebuilt ci validation image
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 57s
Deploy / Deploy Staging (push) Successful in 1m5s
Deploy / Deploy Production (push) Has been skipped
ba06c95b16
docs: close phase7 deployment ci validation
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 59s
Deploy / Deploy Staging (push) Successful in 1m5s
Deploy / Deploy Production (push) Has been skipped
71d7913f2f
feat(worker): generate real mp4 outputs
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 56s
f0088d0c26
merge: add real ffmpeg generation
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 57s
Deploy / Deploy Staging (push) Failing after 2m5s
Deploy / Deploy Production (push) Has been skipped
925365fcb5
trigger: redeploy after docker mirror fix
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 58s
Deploy / Deploy Staging (push) Failing after 2m4s
Deploy / Deploy Production (push) Has been skipped
391abdff2a
fix(worker): speed up ffmpeg package install
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 40s
Deploy / Deploy Staging (push) Failing after 1m55s
Deploy / Deploy Production (push) Has been skipped
8cba7b6c07
fix(deploy): avoid remote metadata checks during compose build
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 57s
Deploy / Deploy Staging (push) Failing after 2m8s
Deploy / Deploy Production (push) Has been skipped
5c1773e2f1
fix(deploy): rebuild only backend services on deploy
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 57s
Deploy / Deploy Staging (push) Failing after 6m33s
Deploy / Deploy Production (push) Has been skipped
93ebce18ca
fix(deploy): build compose services serially
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 58s
Deploy / Deploy Staging (push) Successful in 1m58s
Deploy / Deploy Production (push) Has been skipped
29f74f0861
fix(worker): persist generated mp4 without oss
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 56s
Deploy / Deploy Staging (push) Successful in 2m30s
Deploy / Deploy Production (push) Has been skipped
cb42f0eda4
fix(deploy): expose generated video files
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 56s
Deploy / Deploy Staging (push) Successful in 1m12s
Deploy / Deploy Production (push) Has been skipped
a988f5935a
fix(deploy): bind generated files to host path
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 59s
Deploy / Deploy Staging (push) Successful in 1m5s
Deploy / Deploy Production (push) Has been skipped
fd701857ec
docs(phase7): record real ffmpeg closure
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 58s
Deploy / Deploy Staging (push) Successful in 1m3s
Deploy / Deploy Production (push) Has been skipped
ebb141994f
fix(auth): harden simple auth and router imports
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 55s
Deploy / Deploy Staging (push) Failing after 2m36s
Deploy / Deploy Production (push) Has been skipped
e2f0e6faf9
refactor(api): quarantine legacy container routes
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 56s
Deploy / Deploy Production (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
b965d8d766
ci: run real quality gates
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m8s
Deploy / Deploy Staging (push) Successful in 1m25s
Deploy / Deploy Production (push) Has been skipped
50fb2c04df
refactor(domain): move auth infrastructure to adapters
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m6s
Deploy / Deploy Staging (push) Successful in 2m14s
Deploy / Deploy Production (push) Has been skipped
e5224d090b
refactor(api): guard route adapter boundaries
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m6s
Deploy / Deploy Staging (push) Successful in 1m31s
Deploy / Deploy Production (push) Has been skipped
0501e96cd2
refactor(adapters): deprecate postgres repository path
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m4s
Deploy / Deploy Staging (push) Successful in 2m7s
Deploy / Deploy Production (push) Has been skipped
a54af57881
refactor(deploy): freeze canonical docker entrypoint
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Successful in 8s
Deploy / Deploy Production (push) Has been skipped
f9f9afed7a
refactor(schema): mark sqlalchemy models as schema mainline
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 7s
Deploy / Deploy Production (push) Has been skipped
427d999c62
refactor(db): introduce alembic schema baseline
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 18s
Deploy / Deploy Production (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
e62036da45
style: normalize python formatting gates
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 21s
Deploy / Deploy Production (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
b79d6718d6
fix(deploy): handle alembic baseline stamping
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 21s
Deploy / Deploy Staging (push) Failing after 14s
Deploy / Deploy Production (push) Has been skipped
48d71ecffb
ci: align lint gates with formatter config
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Failing after 9s
Deploy / Deploy Production (push) Has been skipped
ac12d98c7f
fix(deploy): preserve alembic version probe quoting
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 12s
Deploy / Deploy Staging (push) Failing after 9s
Deploy / Deploy Production (push) Has been skipped
4ac7a3c5b8
fix(deploy): parameterize alembic schema probe
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 13s
Deploy / Deploy Staging (push) Successful in 10s
Deploy / Deploy Production (push) Has been skipped
10256a1b74
docs: record alembic staging verification
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 11s
Deploy / Deploy Production (push) Has been skipped
f89a059c6b
fix(schema): forbid auto create schema in deployed envs
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 13s
Deploy / Deploy Staging (push) Successful in 1m56s
Deploy / Deploy Production (push) Has been skipped
309906cb53
ci: validate alembic migration chain
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 10s
Deploy / Deploy Production (push) Has been skipped
4a8703b037
ci: detect sqlalchemy schema drift
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Successful in 10s
Deploy / Deploy Production (push) Has been skipped
1c10c2d8af
refactor(auth): route simple auth through use cases
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 13s
Deploy / Deploy Staging (push) Successful in 1m48s
Deploy / Deploy Production (push) Has been skipped
2c3856a5a0
feat(auth): add bearer current user dependency
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 46s
Deploy / Deploy Production (push) Has been skipped
b084e5b468
refactor(auth): replace legacy middleware sentinel
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 40s
Deploy / Deploy Production (push) Has been skipped
2e863c8b43
feat(workspace): restore core routes on sqlalchemy adapters
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 1m53s
Deploy / Deploy Production (push) Has been skipped
38b5b60160
feat(workspace): restore member management routes
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Successful in 1m55s
Deploy / Deploy Production (push) Has been skipped
c5321f4f12
refactor(auth): promote canonical auth routes
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Successful in 48s
Deploy / Deploy Production (push) Has been skipped
93ba337538
refactor(auth): remove auth simple shim
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 50s
Deploy / Deploy Production (push) Has been skipped
a20267091a
refactor(adapters): remove legacy postgres adapter
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 17s
Deploy / Deploy Staging (push) Successful in 1m57s
Deploy / Deploy Production (push) Has been skipped
e36af9e7a9
feat(auth): add verification and password reset routes
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 1m57s
Deploy / Deploy Production (push) Has been skipped
fa19a34f7a
refactor(auth): configure external service adapters
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 2m29s
Deploy / Deploy Production (push) Has been skipped
9b6aab71d8
docs(deploy): add production release checklist
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 11s
Deploy / Deploy Production (push) Has been skipped
00c3dfb7da
refactor(storage): retire minio runtime naming
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 2m8s
Deploy / Deploy Production (push) Has been skipped
6eba0cd296
docs(deploy): document generated file retention
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 14s
Deploy / Deploy Production (push) Has been skipped
683f879bdf
build(docker): include maintenance scripts
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 2m0s
Deploy / Deploy Production (push) Has been skipped
fd38823fa4
chore(release): validate production env readiness
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 13s
Deploy / Deploy Staging (push) Successful in 2m0s
Deploy / Deploy Production (push) Has been skipped
e36347210c
fix(release): support environment validation in containers
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 12s
Deploy / Deploy Staging (push) Successful in 1m54s
Deploy / Deploy Production (push) Has been skipped
1708401bcd
chore(release): add external service smoke checks
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 11s
Deploy / Deploy Staging (push) Successful in 1m51s
Deploy / Deploy Production (push) Has been skipped
ee6a98398f
chore(release): add alembic preflight check
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 10s
Deploy / Deploy Staging (push) Successful in 2m0s
Deploy / Deploy Production (push) Has been skipped
747a1c0ad3
fix(release): locate alembic config from scripts
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 11s
Deploy / Deploy Staging (push) Successful in 2m2s
Deploy / Deploy Production (push) Has been skipped
89e5b4db5d
fix(release): set alembic script location explicitly
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 10s
Deploy / Deploy Staging (push) Successful in 2m10s
Deploy / Deploy Production (push) Has been skipped
95387c4096
chore(release): script database backup runbook
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 11s
Deploy / Deploy Staging (push) Successful in 2m41s
Deploy / Deploy Production (push) Has been skipped
1c9a041a31
chore(security): triage bandit findings
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 12s
Deploy / Deploy Staging (push) Successful in 2m26s
Deploy / Deploy Production (push) Has been skipped
114bc8aff2
chore(release): finalize production readiness gates
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 12s
Deploy / Deploy Staging (push) Successful in 14s
Deploy / Deploy Production (push) Has been skipped
47a9d7be9c
chore(release): allow smtp skip in strict smoke
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 2m7s
Deploy / Deploy Production (push) Has been skipped
1f89f8edfe
chore(release): initialize separated production env
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 2m18s
Deploy / Deploy Production (push) Has been skipped
f22af7ee4c
chore(release): provision separated production infrastructure
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 11s
Deploy / Deploy Staging (push) Successful in 14s
Deploy / Deploy Production (push) Has been skipped
786a7c30fc
fix(deploy): separate production application deployment
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 13s
Deploy / Deploy Staging (push) Has been skipped
Deploy / Deploy Production (push) Successful in 23s
bab6a812a6
docs(release): record production v0.1.0
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 28s
Deploy / Deploy Production (push) Has been skipped
11c203eef6
docs(deploy): point nginx template to production
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Successful in 29s
Deploy / Deploy Production (push) Has been skipped
a1bc6eba90
fix(auth): allow registration without display name
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Has been skipped
Deploy / Deploy Production (push) Successful in 59s
a7f816fe5b
fix(web): normalize workspace api responses
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 14s
Deploy / Deploy Staging (push) Successful in 29s
Deploy / Deploy Production (push) Has been skipped
70e58ccf8e
fix(deploy): rebuild web image during releases
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 15s
Deploy / Deploy Staging (push) Failing after 53s
Deploy / Deploy Production (push) Has been skipped
c5042f8a51
fix(deploy): use mirrored web base images
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 16s
Deploy / Deploy Staging (push) Failing after 2h29m31s
Deploy / Deploy Production (push) Has been skipped
e844a74a02
fix(nginx): route final production domains
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
1a9d862584
fix(web): connect project context in media flow
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
59291b0e8f
fix(web): harden generated results page
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
b0d897ed32
fix(deploy): preserve shell script lf endings
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
072eccebef
fix(deploy): align staging deploy host prefix
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
e5ca464e62
fix(deploy): allow direct staging deploy host prefix
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
74f57c52bc
docs(release): add phase 7 closure checklist
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
edf87da8b5
fix(web): align auth contract with api
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
dce7928d90
fix(deploy): allow direct production deploy host prefix
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
90071ce495
fix(deploy): cache web dependencies during image build
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
668838f7fb
fix(deploy): require prebuilt web artifact for production
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
631328ea7c
fix(deploy): isolate production web api proxy
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
9ac9ba8184
fix(deploy): skip runtime image builds on production host
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
f5827b52d3
test(web): guard auth user contract normalization
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
a670a0c793
test(smoke): add public auth flow check
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
c5451678e8
fix(web): disable unsupported subscription api calls
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
ca8647bdc7
fix(web): disable admin and billing mock surfaces
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
4344bfad3c
fix(web): route admin mocks to coming soon
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
a23987ae22
docs(release): document current product surface
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
d8bbc1b245
fix(web): stop workspace quota api calls
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
04861a48cb
fix(web): restore project workspace context
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
a1cf1ddd9d
fix(web): recover workspace from asset library
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
9517871afe
chore(release): add runtime image artifact deploy
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
2c8fe8f9d6
fix(deploy): require runtime image artifact for production
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
91ec8559b6
docs(deploy): document production runtime image gate
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
ccc6aa27e8
fix(release): prevent runtime builds on production host
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
7716371c8d
docs(release): add runtime build host runbook
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
8a4cab3cc7
ci(release): add runtime builder runner workflow
Deploy / Build Production Runtime Images (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
ca4fb8791b
ci(release): allow builder-local production upload key
Deploy / Build Production Runtime Images (push) Failing after 0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
386ce76761
ci(release): package web artifact on runtime builder
Deploy / Build Production Runtime Images (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
313bb1b2cc
ci(release): bind gitea token for archive checkout
Deploy / Build Production Runtime Images (push) Successful in 22m52s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
1245f7b270
ci(release): deploy production from runtime builder
Deploy / Build Production Runtime Images (push) Successful in 17m7s
Deploy / Deploy Production (push) Failing after 7s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
61163eadca
ci(release): run production deploy with host paths
Deploy / Build Production Runtime Images (push) Successful in 8m46s
Deploy / Deploy Production (push) Failing after 1s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
a9fb1f89e7
ci(release): keep web dist in release artifact
Deploy / Build Production Runtime Images (push) Successful in 8m46s
Deploy / Deploy Production (push) Successful in 1m9s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
36fcc71c80
docs(release): record v0.1.9 automation retrospective
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
fe7a8ee6fb
fix(api): enforce workspace access on project media routes
Deploy / Build Production Runtime Images (push) Successful in 8m52s
Deploy / Deploy Production (push) Successful in 37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
cb2e20ffd4
fix(deploy): recreate web after api release
Deploy / Build Production Runtime Images (push) Successful in 8m48s
Deploy / Deploy Production (push) Successful in 38s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
4c396b2a7b
fix(web): clear stale auth before workspace load
Deploy / Build Production Runtime Images (push) Successful in 8m50s
Deploy / Deploy Production (push) Successful in 1m8s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
fb7024c359
fix(web): allow batch asset uploads
Deploy / Build Production Runtime Images (push) Successful in 8m51s
Deploy / Deploy Production (push) Successful in 47s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
90911d21fc
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
d00d63f14d
fix(ops): expose release version and limit worker concurrency
Deploy / Build Production Runtime Images (push) Successful in 8m50s
Deploy / Deploy Production (push) Successful in 47s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
5fa4e2573e
chore(ops): add production resource monitoring check
Deploy / Build Production Runtime Images (push) Successful in 8m59s
Deploy / Deploy Production (push) Successful in 40s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
18a3490eda
docs(release): freeze v0.1.16 production surface
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
719b090217
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
136c40360c
fix(api): support asset library lookup for media guards
Deploy / Build Production Runtime Images (push) Successful in 8m56s
Deploy / Deploy Production (push) Successful in 1m48s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
f7e3a7a5a2
docs(release): close package one boundary validation
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
0354ad65d2
fix(web): allow production uploads through web proxy
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
9743123abc
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
2cccc1b1d1
fix(upload): raise production upload limit to 800mb
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
feb410b9b6
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
176914b3a4
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
93d212c1c4
docs(agents): establish automated eight-agent workflow
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
36a0ae1afd
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
dc89f66bfd
ci(e2e): gate production releases with browser upload smoke
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
Deploy / Deploy Staging (push) Has been cancelled
e63d5f07c4
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
1d638027bf
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
babdb06287
ci(e2e): match playwright container version
Deploy / Build Production Runtime Images (push) Successful in 8m48s
Deploy / Deploy Production (push) Successful in 59s
Deploy / Production Browser E2E (push) Successful in 7m34s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
84a4ab4345
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
82c01003fb
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
f3887da532
fix(web): preserve lazy chunks across releases
Deploy / Build Production Runtime Images (push) Successful in 8m56s
Deploy / Deploy Production (push) Successful in 56s
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
e97e777e0b
fix(deploy): retain current web assets before release
Deploy / Build Production Runtime Images (push) Successful in 8m52s
Deploy / Deploy Production (push) Successful in 56s
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
aeda835349
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
404514fcb2
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
4526701945
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
989b937ea9
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
9298c5e583
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
45d52074d3
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
a1fc9104aa
docs(release): record package two diagnosis baseline
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
Deploy / Deploy Staging (push) Has been cancelled
2cfd606355
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
37e849f90e
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
0e05a2a23e
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
05ebe166ba
fix(ops): prune old docker artifacts after deploy
Deploy / Build Production Runtime Images (push) Successful in 8m58s
Deploy / Deploy Production (push) Successful in 54s
Deploy / Production Browser E2E (push) Successful in 34s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been skipped
15aea40366
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
57942e06d9
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
84518a783f
docs(release): close package two baseline
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
Deploy / Deploy Staging (push) Has been cancelled
15a1177c52
test(docs): reflect package two release surface
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
Deploy / Deploy Staging (push) Has been cancelled
1261e21f0b
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
bad34ad001
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
6f1a71e8bd
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
34dbc0af5f
docs(release): record package three baseline
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
Deploy / Deploy Staging (push) Has been cancelled
e94541d793
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
91df06b84d
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
8e016d060d
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
35268503d4
docs(release): record package four baseline
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
Deploy / Deploy Staging (push) Has been cancelled
6ece2fc84f
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
43de087282
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
9ce7098007
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
d31e30c494
docs(release): record package five baseline
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
Deploy / Deploy Staging (push) Has been cancelled
588f0652e6
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
530b31dc10
fix(plans): align edit plan migration revision
Deploy / Build Production Runtime Images (push) Successful in 9m42s
Deploy / Deploy Production (push) Successful in 36s
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
0bed1d5274
docs(release): record package six baseline
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
Deploy / Deploy Staging (push) Has been cancelled
9327e55be1
feat(web): align SaaS UI with V21 prototype
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1m0s
5ebdb94bd8
merge: V21 UI alignment
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
Deploy / Deploy Staging (push) Has been cancelled
7e0047cca6
docs: record V21 UI validation status
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
Deploy / Deploy Staging (push) Has been cancelled
1d9bfab296
fix(ci): restore staging deploy trigger
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 1m0s
Deploy / Deploy Staging (push) Failing after 1m0s
b52e721e0f
docs: record CI runner recovery
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) Failing after 1m0s
f13eeb4d28
fix(ci): run staging deploy on host shell
Deploy / Deploy Staging (push) Waiting to run
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 17s
3a6a10875f
docs: record runner label recovery
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 16s
Deploy / Deploy Staging (push) Failing after 0s
4b81a6e4d8
fix(ci): set host prefix for staging deploy
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 17s
Deploy / Deploy Staging (push) Failing after 1m1s
ecc3feb746
fix(deploy): reuse staging backend images by default
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) Has been cancelled
7091e3bbc7
fix(deploy): make staging web build opt-in
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 11s
f8f70fe61b
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
e1b9ddaa1e
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
6e00c9d3c3
docs: refresh schema metadata snapshot
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 22s
Deploy / Deploy Staging (push) Successful in 1s
3d6cf28054
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
cdad6fd641
fix(deploy): build staging web artifact
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 36s
Deploy / Deploy Staging (push) Failing after 12m22s
3bffa3cb02
Revert "fix(deploy): build staging web artifact"
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 42s
Deploy / Deploy Staging (push) Successful in 2s
b01ae28c6f
This reverts commit 3bffa3cb02.
fix(deploy): guard staging builds on business host
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 25s
Deploy / Deploy Staging (push) Successful in 1s
e6c750b670
docs: pin server role separation
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 26s
Deploy / Deploy Staging (push) Successful in 1s
9160db2218
fix(ci): build staging web on runtime builder
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 26s
Deploy / Deploy Staging (push) Successful in 3m12s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2ddfa641a7
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
ecd2021043
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
f9a934d916
docs(web): record V21 staging E2E validation
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 25s
Deploy / Deploy Staging (push) Successful in 1m22s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
52f27427b1
fix(deploy): load production web artifact on business host
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 26s
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
231cd4b203
docs(ops): record protected release guardrail
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 25s
Deploy / Deploy Staging (push) Successful in 1m27s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
c963bb5ee1
merge: sync main into develop for release PR
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 26s
Deploy / Deploy Staging (push) Successful in 1m41s
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) Failing after 24s
Tests / test (pull_request) Failing after 1m1s
Tests / lint (pull_request) Failing after 1m0s
ea97816d98
xiaoxia added 1 commit 2026-06-25 11:55:04 +08:00
fix(ci): reuse local Python image for PR tests
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 25s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 28s
Tests / test (pull_request) Failing after 10s
Tests / lint (pull_request) Failing after 9s
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
74337af2ad
xiaoxia added 1 commit 2026-06-25 11:56:59 +08:00
test(ci): align production deploy assertions
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 25s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 26s
Tests / test (pull_request) Failing after 10s
Tests / lint (pull_request) Failing after 10s
Deploy / Deploy Staging (push) Successful in 1m19s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2500e1df20
xiaoxia added 1 commit 2026-06-25 12:01:38 +08:00
fix(ci): align tests workflow with release gate
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 26s
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 1m22s
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) Failing after 13s
057431f531
xiaoxia added 1 commit 2026-06-25 12:03:42 +08:00
fix(ci): remove unavailable mypy from legacy tests workflow
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 23s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 25s
Tests / test (pull_request) Successful in 18s
Tests / lint (pull_request) Successful in 12s
Deploy / Deploy Staging (push) Successful in 1m24s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
c2aa0344f5
xiaoxia merged commit 31c0f23297 into main 2026-06-25 12:06:20 +08:00
Sign in to join this conversation.