• Joined on 2024-04-09
giles pushed to main at art-dag/activity-pub 2026-01-09 11:17:00 +00:00
3d08b586ec Add CLI client download
giles pushed to main at art-dag/celery 2026-01-09 11:16:52 +00:00
dd3b0e1c73 Add CLI client download
giles pushed to main at art-dag/celery 2026-01-09 11:12:55 +00:00
ebb692ee94 Fix run_recipe endpoint to use content-addressable run_id
giles pushed to main at art-dag/activity-pub 2026-01-09 11:05:44 +00:00
3ed4fe89ed Add content-addressable runs and activities
giles pushed to main at art-dag/celery 2026-01-09 11:05:42 +00:00
e4b9657d1b Add content-addressable runs - runs identified by hash of inputs + recipe
giles pushed to main at art-dag/activity-pub 2026-01-09 10:42:47 +00:00
0f01d8e12c Add 404 page and Web UI section to README
giles pushed to main at art-dag/celery 2026-01-09 10:42:16 +00:00
5344fe263f Remove /ui redirect routes, add 404 page, update README
giles pushed to main at art-dag/activity-pub 2026-01-09 10:30:34 +00:00
0a0dd278fe Add Tailwind typography plugin for prose styling
giles pushed to main at art-dag/celery 2026-01-09 10:25:31 +00:00
1194251788 Fix broken View on L2 links - remove incorrect /ui prefix
giles pushed to main at art-dag/celery 2026-01-09 10:17:50 +00:00
9c158ff884 Fix media list duplicates and cache browse link
giles pushed to main at art-dag/celery 2026-01-09 09:48:36 +00:00
ad63774acd Add L2 links to run detail page and publish success message
giles pushed to main at art-dag/celery 2026-01-09 04:19:11 +00:00
a0a4c08b9a Use Redis for cache indexes - enables multi-worker scaling
giles pushed to main at art-dag/celery 2026-01-09 04:03:12 +00:00
6fc3562d22 Remove workers from L1 - causes cache inconsistency
giles pushed to main at art-dag/celery 2026-01-09 03:59:11 +00:00
83244aaa05 Filter out recipes from media list
giles pushed to main at art-dag/celery 2026-01-09 03:51:43 +00:00
5ba66ed11e Record L2 share when publishing runs from UI
giles pushed to main at art-dag/activity-pub 2026-01-09 03:50:48 +00:00
7faa249162 Add pending_anchors count to anchor stats
giles pushed to main at art-dag/celery 2026-01-09 03:48:37 +00:00
e88f9812a6 Fix content negotiation for browser navigation
giles pushed to main at art-dag/celery 2026-01-09 03:41:32 +00:00
92c64f1037 Fix uvicorn workers - use import string
giles pushed to main at art-dag/activity-pub 2026-01-09 03:41:32 +00:00
29b838fdda Fix uvicorn workers - use import string
giles pushed to main at art-dag/activity-pub 2026-01-09 03:38:30 +00:00
32435fe291 Add timing to L1 request for debugging