• Joined on 2024-04-09
giles pushed to decoupling at coop/rose-ash 2026-02-26 18:05:33 +00:00
8f8bc4fad9 Move entry_associations to shared — fix events cross-app import
giles pushed to decoupling at coop/rose-ash 2026-02-26 17:52:12 +00:00
e45edbf362 Drop container_relations from blog DB — now lives in cart
1f3d98ecc1 Move container_relations to cart service for cross-service ownership
dd52417241 Fix cross-DB queries: move page_configs to cart, fix OAuth code_hash lookup
Compare 3 commits »
giles pushed to decoupling at coop/rose-ash 2026-02-26 16:06:38 +00:00
98aee1f656 Add scrape_to_snapshot.py entry point with OAuth device flow login
81112c716b Decouple cart/market DBs: denormalize product data, AP internal inbox, OAuth scraper auth
cf7fbd8e9b Fix cross-DB query: market app cart_items via data endpoint
Compare 3 commits »
giles pushed to decoupling at coop/rose-ash 2026-02-26 13:35:08 +00:00
00249dd2a9 Fix nh3 panic: use link_rel param instead of rel in attributes
giles pushed to decoupling at coop/rose-ash 2026-02-26 13:30:35 +00:00
c015f3f02f Security audit: fix IDOR, add rate limiting, HMAC auth, token hashing, XSS sanitization
giles pushed to decoupling at coop/rose-ash 2026-02-26 12:22:42 +00:00
404449fcab Fix auth ordering: validate grant before loading user
giles pushed to decoupling at coop/rose-ash 2026-02-26 12:18:03 +00:00
984ef9c65e Fix session security: clear stale sessions after DB rebuild
giles pushed to decoupling at coop/rose-ash 2026-02-26 12:13:09 +00:00
6f0965aa9c Fix alembic path in entrypoints for both Docker and dev
giles pushed to decoupling at coop/rose-ash 2026-02-26 12:07:30 +00:00
e65bd41ebe Decouple per-service Alembic migrations and fix cross-DB queries
giles pushed to decoupling at coop/rose-ash 2026-02-26 09:40:28 +00:00
bde2fd73b8 Rename stack from coop to rose-ash in CI deployment
giles pushed to decoupling at coop/rose-ash 2026-02-26 01:04:14 +00:00
5cca66574e Trigger deployment
giles pushed to decoupling at coop/rose-ash 2026-02-25 23:09:18 +00:00
e9848653d7 Reduce Hypercorn workers to 1 per app to save ~600MB RAM
giles pushed to decoupling at coop/rose-ash 2026-02-25 19:41:16 +00:00
c3ba28ea03 Add device authorization flow (RFC 8628) for CLI login
giles pushed to main at art-dag/mono 2026-02-25 19:33:33 +00:00
4c2e716558 Make JAX the primary fused-pipeline path for CPU/GPU parity
giles pushed to main at art-dag/mono 2026-02-25 18:34:03 +00:00
b788f1f778 Fix CPU HLS streaming (yuv420p) and opt-in middleware for fragments
giles pushed to main at art-dag/mono 2026-02-25 15:39:32 +00:00
4f49985cd5 Enable JAX compilation for streaming tasks
giles pushed to main at art-dag/mono 2026-02-25 15:35:15 +00:00
07cae101ad Use JAX for fused pipeline fallback on CPU instead of GPUFrame path
giles pushed to main at art-dag/mono 2026-02-25 15:30:38 +00:00
c53227d991 Fix multi-res HLS encoding on CPU: fall back to libx264 when NVENC unavailable
giles pushed to main at art-dag/mono 2026-02-25 15:25:06 +00:00
3bffb97ca1 Add JAX CPU to L1 worker image, CUDA JAX to GPU image
giles pushed to main at art-dag/mono 2026-02-25 15:10:51 +00:00
84e3ff3a91 Route GPU queue to CPU workers for CPU-based job processing