Commit Graph
239 Commits
Author SHA1 Message Date
garethgeorge 97e3f03b78 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
GarethandGitHub bfaad8b69e feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge 656ac9e1b2 fix: misc bugs in restore operation view and activity bar view 2024-09-03 22:32:21 -07:00
GarethandGitHub 546482f115 fix: remove migrations for fields that have been since backrest 1.0.0 (#453) 2024-09-03 21:31:51 -07:00
GarethandGitHub 9205da1d23 feat: compact the scheduling UI and use an enum for clock configuration (#452) 2024-09-03 20:19:42 -07:00
GarethandGitHub 6ed1280869 feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
garethgeorge 44585ede61 fix: test fixes for windows file restore 2024-08-26 22:28:15 -07:00
garethgeorge cc173aa7b1 fix: UI quality of life improvements 2024-08-26 19:56:09 -07:00
garethgeorge af09e47cdd fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -07:00
GarethandGitHub 038bc87070 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge a9eb786db9 fix: write debug-level logs to data dir on all platforms 2024-08-25 22:31:34 -07:00
garethgeorge bb00afa899 fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
GarethandGitHub 79cae5bac3 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1879ddfa79 fix: misc logging improvements 2024-08-21 00:03:38 -07:00
garethgeorge df97dace64 chore: fix proto converter tests 2024-08-14 19:20:05 -07:00
garethgeorge 4859e528c7 feat: add UI support for new summary details introduced in restic 0.17.0 2024-08-14 19:16:58 -07:00
garethgeorge 505765dff9 feat: start tracking snapshot summary fields introduced in restic 0.17.0 2024-08-14 18:49:57 -07:00
garethgeorge 53742736f9 feat: accept up to 2 decimals of precision for check % and prune % policies 2024-08-14 17:58:40 -07:00
garethgeorge a67c29b57a fix: use addrepo RPC to apply validations when updating repo config 2024-08-14 17:44:26 -07:00
garethgeorge 62a97a335d fix: backrest should only initialize repos explicitly added through WebUI 2024-08-14 17:23:59 -07:00
GarethandGitHub 500f2ee6c0 feat: update to restic 0.17.0 (#416) 2024-08-14 16:59:28 -07:00
Giovanni SperaandGitHub c45f0f3c66 fix: add condition_snapshot_success to .EventName (#410) 2024-08-06 09:11:30 -07:00
garethgeorge 49e46b04a0 fix: forget snapshot by ID should not require a plan 2024-07-21 10:28:52 -07:00
garethgeorge f250adf4a0 fix: possible race condition leading to rare panic in GetOperationEvents 2024-07-14 21:19:45 -07:00
GarethandGitHub c19665ab06 fix: plan _system_ not found bug when running health operations 2024-07-12 13:58:16 -07:00
garethgeorge c3ec9eeb4b fix: cannot run path relative executable errors on Windows 2024-07-11 01:41:03 -07:00
GarethandGitHub 4d0d13e398 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge fe0e2b9d5e chore: fix restore test coverage 2024-07-09 23:29:51 -07:00
garethgeorge 620caed7e3 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 d7425b5893 fix: disable sorting for excludes and iexcludes 2024-07-01 22:30:35 -07:00
garethgeorge 7c8ded2fcc fix: make instance ID required field 2024-07-01 21:05:50 -07:00
garethgeorge 90e0656fc4 fix: github actions release flow for windows installers 2024-06-28 20:27:07 -07:00
garethgeorge 3099be5383 chore: continue to cleanup io handling 2024-06-25 19:32:22 -07:00
garethgeorge 90cdf983be chore: fix restore test 2024-06-25 19:31:38 -07:00
garethgeorge 232cd57473 feat: improve log formatting 2024-06-25 12:14:55 -07:00
garethgeorge 9067027eb4 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
garethgeorge e2ef66ef92 fix: minor hook and naming bugs in check and backup tasks 2024-06-13 18:17:26 -07:00
garethgeorge 5427d75c3a feat: default non-docker packages to listen on localhost only 2024-06-13 00:48:19 -07:00
garethgeorge 7940642c3f fix: improve robustness of .Summary template 2024-06-13 00:31:00 -07:00
garethgeorge 2c7d85b33b fix: hook bug fixes 2024-06-13 00:25:26 -07:00
GarethandGitHub f42df20cb3 fix: rare deadlock in GetOperationEvents (#319) 2024-06-06 09:47:03 -07:00
GarethandGitHub 0c9f366e43 feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
garethgeorge c58055ec91 fix: improve prune and check scheduling in new repos 2024-05-27 14:06:36 -07:00
GarethandGitHub ce42f68d0d feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
garethgeorge 7fce59311d fix: run stats after every prune operation 2024-05-19 19:03:17 -07:00
garethgeorge 0764804ea5 fix: schedule view bug 2024-05-19 18:30:26 -07:00
GarethandGitHub 531cd286d8 feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge df4be0f7bc 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 1a053f2748 feat: keep a rolling backup of the last 10 config versions 2024-05-18 19:28:19 -07:00
garethgeorge 711064fb00 fix: reserve IDs starting and ending with '__' for internal use 2024-05-18 19:24:05 -07:00