Commit Graph
530 Commits
Author SHA1 Message Date
Gareth George 608c8e2656 chore: fix docs github action workflow 2025-01-13 21:20:47 -08:00
Alex Yancey 68c1ca8c83 chore: fix typo in readme.md (#637) 2025-01-12 21:52:15 -08:00
Lukas Lerche a74b64f47b chore: update devcontainer image (#638) 2025-01-12 11:03:05 -08:00
Gareth George cfec069786 fix: test repo configuration button doesn't work 2025-01-11 20:26:07 -08:00
Lukas Lerche d20f9fd5dd fix: local network access on macOS 15 Sequoia (#630) 2025-01-11 11:42:33 -08:00
Gareth 57ac34589c chore(main): release 1.7.0 (#597) 2025-01-09 18:26:40 -08:00
Gareth George c1ba6f29b0 chore: misc prerelease fixes 2025-01-09 01:10:44 -08:00
Gareth George c601f4c274 chore: restrict access to multihost endpoint as an alpha feature 2025-01-07 22:22:33 -08:00
Gareth George 6bb13c12ed feat: improve repo view layout when backups from multiple-instances are found 2025-01-07 22:16:59 -08:00
Gareth George c2b1a794fa fix: ui bugs introduced by repo guid migration 2025-01-07 22:01:57 -08:00
Gareth George 6b958a583f fix: ogid caching for better insert / update performance 2025-01-07 21:14:18 -08:00
Gareth George 0e083c1aea fix: rare race condition in etag cache when serving webui 2025-01-07 20:46:40 -08:00
Gareth 66bba33809 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
Christopher Hoage 8801748a84 fix: avoid ant design url rule as it requires a tld to be present (#626) 2025-01-04 19:31:50 -08:00
Thibault Cohen eef9e6b287 Add metric when task fails (#625) 2025-01-01 20:43:53 -08:00
Gareth George 34e322fd88 chore: use gotestsum for better test summaries 2024-12-30 22:37:19 -08:00
Gareth fd9481c89c fix: int overflow in exponential backoff hook error policy (#619) 2024-12-21 14:17:30 -08:00
herobrauni 7f115c03c6 feat: change payload for healthchecks to text (#607) 2024-12-09 17:03:19 -08:00
homandr 1d9050ff29 feat: cont'd windows installer refinements (#603) 2024-12-07 00:57:00 -08:00
homandr 20c7dcb7e2 Clarify notes about the port for Windows installation (#604) 2024-12-05 23:39:25 -08:00
Gareth 597240aced feat: add a "test configuration" button to aid users setting up new repos (#582) 2024-12-01 15:00:31 -08:00
Gareth fe9be15c59 chore: migrate to connectrpc es v2 api (#583) 2024-11-26 18:15:23 -08:00
Gareth 9334be869b chore(main): release 1.6.2 (#554) 2024-11-26 01:32:06 -08:00
Gareth George a42597039e fix: better defaults in add repo / add plan views 2024-11-26 01:24:59 -08:00
Gareth George 1c97748e4d fix: tray app infers UI port from BACKREST_PORT or --bind-address if available 2024-11-26 00:26:45 -08:00
Gareth George c00f608997 chore: fix resticinstaller for windows tests 2024-11-26 00:23:27 -08:00
homandr b07697236e fix: substantially improve windows installer experience (#578) 2024-11-25 18:15:42 -08:00
Gareth George 9a065959c6 chore: use pnpm in release validation workflow 2024-11-25 18:11:54 -08:00
Gareth George 02fb50c7a2 chore: new test scripts and fixes for MacOS 2024-11-25 18:06:26 -08:00
Gareth George d5a965712b chore: move github actions workflows to pnpm 2024-11-25 18:06:26 -08:00
Gareth George d0c0e0a279 fix: make cancel button more visible for a running operation 2024-11-25 18:06:26 -08:00
Gareth George 4554ac62ef fix: update resticinstaller to use the same binary name across versions and to use system restic install when possible 2024-11-25 18:06:26 -08:00
Gareth George e9af46b761 fix: webui may duplicate elements in a multi-instance repo 2024-11-25 18:06:26 -08:00
homandr 29ef93efdb chore: automatically populate installer app version from the changelog (#571) 2024-11-19 21:33:27 -08:00
Gareth 95f336b871 fix: use command mode when executing powershell scripts on windows (#569) 2024-11-19 21:33:13 -08:00
homandr 7ddd3ff686 fix: improve windows installer and relocate backrest on Windows to %localappdata%\programs (#568) 2024-11-19 00:28:38 -08:00
homandr 75dac28d27 docs: add Windows PowerShell hook examples (#567) 2024-11-19 00:21:46 -08:00
garethgeorge 75a5a9bc0b fix: allow 'run command' tasks to proceed in parallel to other repo operations 2024-11-18 00:37:48 -08:00
garethgeorge ecf5db3917 docs: add btrfs snapshot sample to commands cookbook 2024-11-18 00:35:49 -08:00
github-actions[bot]andgarethgeorge a675b30bce chore: update restic version to 0.17.3 (#565)
Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com>
2024-11-17 23:05:06 -08:00
garethgeorge fb50307d97 chore: github actions workflow to automate restic version bumps 2024-11-17 23:01:01 -08:00
garethgeorge 06b1e1e5f6 chore: use replace directive in go.mod to prevent accidental sqlite version upgrades 2024-11-17 00:48:52 -08:00
garethgeorge b132eea6df fix: set etag header to cache webUI source 2024-11-17 00:36:42 -08:00
garethgeorge 795fcce3ef always set .Plan in hookvars to properly format messages for prune/check operations 2024-11-16 13:31:08 -08:00
arminusandGareth 296bbe7303 fix: crash on arm32 device due to bad libc dependency version for sqlite driver (#559)
Co-authored-by: Gareth <garethgeorge97@gmail.com>
2024-11-15 13:30:28 -08:00
Marc d50c0fec6a chore: add image source label to dockerfiles (#553) 2024-11-15 13:30:15 -08:00
Gareth ad00575233 fix: garbage collection with more sensible limits grouped by plan/repo (#555) 2024-11-13 21:17:03 -08:00
garethgeorge 0dfdd2a992 chore: backrest includes binary version info in startup logs for better debugability 2024-11-13 20:04:58 -08:00
garethgeorge 51cac9be19 fix: allow for deleting individual operations from the list view 2024-11-13 19:47:32 -08:00
garethgeorge f1574e3b89 fix: improve memory pressure from getlogs 2024-11-13 19:47:32 -08:00