• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-11 22:23:10 +00:00
9df78f771d Fix run detail: add username, total_steps, recipe_name
giles pushed to main at art-dag/celery 2026-01-11 22:09:35 +00:00
9a8e26e79c Compute step_count in recipe service
giles pushed to main at art-dag/celery 2026-01-11 22:08:07 +00:00
145c69f21b Add artifacts to run detail view
giles pushed to main at art-dag/celery 2026-01-11 22:05:44 +00:00
ccf28bd351 Load recipe to show plan in run detail view
giles pushed to main at art-dag/celery 2026-01-11 22:03:55 +00:00
50ea0f1491 Fix run detail: default to JSON, only HTML if browser requests it
giles pushed to main at art-dag/celery 2026-01-11 21:57:02 +00:00
c6fadea090 Save run output to user's media collection
giles pushed to main at art-dag/celery 2026-01-11 21:56:11 +00:00
95ffe9fa69 Fix run detail page and recipe name
giles pushed to main at art-dag/celery 2026-01-11 21:45:31 +00:00
aacf1ceb77 Add error logging for pending run creation
giles pushed to main at art-dag/celery 2026-01-11 21:43:46 +00:00
eb1de433b1 Get actor_id from pending_runs when saving completed run
giles pushed to main at art-dag/celery 2026-01-11 21:27:51 +00:00
59de1cf6b5 Add _ensure_inputs_list to handle legacy Redis data format
giles pushed to main at art-dag/celery 2026-01-11 21:24:47 +00:00
cca8f74d3c Add debug logging for recipe node structure
giles pushed to main at art-dag/celery 2026-01-11 20:38:25 +00:00
d92e493689 Fix inputs JSON parsing in pending_runs database functions
giles pushed to main at art-dag/celery 2026-01-11 20:35:04 +00:00
8ab0f05a7d Add durable pending runs and recipe list debugging
giles pushed to main at art-dag/celery 2026-01-11 20:21:29 +00:00
a6dd470623 Fix recipe steps display and DAG visualization
giles pushed to main at art-dag/celery 2026-01-11 20:16:01 +00:00
209d416442 Fix running runs not appearing in UI list
giles pushed to main at art-dag/celery 2026-01-11 19:10:45 +00:00
0f18e5de8d Fix DAG output attribute: output -> output_id
giles pushed to main at art-dag/celery 2026-01-11 19:08:58 +00:00
ab2f65e14d Add client download link and build tarball during deployment
giles pushed to main at art-dag/celery 2026-01-11 18:22:38 +00:00
0ddeb5ba94 Resolve registry asset/effect references when running recipes
giles pushed to main at art-dag/celery 2026-01-11 18:21:16 +00:00
156014a1f3 Add Share to L2 buttons for media, recipes, and runs
giles pushed to main at art-dag/celery 2026-01-11 18:14:47 +00:00
088af1611b Transform recipe DAG format to artdag library format