Commit Graph
230 Commits
Author SHA1 Message Date
Gareth a9ef92d765 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge 8ec32a8c67 fix: write debug-level logs to data dir on all platforms 2024-08-25 22:31:34 -07:00
garethgeorge fbb1da365e fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth ab14b07553 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1e390f10d2 fix: misc logging improvements 2024-08-21 00:03:38 -07:00
garethgeorge 58a9d6a98e chore: fix proto converter tests 2024-08-14 19:20:05 -07:00
garethgeorge 83c776163f feat: add UI support for new summary details introduced in restic 0.17.0 2024-08-14 19:16:58 -07:00
garethgeorge 1f3406e0d9 feat: start tracking snapshot summary fields introduced in restic 0.17.0 2024-08-14 18:49:57 -07:00
garethgeorge acf69b80d3 feat: accept up to 2 decimals of precision for check % and prune % policies 2024-08-14 17:58:40 -07:00
garethgeorge 595a6754f4 fix: use addrepo RPC to apply validations when updating repo config 2024-08-14 17:44:26 -07:00
garethgeorge 1bd79b5807 fix: backrest should only initialize repos explicitly added through WebUI 2024-08-14 17:23:59 -07:00
Gareth 1028d1c1b1 feat: update to restic 0.17.0 (#416) 2024-08-14 16:59:28 -07:00
Giovanni Spera a1deb749a4 fix: add condition_snapshot_success to .EventName (#410) 2024-08-06 09:11:30 -07:00
garethgeorge eb21561a56 fix: forget snapshot by ID should not require a plan 2024-07-21 10:28:52 -07:00
garethgeorge 5d95fba420 fix: possible race condition leading to rare panic in GetOperationEvents 2024-07-14 21:19:45 -07:00
Gareth 622b4858c2 fix: plan _system_ not found bug when running health operations 2024-07-12 13:58:16 -07:00
garethgeorge 42a2a106f1 fix: cannot run path relative executable errors on Windows 2024-07-11 01:41:03 -07:00
Gareth f10b7d8308 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge b4f6ca73c1 chore: fix restore test coverage 2024-07-09 23:29:51 -07:00
garethgeorge 8992e4e75f fix: improve handling of restore operations
- restore operations are split into a new flow
 - added support displaying restore operation percentage and other
   details in tree view
2024-07-02 20:51:09 -07:00
garethgeorge 10b1ca5744 fix: disable sorting for excludes and iexcludes 2024-07-01 22:30:35 -07:00
garethgeorge d7a06c8549 fix: make instance ID required field 2024-07-01 21:05:50 -07:00
garethgeorge 673deb3109 fix: github actions release flow for windows installers 2024-06-28 20:27:07 -07:00
garethgeorge a846eb26b4 chore: continue to cleanup io handling 2024-06-25 19:32:22 -07:00
garethgeorge 7e5f3b87da chore: fix restore test 2024-06-25 19:31:38 -07:00
garethgeorge 3628c5d103 feat: improve log formatting 2024-06-25 12:14:55 -07:00
garethgeorge ee9945d102 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
garethgeorge b244e15db6 fix: minor hook and naming bugs in check and backup tasks 2024-06-13 18:17:26 -07:00
garethgeorge ea23c15949 feat: default non-docker packages to listen on localhost only 2024-06-13 00:48:19 -07:00
garethgeorge 4662db5863 fix: improve robustness of .Summary template 2024-06-13 00:31:00 -07:00
garethgeorge 78742ca965 fix: hook bug fixes 2024-06-13 00:25:26 -07:00
Gareth 079e4de77b fix: rare deadlock in GetOperationEvents (#319) 2024-06-06 09:47:03 -07:00
Gareth b0391c8bee feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
garethgeorge 2146985d4c fix: improve prune and check scheduling in new repos 2024-05-27 14:06:36 -07:00
Gareth 311b09fdd4 feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
garethgeorge 1000cd01d0 fix: run stats after every prune operation 2024-05-19 19:03:17 -07:00
garethgeorge d023957028 fix: schedule view bug 2024-05-19 18:30:26 -07:00
Gareth 10a509272c feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge 680a23d327 fix: miscellaneous bug fixes
* Fixes a problem with incorrectly scanning and removing pending events
   from the operation log for new installations
 * Fixes a bug with the operation tree incorrectly applying query
   selectors when filtering events
 * Updates tooltips and comments in PlanView and GettingStartedGuide
2024-05-18 21:14:02 -07:00
garethgeorge cc7d79b1dc feat: keep a rolling backup of the last 10 config versions 2024-05-18 19:28:19 -07:00
garethgeorge 6ded72b684 fix: reserve IDs starting and ending with '__' for internal use 2024-05-18 19:24:05 -07:00
garethgeorge a378b1406c fix: prompt for user action to set an instance ID on upgrade 2024-05-18 19:09:58 -07:00
garethgeorge e8f02a6249 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge d9927f162d fix: error formatting for repo init 2024-05-17 16:51:51 -07:00
garethgeorge 0e526403b8 fix: UI fixes for restore row and settings modal 2024-05-17 16:44:12 -07:00
garethgeorge c21426d1cb fix: downgrade omission of 'instance' field from an error to a warning 2024-05-17 16:37:43 -07:00
garethgeorge 12f56d29e0 fix: improve download speeds for restored files 2024-05-12 01:23:20 -07:00
garethgeorge f2750c9f00 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge 8c9b0a7fc0 fix: retention policy display may show default values for some fields 2024-05-12 00:13:02 -07:00
garethgeorge e599a3e2d1 fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00