xiaoxia
|
a22fad9dd6
|
fix: 创建 API 和 Worker Dockerfiles
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
- 创建 infra/docker/api.Dockerfile 用于 FastAPI 应用
- 创建 infra/docker/worker.Dockerfile 用于 Celery Worker
- 使用 python:3.12-slim-bookworm 作为基础镜像
- Worker 包含 ffmpeg 和 opencv 依赖(用于视频处理)
- API 包含 PostgreSQL 开发库(用于 psycopg2 编译)
- 分离镜像减少不必要的依赖
|
2026-06-27 00:04:15 +08:00 |
|
xiaoxia
|
cf02415e9e
|
fix: P3-3 add multi-stage build to api.Dockerfile
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 1m1s
Tests / test (pull_request) Failing after 1m0s
Tests / lint (pull_request) Failing after 1m0s
|
2026-06-26 17:56:51 +08:00 |
|
Xiaoxia AI
|
fd38823fa4
|
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
|
2026-06-21 11:32:54 +08:00 |
|
Xiaoxia AI
|
e62036da45
|
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
|
2026-06-21 06:48:16 +08:00 |
|
Xiaoxia AI
|
6eb394d6ad
|
feat: add deployment configs, systemd service, and tracker init scripts
Deploy / Deploy Staging (push) Failing after 4m8s
Deploy / Deploy Production (push) Has been skipped
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
|
2026-06-16 22:01:24 +08:00 |
|
Xiaoxia AI
|
35f9ff1d82
|
fix: switch docker pip mirror to aliyun
Tests / test (push) Failing after 1m10s
Tests / lint (push) Failing after 41s
|
2026-06-15 18:53:37 +08:00 |
|
Xiaoxia AI
|
823faa4a52
|
fix: use domestic pip mirror for docker builds
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
|
2026-06-15 18:52:33 +08:00 |
|
Xiaoxia AI
|
b5a62ee9a3
|
feat: initial SaaS scaffold
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob
- ports: repository interfaces
- application: use cases
- adapters: in-memory
- API: FastAPI 5 routes
- worker: Celery ingest_asset
- tests: 4 passing
|
2026-06-15 15:17:40 +08:00 |
|