Pipeline/backend/app
null 03bc31a558 fix(db): make main_session_key nullable on gateways
The column was NOT NULL but the ORM create path doesn't populate it
until ensure_main_agent() runs after INSERT. Make it nullable so the
initial create succeeds.
2026-05-20 23:22:54 -05:00
..
api fix(db): make main_session_key nullable on gateways 2026-05-20 23:22:54 -05:00
core feat(runtime-usage): add provider usage scrapers as optional local adapters (batch 3, #32) 2026-05-20 20:55:05 -05:00
db fix(db): fix logger calls in schema drift check (standard logging API) 2026-05-20 22:41:15 -05:00
models fix(db): make main_session_key nullable on gateways 2026-05-20 23:22:54 -05:00
schemas fix(db): make main_session_key nullable on gateways 2026-05-20 23:22:54 -05:00
services fix(db): make main_session_key nullable on gateways 2026-05-20 23:22:54 -05:00
__init__.py feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
main.py feat(admin): gateway restart, config edit, logs, provider credentials (batch 6, #35) 2026-05-20 22:03:57 -05:00