Commit Graph
23 Commits
Author SHA1 Message Date
tao.chen 2ff23acb6d chore: update Makefile to add env file 2026-07-31 12:22:28 +08:00
tao.chen d63c66f5ee chore: update env variable 2026-07-31 11:17:58 +08:00
tao.chen fb69275195 update: delete env file 2026-07-31 11:14:54 +08:00
tao.chen 77612d6f8b update: add .nvmrc 2026-07-31 09:43:33 +08:00
tao.chen 5c61f1814e refactor 2026-07-31 09:35:53 +08:00
tao.chen 62c7d7465e Merge branch 'optimize-by-taochen' into develop
# Conflicts:
#	.env.example
#	backend/src/backend/main.py
#	common/src/common/db/models.py
#	common/src/common/eventing.py
#	docker-compose.yml
#	runtime/Dockerfile
#	runtime/pyproject.toml
#	runtime/src/runtime/main.py
#	schedule/src/schedule/main.py
#	schedule/src/schedule/service.py
2026-07-31 09:29:03 +08:00
tao.chen 91767461d6 refactor 2026-07-30 20:52:46 +08:00
tao.chen c32e6e4cae Merge branch 'refactor/remove-redis' into develop
# Conflicts:
#	.env.example
#	CLAUDE.md
#	backend/Dockerfile
#	backend/pyproject.toml
#	backend/src/backend/main.py
#	backend/src/backend/schedule_runs.py
#	common/src/common/db/models.py
#	common/src/common/eventing.py
#	contracts/README.md
#	contracts/demo-core-v1.md
#	contracts/events/README.md
#	contracts/events/event-envelope-v1.json
#	contracts/locks/README.md
#	contracts/locks/file-edit-lock-v1.md
#	contracts/schedules/schedule-definition-api-v1.md
#	docker-compose.yml
#	frontend/README.md
#	migrations/README.md
#	migrations/versions/20260724_0001_v1_schema_baseline.py
#	runtime/Dockerfile
#	runtime/README.md
#	runtime/pyproject.toml
#	runtime/src/runtime/main.py
#	schedule/Dockerfile
#	schedule/README.md
#	schedule/pyproject.toml
#	schedule/src/schedule/main.py
#	schedule/src/schedule/service.py
2026-07-30 20:14:53 +08:00
tao.chen 7d684a6736 Chore: remove .pnpm_store, .claude, and .idea from repository 2026-07-30 20:08:33 +08:00
tao.chen b6a029fe7e chore: add gitignore 2026-07-30 20:06:25 +08:00
tao.chen ec53edbce5 refactor 2026-07-30 20:02:19 +08:00
tao.chen c1e15758a3 refactor 2026-07-30 18:57:18 +08:00
tao.chen ff7fc4ef1d chore: delete nginx package 2026-07-30 15:28:04 +08:00
tao.chen 01d4555cf0 chore: upgrade fastjsonschema 2.22.0 to 2.22.1 2026-07-30 15:24:59 +08:00
tao.chen baee7a60e1 chore: clean workspace deps and add CLAUDE.md
- Drop ipykernel from the root virtual dependency list; the
  workspace relies on its subpackages and uv lockfile to manage
  per-service dependencies.
- Refresh uv.lock to match the trimmed root dependency set.
- Add CLAUDE.md describing the workspace layout, common
  development and database commands, the Nginx/backend/runtime
  auth request flow, and the boundaries to keep in mind when
  changing services.
2026-07-29 14:32:44 +08:00
tao.chen 98b0be11ad feat: add alembic, init common package 2026-07-29 14:07:01 +08:00
tao.chen 233dc90efe feat: add schedule package 2026-07-29 13:35:32 +08:00
tao.chen 128aa7563f feat: deploy demo test 2026-07-28 13:57:54 +08:00
tao.chen af74f2f242 update: optimize environment 2026-07-28 11:32:06 +08:00
tao.chen ab731bdc3b feat: add nginx, proxy to jupyter after auth 2026-07-27 19:58:17 +08:00
tao.chen 1c03a32298 update: add common 2026-07-27 15:37:58 +08:00
tao.chen e56bf0e56b init 2026-07-27 15:04:31 +08:00
tao.chen 4f9bb9fd66 init 2026-07-27 14:59:01 +08:00