• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-12 20:10:25 +00:00
7e38b4a0c8 Fix undefined cache_manager in clear_user_data
giles pushed to main at art-dag/celery 2026-01-12 20:02:56 +00:00
8bf6f87c2a Implement ownership model for all cached content deletion
abe89c9177 Fix effects router to use proper ownership model
Compare 2 commits »
giles pushed to main at art-dag/celery 2026-01-12 19:40:40 +00:00
427de25e13 Fix recipe ownership tracking via item_types table
giles pushed to main at art-dag/celery 2026-01-12 19:26:39 +00:00
a5a718e387 Remove owner check from recipe deletion (security fix)
giles pushed to main at art-dag/celery 2026-01-12 19:07:47 +00:00
c5c7e5e162 Fix file_hash called after move in cache_manager.put
giles pushed to main at art-dag/celery 2026-01-12 19:02:18 +00:00
b36aab33bb Fix clear-data to check recipe delete return value
giles pushed to main at art-dag/client 2026-01-12 18:44:32 +00:00
3d663950f1 Add plan_cid to run status, change Output Hash to Output
giles pushed to main at art-dag/celery 2026-01-12 18:43:57 +00:00
2e3d3a5c6d Store DAG plan to IPFS and track plan_cid in run_cache
giles pushed to main at art-dag/client 2026-01-12 18:00:01 +00:00
eb0a38b087 Fix --raw to output raw content to stdout
giles pushed to main at art-dag/client 2026-01-12 17:53:54 +00:00
1a768370f6 Update README with --raw flag for view command
giles pushed to main at art-dag/celery 2026-01-12 17:42:14 +00:00
5b05dbd31e Fix clear-data to actually delete run_cache entries
giles pushed to main at art-dag/client 2026-01-12 17:28:47 +00:00
d69ed09575 Remember server settings between sessions
giles pushed to main at art-dag/celery 2026-01-12 17:13:27 +00:00
a0b113923e Fix IPFS CID detection in legacy_tasks node caching
giles pushed to main at art-dag/client 2026-01-12 17:11:52 +00:00
599f181f8c Remove all ellipsis truncation from CLI output
giles pushed to main at art-dag/client 2026-01-12 17:00:55 +00:00
efca939c7d Add --raw flag to view command and improve metadata display
giles pushed to main at art-dag/celery 2026-01-12 16:57:46 +00:00
cc29311d1c Add friendly name to recipe detail endpoint
giles pushed to main at art-dag/client 2026-01-12 16:57:46 +00:00
b56f4d906c Fix recipe list display and handle missing uploaded_at
giles pushed to main at art-dag/celery 2026-01-12 15:33:41 +00:00
87ff3d5d14 Remove owner filtering from recipe listing (security fix)
giles pushed to main at art-dag/celery 2026-01-12 15:31:28 +00:00
6adef63fad Fix get_recipe to handle both YAML and S-expression formats
giles pushed to main at art-dag/celery 2026-01-12 15:30:26 +00:00
f1b90fe65d Add debug logging for recipe filtering