• Joined on 2024-04-09
giles pushed to main at art-dag/activity-pub 2026-01-09 03:36:17 +00:00
3756f5e630 Add uvicorn workers for better concurrency
giles pushed to main at art-dag/celery 2026-01-09 03:34:14 +00:00
c40c681d2e Add uvicorn workers and Redis timeouts
giles pushed to main at art-dag/celery 2026-01-09 03:21:49 +00:00
121496eb53 Fix get_user_context_from_cookie to be async
giles pushed to main at art-dag/celery 2026-01-09 03:18:51 +00:00
d3468cd47c Add L2 sync button and improve publish status display
giles pushed to main at art-dag/celery 2026-01-09 03:03:14 +00:00
91f23123cd Remove .env from git tracking
giles pushed to main at art-dag/celery 2026-01-09 02:59:17 +00:00
3077cd9185 Add .env to gitignore
2933dc4e05 Fix blocking sync calls in async endpoints
Compare 2 commits »
giles pushed to main at art-dag/celery 2026-01-09 02:40:40 +00:00
45826138ca Store provenance on IPFS instead of local files
giles pushed to main at art-dag/activity-pub 2026-01-09 02:31:14 +00:00
43a9a1cd64 Store full provenance on IPFS with provenance_cid
giles pushed to main at art-dag/celery 2026-01-09 02:24:09 +00:00
51358a2d5f Add timing logs to runs and cache endpoints
giles pushed to main at art-dag/celery 2026-01-09 02:17:58 +00:00
0e4feeb999 Add content negotiation to /cache/{content_hash}
giles pushed to main at art-dag/activity-pub 2026-01-09 02:00:30 +00:00
91d8093a1b Improve L1 fetch error handling with better diagnostics
giles pushed to main at art-dag/activity-pub 2026-01-09 01:54:29 +00:00
449ed0c100 Add comprehensive logging to publishing endpoints
giles pushed to main at art-dag/activity-pub 2026-01-09 01:42:23 +00:00
9ef45e295b Make all IPFS and L1 operations non-blocking
giles pushed to main at art-dag/activity-pub 2026-01-09 01:24:46 +00:00
7ead2026ef Add Bitcoin anchoring via OpenTimestamps
giles pushed to main at art-dag/activity-pub 2026-01-09 01:20:51 +00:00
2267096271 Add format_date helper to handle datetime objects in templates
giles pushed to main at art-dag/activity-pub 2026-01-09 00:59:25 +00:00
647c564c47 Implement atomic publishing with IPFS and DB transactions
giles pushed to main at art-dag/activity-pub 2026-01-09 00:26:33 +00:00
a0ed1ae5ae Make IPFS pinning non-blocking (fire-and-forget)
giles pushed to main at art-dag/activity-pub 2026-01-09 00:23:00 +00:00
a7dfdc8a39 Fix asset_type detection when recording runs from L1
giles pushed to main at art-dag/celery 2026-01-09 00:02:50 +00:00
2c008812f6 Import artdag.nodes to register built-in executors
giles pushed to main at art-dag/celery 2026-01-08 23:56:55 +00:00
486cdb5d7d Fix build_dag_from_recipe to use correct Node API