Commit Graph

  • 63ec895514 Update README with config endpoints gilesb 2026-01-08 03:20:04 +00:00
  • 4a99866602 Add config/recipe support for DAG-based jobs gilesb 2026-01-08 03:17:50 +00:00
  • f23a721816 Use local pinned metadata for deletion checks instead of L2 API gilesb 2026-01-08 02:44:18 +00:00
  • f61c82dd51 Add PYTHONPATH to Dockerfile for worker imports gilesb 2026-01-08 02:21:05 +00:00
  • 01f6db0621 Add debug logging to cache lookup gilesb 2026-01-08 02:11:37 +00:00
  • 3e12596dbf Fix cache lookup to work across processes gilesb 2026-01-08 02:02:47 +00:00
  • 13b93ab17c Add delete button for runs in UI gilesb 2026-01-08 01:53:26 +00:00
  • 6142c8bbab Allow failed runs to always be deleted gilesb 2026-01-08 01:48:23 +00:00
  • 0e4f596401 Fix render_effect to find uploads in new cache location gilesb 2026-01-08 01:47:23 +00:00
  • ff195a7ce5 Add multi-step DAG execution support gilesb 2026-01-08 01:45:29 +00:00
  • 034c7542c4 Fix cache listing to include files from new structure gilesb 2026-01-08 01:37:17 +00:00
  • a97c6309d5 Fix deletion rules: runs deletable, cache items protected gilesb 2026-01-08 01:29:03 +00:00
  • f8ec42b445 Refactor cache access to use cache_manager consistently gilesb 2026-01-08 01:21:11 +00:00
  • 26768b5942 Fix cache file serving after cache_manager integration gilesb 2026-01-08 01:08:40 +00:00
  • ea60afb624 Force pip cache bust on deploy gilesb 2026-01-08 00:59:20 +00:00
  • e4fd5eb010 Integrate artdag cache with deletion rules gilesb 2026-01-08 00:51:18 +00:00
  • 9a399cfcee Add clean URLs with content negotiation and pagination for L1 gilesb 2026-01-07 22:55:44 +00:00
  • b2e4f81edf Add cache pinning and discard functionality gilesb 2026-01-07 21:36:52 +00:00
  • a3a37c568a Add metadata editing UI to cache detail page gilesb 2026-01-07 21:22:48 +00:00
  • 5f58bf117e Increase L2 publish timeout to 30 seconds gilesb 2026-01-07 21:13:44 +00:00
  • 3436a22a94 Fix iOS video playback in list views gilesb 2026-01-07 20:58:40 +00:00
  • 1e95badddb Update UI to use Tailwind CSS with dark theme gilesb 2026-01-07 20:44:11 +00:00
  • a0a719cda5 fix: add ffmpeg to Docker image for video transcoding gilesb 2026-01-07 20:06:44 +00:00
  • a5187c0f45 feat: iOS video support with on-the-fly MKV→MP4 transcoding gilesb 2026-01-07 20:04:30 +00:00
  • 809d8e452b fix: add playsinline for iOS video support gilesb 2026-01-07 19:57:27 +00:00
  • f9e22171de feat: add L1_PUBLIC_URL config for many-to-many L1/L2 support gilesb 2026-01-07 19:40:59 +00:00
  • 223568df3f fix: use env_file for L2 server config gilesb 2026-01-07 19:29:40 +00:00
  • 917146a7f3 feat: add publish to L2 button in run detail web UI gilesb 2026-01-07 19:12:46 +00:00
  • 85f349a7ab feat: add L1-L2 publish integration endpoints gilesb 2026-01-07 19:08:03 +00:00
  • bfa7568db4 feat: add cache metadata, folders, and collections API gilesb 2026-01-07 18:57:38 +00:00
  • 0cbfd87711 feat: per-user cache visibility and login protection gilesb 2026-01-07 18:18:16 +00:00
  • e01db2ed26 fix: require login to view runs and cache in UI gilesb 2026-01-07 18:02:34 +00:00
  • fb354d8afe fix: match both username formats in runs filter gilesb 2026-01-07 17:56:54 +00:00
  • 0b50f5ea95 feat: add cache browsing UI with tabs for runs and cache gilesb 2026-01-07 17:41:55 +00:00
  • 618e3b1e04 feat: enhance provenance with infrastructure, actor ID, and commit tracking gilesb 2026-01-07 17:24:46 +00:00
  • c7074a9261 deploy giles 2026-01-07 17:16:43 +00:00
  • c7ee59968a fix: identity effect links to GitHub, others to rose-ash gilesb 2026-01-07 14:55:59 +00:00
  • 631571ed88 feat: add authentication to L1 server gilesb 2026-01-07 14:43:56 +00:00
  • 0c7e43e069 feat: link effect to specific git commit for provenance gilesb 2026-01-07 14:29:40 +00:00
  • 5f7b6c3031 feat: show raw provenance JSON on detail page gilesb 2026-01-07 14:24:29 +00:00
  • 62891f57fe feat: add cache view page with media display gilesb 2026-01-07 14:23:42 +00:00
  • 30050f7a65 style: left-justify layout, increase text sizes gilesb 2026-01-07 14:20:38 +00:00
  • c03a26dbf2 feat: add detail page with provenance and linkable hashes gilesb 2026-01-07 14:18:44 +00:00
  • 73908b318d feat: responsive side-by-side input/output layout gilesb 2026-01-07 14:15:32 +00:00
  • dc9c13ffd9 feat: add HTML home page with nav to UI and docs gilesb 2026-01-07 14:13:56 +00:00
  • 56d6f53695 feat: show input media in UI gilesb 2026-01-07 14:12:40 +00:00
  • 5fbe9cbc45 feat: add HTMX web UI for viewing runs and results gilesb 2026-01-07 14:06:07 +00:00
  • e6184b8bd3 fix: use cache for input files instead of hardcoded paths gilesb 2026-01-07 13:42:36 +00:00
  • 32b6aef1ea refactor: standalone docker-compose for L1 celery stack giles 2026-01-07 13:39:04 +00:00
  • 2258c461af feat: clone effects repo in Docker, use EFFECTS_PATH env var gilesb 2026-01-07 13:16:55 +00:00
  • 65746b60ac fix: add git to Dockerfile for pip git+https dependencies giles 2026-01-07 13:09:59 +00:00
  • 7adb63face feat: add file upload endpoint for remote cache gilesb 2026-01-07 12:57:09 +00:00
  • 8850ada3be feat: Docker support for L1 server gilesb 2026-01-07 12:04:47 +00:00
  • ba20c2dc63 feat: L1 server with persistent run storage gilesb 2026-01-07 10:45:30 +00:00
  • 500e57b9a4 feat: distributed rendering with Celery gilesb 2026-01-07 02:04:07 +00:00