Commit graph

19 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
735e83cef2 Relocate condition-data ingestion into the DDD layout 🟪
Behaviour-preserving lift-and-shift of the condition module out of legacy
backend/condition/ into domain/condition, infrastructure/condition,
infrastructure/postgres/condition_tables.py, repositories/condition,
applications/condition, and tests/condition. Imports rewritten to the DDD
paths; ConditionPostgres and the ORM models keep the legacy backend.app.db
Base/db_session bridges so the existing suite proves behaviour is unchanged
(SQLModel + session-DI conversion tracked as a follow-up in ADR-0064).

16 condition tests pass at the new location.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:51:25 +00:00
Jun-te Kim
6c8080ef62 smoke tests 2026-05-14 16:57:31 +00:00
Khalim Conn-Kowlessar
ea239db2b7 changing ref to backend 2026-02-10 14:39:25 +00:00
Daniel Roth
9ae81c1099 reinstate build args and check whether imports work now 2026-02-06 11:39:53 +00:00
Daniel Roth
f10951f81d try without build args 2026-02-06 11:24:00 +00:00
Daniel Roth
b8283abc45 try getting all db vars from github secrets 2026-02-06 11:16:34 +00:00
Daniel Roth
02a0e83a39 correct variable name 2026-02-05 17:28:16 +00:00
Daniel Roth
b42996a3c8 try dev_DB_HOST 2026-02-05 17:25:17 +00:00
Daniel Roth
7bc5c4e34d echo variables to check values 2026-02-05 16:55:41 +00:00
Daniel Roth
c21de78020 pass secrets to build args via env vars 2026-02-05 16:33:12 +00:00
Daniel Roth
688290486a revert back to working version 2026-02-05 16:24:13 +00:00
Daniel Roth
10765ae0a4 get db host from secrets 2026-02-05 16:10:21 +00:00
Daniel Roth
f2a1a76735 test environment variable 2026-02-05 15:24:49 +00:00
Daniel Roth
39d4e97de7 typo fix 2026-02-05 13:35:37 +00:00
Daniel Roth
e65028a6c8 correct previous commit 2026-02-05 13:33:15 +00:00
Daniel Roth
730d1cb0d1 one more import satisfied 2026-02-05 13:31:58 +00:00
Daniel Roth
1bfa7be8db switch back to copying across specific files 2026-02-05 13:25:49 +00:00
Daniel Roth
527ccab9fa copy entire backend 2026-02-05 13:06:24 +00:00
Daniel Roth
6a7f99d6fa define dockerfile (with print hello world) 2026-02-05 11:57:52 +00:00