Xlorep DarkHelm darkhelm
  • Joined on 2024-08-14
darkhelm commented on issue DarkHelm.org/plex-playlist#58 2026-06-19 10:25:01 -04:00
TASK: Define and lock minimal deployable backend/frontend image requirements

Implemented the documentation and policy-definition slice for PP-58.

What is now in place:

  • Added a canonical deployable runtime contract document covering backend and frontend runtime…
darkhelm commented on issue DarkHelm.org/plex-playlist#58 2026-06-19 09:34:21 -04:00
TASK: Define and lock minimal deployable backend/frontend image requirements

Plan: Lock Minimal Runtime Image Contracts (PP-58)

Define an explicit deployable runtime contract for backend and frontend images, document what is required versus forbidden in runtime…

darkhelm closed issue DarkHelm.org/plex-playlist#11 2026-06-19 07:43:03 -04:00
TASK: Add SQLAlchemy async engine and session dependency wiring
darkhelm deleted branch PP-11_Add_SQLAlchemy_async_engine_session from DarkHelm.org/plex-playlist 2026-06-19 07:40:56 -04:00
darkhelm pushed to main at DarkHelm.org/plex-playlist 2026-06-19 07:40:19 -04:00
48a37b943f PP-11_Add_SQLAlchemy_async_engine_session (#67)
darkhelm merged pull request DarkHelm.org/plex-playlist#67 2026-06-19 07:40:17 -04:00
PP-11_Add_SQLAlchemy_async_engine_session
darkhelm synced commits to main at darkhelm/notifications-api from mirror 2026-06-19 04:34:57 -04:00
5c068743b1 Merge pull request #2281 from GSA/fix_adr_accepted
7e2601da2d remove
43a4b5df91 comment out
Compare 3 commits »
darkhelm synced and deleted reference refs/tags/fix_adr_accepted at darkhelm/notifications-api from mirror 2026-06-19 04:34:56 -04:00
darkhelm synced commits to fix_adr_accepted at darkhelm/notifications-api from mirror 2026-06-18 20:25:14 -04:00
darkhelm synced new reference fix_adr_accepted to darkhelm/notifications-api from mirror 2026-06-18 20:25:14 -04:00
aa04151a74 chore: trigger cicd via empty commit
9ddd002a7a chore(ci): remove runner canary workflow
d1508ebb4f chore(backend): upgrade pyright and finalize backend quality cleanup
22d8677fbd refactor(backend): separate db session errors from API translation
Compare 2 commits »
6a36ea7e96 feat(backend): add async sqlalchemy session wiring and db health check
darkhelm commented on issue DarkHelm.org/plex-playlist#11 2026-06-18 12:13:28 -04:00
TASK: Add SQLAlchemy async engine and session dependency wiring

Plan: Async DB Session Wiring for PP-11

Implement a centralized SQLAlchemy async engine/session layer for the backend, inject sessions through FastAPI dependency wiring, and change /health…

darkhelm closed issue DarkHelm.org/plex-playlist#10 2026-06-18 11:24:45 -04:00
TASK: Upgrade backend runtime and dependency constraints
darkhelm deleted branch PP-10_Upgrade_backend_runtime from DarkHelm.org/plex-playlist 2026-06-18 11:21:02 -04:00
darkhelm pushed to main at DarkHelm.org/plex-playlist 2026-06-18 11:19:41 -04:00
d02039a22e Backend runtime upgraded to Python 3.14 with exact dependency pinning (#57)
darkhelm merged pull request DarkHelm.org/plex-playlist#57 2026-06-18 11:19:40 -04:00
Backend runtime upgraded to Python 3.14 with exact dependency pinning