• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-11 07:08:15 +00:00
adc876dbd6 Add modular app structure for L1 server refactoring
giles pushed to main at art-dag/celery 2026-01-11 01:24:29 +00:00
3e24156c99 Fix undefined completed_count variable in plan visualization
giles pushed to main at art-dag/celery 2026-01-11 01:07:15 +00:00
b9f8b5538b Use orchestrated run_recipe for all recipe runs, remove v2 prefix
giles pushed to main at art-dag/celery 2026-01-11 01:03:14 +00:00
41ceae1e6c Fix plan visualization to show completed status and artifact links
giles pushed to main at art-dag/celery 2026-01-11 00:20:28 +00:00
3db606bf15 Plan-based caching with artifact playback in UI
giles pushed to main at art-dag/celery 2026-01-10 23:33:40 +00:00
36bf0cd3f7 Generate execution plans on-the-fly for plan visualization
giles pushed to main at art-dag/celery 2026-01-10 23:27:44 +00:00
b498d6fe4b Enable Celery events for Flower monitoring
e7d3a5ed6c Add DAG visualization for runs and recipes
Compare 2 commits »
giles pushed to main at art-dag/celery 2026-01-10 22:06:34 +00:00
1feecc8c05 Add Flower for Celery monitoring
giles pushed to main at art-dag/celery 2026-01-10 19:48:30 +00:00
e56b4792c7 Show all inputs with names on run detail page
giles pushed to main at art-dag/celery 2026-01-10 18:56:26 +00:00
9a3d6949fc Store and use activity_id for L2 links
giles pushed to main at art-dag/celery 2026-01-10 18:38:10 +00:00
3d45efa90b Link to activity instead of asset in "View on L2"
giles pushed to main at art-dag/activity-pub 2026-01-10 18:37:57 +00:00
a5619208cf Support activity_id (hash) in /activities/{ref} URL
giles pushed to main at art-dag/activity-pub 2026-01-10 15:42:08 +00:00
e4cbbb1fbc Create activity for existing assets in record_run
giles pushed to main at art-dag/celery 2026-01-10 15:08:06 +00:00
837f9a6442 Add defensive check for null asset in publish
giles pushed to main at art-dag/activity-pub 2026-01-10 15:07:53 +00:00
678d0e0ea3 Fix NoneType subscript error in record_run
giles pushed to main at art-dag/activity-pub 2026-01-10 12:27:16 +00:00
59484936fd Fix db.get_asset_by_name -> db.get_asset
giles pushed to main at art-dag/celery 2026-01-10 12:05:37 +00:00
eaff758395 Rename tasks.py to legacy_tasks.py to avoid conflict with tasks/ package
giles pushed to main at art-dag/client 2026-01-10 11:51:53 +00:00
2b1e699ab0 Add v2 API commands for 3-phase execution
giles pushed to main at art-dag/celery 2026-01-10 11:45:00 +00:00
f7890dd1ad Add 3-phase execution with IPFS cache and hash-based task claiming
giles pushed to main at art-dag/activity-pub 2026-01-10 02:48:12 +00:00
292f7bf316 Add migration to add description column to user_storage table