Commit graph

  • e0c55adbb0
    chore(deps): update dependency vite-tsconfig-paths to v6 renovate[bot] 2026-04-16 17:04:41 +0000
  • 5b728b8144
    chore: move docs to monorepo apps (#801) Nico 2026-04-16 19:03:00 +0200
  • 2e663af4a6
    chore(docs): bump vite Nicolas Meienberger 2026-04-16 18:50:56 +0200
  • cc560be654
    chore: move docs to monorepo apps Nicolas Meienberger 2026-04-16 18:43:19 +0200
  • 1e98013e45
    chore(deps): update dependency @vitejs/plugin-react to v6 (#797) renovate[bot] 2026-04-16 18:37:44 +0200
  • e059c35fbb
    chore(deps): update softprops/action-gh-release action to v3 (#790) renovate[bot] 2026-04-16 18:35:08 +0200
  • a9a9dfa1df
    chore(deps): update dependency @vitejs/plugin-react to v6 renovate[bot] 2026-04-16 11:08:17 +0000
  • 51f9b23920
    chore(deps): pin dependencies renovate[bot] 2026-04-15 21:15:09 +0000
  • d10a3d2d65
    docs: init project (#792) Nico 2026-04-15 23:13:10 +0200
  • 25aab0aa05
    ci: build docs before publishing Nicolas Meienberger 2026-04-15 23:00:09 +0200
  • d9107ea4d8
    chore: fix ci Nicolas Meienberger 2026-04-15 22:51:36 +0200
  • d0d2ac597b
    feat: og Nicolas Meienberger 2026-04-15 22:22:12 +0200
  • 8a5ec9a160
    style: refactor landing hero Nicolas Meienberger 2026-04-15 22:01:52 +0200
  • dd5c0cd29a
    fix: anchor links Nicolas Meienberger 2026-04-15 21:06:24 +0200
  • 48c2b5570b
    docs: init project Nicolas Meienberger 2026-04-15 10:20:45 +0200
  • 95f5a3497d
    chore(deps): update softprops/action-gh-release digest to 3bb1273 renovate[bot] 2026-04-15 09:30:11 +0000
  • 9ba140e33d
    chore(deps): update softprops/action-gh-release action to v3 renovate[bot] 2026-04-15 04:58:06 +0000
  • 33601dde24
    feat(agent): add standalone agent runtime (#776) Nico 2026-04-13 23:29:10 +0200
  • 4a73184a5a
    fix: pr feedbacks Nicolas Meienberger 2026-04-13 23:12:51 +0200
  • 7fb5e6d65d
    chore(deps): update dependency @effect/language-service to ^0.85.0 (#781) renovate[bot] 2026-04-13 20:56:18 +0200
  • c7568353d1
    chore(deps): update dependency @effect/language-service to ^0.85.0 renovate[bot] 2026-04-13 09:26:05 +0000
  • d5eea2fb97
    fix(backup): keep old path when agent is disabled Nicolas Meienberger 2026-04-12 16:48:51 +0200
  • 38b4ac2c5c
    refactor: split agent runtime state Nicolas Meienberger 2026-04-12 16:27:02 +0200
  • faf5c7f26d
    test: simplify mocks Nicolas Meienberger 2026-04-12 16:09:05 +0200
  • 9a242eb445
    fix: rebase conflicts Nicolas Meienberger 2026-04-12 14:49:18 +0200
  • 6336444e88
    fix(agent): harden disconnect and send-failure handling Nicolas Meienberger 2026-04-07 22:01:59 +0200
  • 889865a5e5
    feat(backups): execute backups through the agent Nicolas Meienberger 2026-04-07 22:01:19 +0200
  • 37039d3b67
    feat(controller): add agent manager and session handling Nicolas Meienberger 2026-04-07 22:00:30 +0200
  • d4469db535
    refactor: wrap backup error in a tagged effect error Nicolas Meienberger 2026-04-08 08:36:50 +0200
  • 07671dc243
    fix(agent): add Bun and DOM types to agent tsconfig Nicolas Meienberger 2026-04-07 22:05:29 +0200
  • 01728c9a72
    feat(agent): add standalone agent runtime Nicolas Meienberger 2026-04-07 21:59:23 +0200
  • b25ccdc6b2
    chore: bump shoutrr and rclone versions Nicolas Meienberger 2026-04-12 13:41:05 +0200
  • 5497cadb56
    chore: bump Bun to 1.3.12 Nicolas Meienberger 2026-04-12 13:35:52 +0200
  • 2ecd4b8eb6
    chore: bump drizzle-orm Nicolas Meienberger 2026-04-12 13:34:25 +0200
  • 76ac78c40c
    chore: fix ts issues in test files v0.34.0-beta.2 v0.34.0 Nicolas Meienberger 2026-04-12 11:39:06 +0200
  • 97b4ce42c4
    chore(deps): update bun minor and patch dependencies (#764) renovate[bot] 2026-04-12 11:30:23 +0200
  • 832425025f
    refactor(backup): move retry delay minutes conversion at the contract level Nicolas Meienberger 2026-04-12 11:04:00 +0200
  • 7ea9899385
    Merge branch 'Der-Penz-retry-backup' Nicolas Meienberger 2026-04-12 10:50:02 +0200
  • ed046f284d
    fix(backup): reset failure count on cancel Nicolas Meienberger 2026-04-12 10:39:14 +0200
  • cb22e34215
    refactor(backup): default to 2 retries & 15 minutes delay Nicolas Meienberger 2026-04-12 10:16:17 +0200
  • 8765c5e705 feature(backup): do not trigger retry on manual backup DerPenz 2026-04-10 14:59:53 +0200
  • 11bb95db92 fix(backup): retry wont be scheduled if it is after the next scheduled backup DerPenz 2026-04-10 14:51:20 +0200
  • 5d8c2925d8 fix(backup): resetting failureRetryCount if backup is not retried DerPenz 2026-04-10 14:38:44 +0200
  • 61396625f1 fix(backup): added limits in zod schema DerPenz 2026-04-10 14:33:22 +0200
  • b2728cb09a fix(backup): removed useless null checks DerPenz 2026-04-09 14:21:31 +0200
  • 0476dcebb8 fix(backup): updating new settings correctly in the db DerPenz 2026-04-08 20:12:42 +0200
  • b1cd1a4220 fix(backup): added placeholder in settings DerPenz 2026-04-07 21:10:25 +0200
  • 79b7733e1e fix(backup): updated types gen DerPenz 2026-04-07 21:01:32 +0200
  • 7e9b1fafa3 feat(backup): added retry policy into job settings DerPenz 2026-04-07 20:50:15 +0200
  • feb69ef7a7 feat(backup): retry backup on failure DerPenz 2026-04-07 19:47:49 +0200
  • 4520335ebc
    fix(rclone): pass explicitly the RCLONE_CONF env var (#779) Nico 2026-04-12 09:25:57 +0200
  • 7424da40ba
    fix(rclone): pass explicitly the RCLONE_CONF env var Nicolas Meienberger 2026-04-11 19:14:51 +0200
  • c25eacad05
    ci: disable vite hooks in docker build Nicolas Meienberger 2026-04-10 22:53:23 +0200
  • 73ae5c41b5
    style: fix misalignment in mirrors ui (#778) Nico 2026-04-11 08:57:46 +0200
  • 12b184dd99
    ci: disable vite hooks in docker build v0.34.0-beta.1 Nicolas Meienberger 2026-04-10 22:53:23 +0200
  • 0540d856ff
    style: fix misalignment in mirrors ui Nicolas Meienberger 2026-04-10 22:52:01 +0200
  • 1f4f94b3a5
    chore(deps): pin voidzero-dev/setup-vp action to 8ecb391 (#775) renovate[bot] 2026-04-10 22:36:47 +0200
  • 9e16be9865
    chore(deps): pin voidzero-dev/setup-vp action to 8ecb391 renovate[bot] 2026-04-10 20:34:32 +0000
  • d213d3546a
    ci: install vp globally Nicolas Meienberger 2026-04-10 22:33:26 +0200
  • b89784f1fe
    chore(deps): update bun minor and patch dependencies renovate[bot] 2026-04-10 02:12:32 +0000
  • 28ba8657f9
    feat(runtime): start and ship the local agent (#767) Nico 2026-04-10 00:00:30 +0200
  • db68cda213
    test: fix config tests Nicolas Meienberger 2026-04-09 23:55:12 +0200
  • 863fbfc5cc
    fix(snapshots): use streamed response to avoid 1 MiB buffer limit on large repos (#771) Nico 2026-04-09 23:47:36 +0200
  • 9dbb94fce0
    fix: hot reload agents Nicolas Meienberger 2026-04-09 23:35:46 +0200
  • 8374bc0496
    chore: skip agent manager if flag is false Nicolas Meienberger 2026-04-09 21:27:41 +0200
  • a85f00171d
    refactor: gate local agent behind feature flag Nicolas Meienberger 2026-04-09 20:54:01 +0200
  • 78758a6c2c
    feat(runtime): start and ship the local agent Nicolas Meienberger 2026-04-07 22:00:43 +0200
  • c3538d2148
    fix(snapshots): use streamed response to avoid 1 MiB buffer limit on large repos Nicolas Meienberger 2026-04-09 23:16:44 +0200
  • 70c7de1efc
    feat(config): add support for APP_SECRET as a file (#769) Nico 2026-04-09 23:13:07 +0200
  • 1c3082a980
    fix: pr feedback Nicolas Meienberger 2026-04-09 23:06:38 +0200
  • 595a29056d
    fix(slack): channel is not supported in combination with webhooks (#770) Nico 2026-04-09 22:24:24 +0200
  • 5082edabe9
    fix(slack): channel is not supported in combination with webhooks Nicolas Meienberger 2026-04-09 22:15:00 +0200
  • cf19881d4f
    fix(tsc): ensure appSecret is set in type system Nicolas Meienberger 2026-04-09 21:48:17 +0200
  • 0e56ce395a
    feat(config): add support for APP_SECRET as a file Nicolas Meienberger 2026-04-09 21:40:09 +0200
  • 4872029b87
    fix(smb-backend): add explicit utf8 charset encoding (#768) Nico 2026-04-09 21:39:19 +0200
  • 4594539ce8
    fix(smb-backend): add explicit utf8 charset encoding Nicolas Meienberger 2026-04-09 21:35:41 +0200
  • 979e494e75
    docs: update readme Nicolas Meienberger 2026-04-09 21:18:25 +0200
  • 5bcc3acc56
    feat(controller): add agent manager and session handling (#763) Nico 2026-04-09 20:00:54 +0200
  • e48f1f209a
    fix: pr feedbacks Nicolas Meienberger 2026-04-09 19:43:13 +0200
  • d769e08c7b
    fix(agents): await controller shutdown and guard backup dispatch Nicolas Meienberger 2026-04-09 19:06:24 +0200
  • d1f872573e
    refactor(agents): use authorization headers instead of param for token Nicolas Meienberger 2026-04-09 18:51:55 +0200
  • 9b0d307620
    refactor(agents): split work Nicolas Meienberger 2026-04-09 18:21:13 +0200
  • 8a4a06f888
    chore: migrate toolchain to vite-plus (#762) Nico 2026-04-09 17:57:19 +0200
  • 6cda41df7c
    refactor(agents): make the controller-agent effectful Nicolas Meienberger 2026-04-08 23:23:01 +0200
  • 1eda489167
    feat(controller): add agent manager and session handling Nicolas Meienberger 2026-04-07 22:00:30 +0200
  • 4d6433210d
    chore: add vp config postinstall Nicolas Meienberger 2026-04-08 22:23:55 +0200
  • c853c81171
    chore: run lint with bunx Nicolas Meienberger 2026-04-08 21:08:13 +0200
  • f9027033e5 ci: add environment to release job Nicolas Meienberger 2026-04-08 20:59:55 +0200
  • e44450e334 chore: migrate toolchain to vite-plus Nicolas Meienberger 2026-04-08 20:54:13 +0200
  • 8c14a2742c
    chore(deps): update bun minor and patch dependencies (#751) renovate[bot] 2026-04-08 20:47:56 +0200
  • c371676ad0
    feat(agent): add standalone agent runtime (#761) Nico 2026-04-08 20:47:15 +0200
  • 8c863b1f0e fix: pr feedbacks Nicolas Meienberger 2026-04-08 20:38:49 +0200
  • c40198e7bf refactor: wrap backup error in a tagged effect error Nicolas Meienberger 2026-04-08 17:53:29 +0200
  • 39f0ec4085 fix(agent): add Bun and DOM types to agent tsconfig Nicolas Meienberger 2026-04-07 22:05:29 +0200
  • 0d723a46f2 fix(backups): bridge local executor to Effect restic API Nicolas Meienberger 2026-04-07 22:04:34 +0200
  • 2686a82273 feat(agent): add standalone agent runtime Nicolas Meienberger 2026-04-07 21:59:23 +0200
  • 3169627b79
    feat(contracts): add shared agent/controller protocol (#759) Nico 2026-04-08 08:17:15 +0200
  • 5407955bf2 chore: pr feedback Nicolas Meienberger 2026-04-08 08:13:03 +0200
  • 71f0ec02d3 feat(contracts): add shared agent/controller protocol Nicolas Meienberger 2026-04-07 21:58:13 +0200
  • 4a1b479cf2 fix: restart agent after an unexpected exit feat/split2-agent-system Nicolas Meienberger 2026-04-07 18:48:10 +0200