blitz_api/app
fusion44 6b29239cc0
refactor(api): hoist api_startup_status into a shared leaf module
Move the in-process startup-state singleton out of app.main into
app.api.startup_status so app.system can read it without a circular
import. No behavior change - main mutates the same shared object.

Also lands the design spec and implementation plan for the
system/health endpoint work (#145).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 18:41:18 +02:00
..
api refactor(api): hoist api_startup_status into a shared leaf module 2026-07-12 18:41:18 +02:00
apps feat(api): normalize all error responses to the ErrorMessage shape 2026-07-12 18:41:18 +02:00
auth fix(api): replace deprecated asyncio.get_event_loop() 2026-07-03 22:34:44 +02:00
bitcoind chore(api): remove SSE transport and unused SSE stream endpoints 2026-07-12 18:41:18 +02:00
external chore(api): remove SSE transport and unused SSE stream endpoints 2026-07-12 18:41:18 +02:00
lightning fix(lightning): clear error for undecodable/wrong-network invoices 2026-07-12 18:41:18 +02:00
setup feat: replace call_script func with better func 2025-05-06 09:16:46 +02:00
system chore(api): remove SSE transport and unused SSE stream endpoints 2026-07-12 18:41:18 +02:00
__init__.py feat: prepare for release 0.5.1beta 2023-02-05 21:24:31 +01:00
celery_app.py feat: fetch app status via a celery task 2025-05-06 09:16:46 +02:00
logging.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00
main.py refactor(api): hoist api_startup_status into a shared leaf module 2026-07-12 18:41:18 +02:00
server.py chore(nix): migrate flake from poetry2nix to uv2nix 2026-07-03 16:00:42 +02:00