• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-08 01:53:37 +00:00
13b93ab17c Add delete button for runs in UI
giles pushed to main at art-dag/celery 2026-01-08 01:48:34 +00:00
6142c8bbab Allow failed runs to always be deleted
giles pushed to main at art-dag/celery 2026-01-08 01:47:46 +00:00
0e4f596401 Fix render_effect to find uploads in new cache location
giles pushed to main at art-dag/celery 2026-01-08 01:45:41 +00:00
ff195a7ce5 Add multi-step DAG execution support
giles pushed to main at art-dag/celery 2026-01-08 01:37:26 +00:00
034c7542c4 Fix cache listing to include files from new structure
giles pushed to main at art-dag/celery 2026-01-08 01:29:10 +00:00
a97c6309d5 Fix deletion rules: runs deletable, cache items protected
giles pushed to main at art-dag/celery 2026-01-08 01:21:19 +00:00
f8ec42b445 Refactor cache access to use cache_manager consistently
giles pushed to main at art-dag/celery 2026-01-08 01:08:42 +00:00
26768b5942 Fix cache file serving after cache_manager integration
giles pushed to main at art-dag/celery 2026-01-08 00:59:22 +00:00
ea60afb624 Force pip cache bust on deploy
giles pushed to main at art-dag/celery 2026-01-08 00:52:55 +00:00
e4fd5eb010 Integrate artdag cache with deletion rules
giles pushed to main at art-dag/activity-pub 2026-01-08 00:48:02 +00:00
a4c6efd154 Fix JSONB fields returned as strings from database
giles pushed to main at art-dag/activity-pub 2026-01-08 00:40:44 +00:00
432632aadc Fix asyncpg datetime type error in create_asset and create_activity
giles pushed to main at art-dag/activity-pub 2026-01-08 00:34:01 +00:00
9c10de7534 Fix Swarm compatibility, add legacy /registry/record-run route
giles pushed to main at art-dag/activity-pub 2026-01-08 00:22:44 +00:00
a6e83c72bd Migrate to PostgreSQL database, consolidate routes, improve home page
giles pushed to main at art-dag/activity-pub 2026-01-07 23:22:11 +00:00
cb848aacbe Clean URLs, rename registry to assets, home page with counts
giles pushed to main at art-dag/celery 2026-01-07 22:56:07 +00:00
9a399cfcee Add clean URLs with content negotiation and pagination for L1
giles pushed to main at art-dag/activity-pub 2026-01-07 22:09:43 +00:00
11fa01a864 Remove /ui prefix - clean URLs with content negotiation
giles pushed to main at art-dag/activity-pub 2026-01-07 22:01:24 +00:00
f1aea5a5f3 Add content negotiation for /users and /objects endpoints
giles pushed to main at art-dag/activity-pub 2026-01-07 21:59:41 +00:00
6c59ac0cbc Fix activity detail to show provenance/inputs
giles pushed to main at art-dag/activity-pub 2026-01-07 21:55:02 +00:00
151d33cb72 Add explicit View button to activities list