192 Commits

Author SHA1 Message Date
Gareth 4d0d13e398 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge 2dc55951d7 fix: operation tree key conflicts 2024-07-03 17:48:55 -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 955771e1cc fix: restore always uses ~/Downloads path 2024-07-01 22:22:43 -07:00
garethgeorge 76ce3c177b fix: operation tree UI bugs 2024-07-01 22:22:31 -07:00
garethgeorge 15f92fcd90 fix: AddPlanModal and AddRepoModal should only be closeable explicitly 2024-06-25 20:13:42 -07:00
garethgeorge 3099be5383 chore: continue to cleanup io handling 2024-06-25 19:32:22 -07:00
garethgeorge 9067027eb4 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
garethgeorge 793666cfbf fix: misc ui consistency and refresh errors 2024-06-13 18:16:41 -07:00
garethgeorge 879e39c984 fix: viewing backup details in very long tree view 2024-06-13 00:26:13 -07:00
garethgeorge 2c7d85b33b fix: hook bug fixes 2024-06-13 00:25:26 -07:00
Gareth 0c9f366e43 feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
garethgeorge ba005aee0b fix: UI refresh timing bugs 2024-05-27 14:06:13 -07:00
Gareth ce42f68d0d feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
Gareth b218bc9409 fix: collection of ui refresh timing bugs 2024-05-26 21:36:40 -07:00
Gareth 19ed611477 fix: snapshot browser on Windows 2024-05-24 17:40:50 -07:00
garethgeorge b22028eb4f fix: rebase stats panel onto a better chart library 2024-05-19 18:44:13 -07:00
garethgeorge 0764804ea5 fix: schedule view bug 2024-05-19 18:30:26 -07:00
Gareth 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 fcdf07da6c fix: additional tooltips for add plan modal 2024-05-18 19:12:31 -07:00
garethgeorge c83d080391 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge e9d6cbeaff fix: UI fixes for restore row and settings modal 2024-05-17 16:44:12 -07:00
garethgeorge 411a4fb6f0 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge 9d6c1baf87 fix: retention policy display may show default values for some fields 2024-05-12 00:13:02 -07:00
garethgeorge b341146fce fix: date formatting 2024-05-08 01:13:51 -07:00
garethgeorge 6045c87cdf fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00
garethgeorge 07b09502b9 fix: improve concurrency handling in RunCommand 2024-05-08 00:24:46 -07:00
garethgeorge a821580861 chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge fbad981a1d feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge 89a49c1fa7 fix: use locale to properly format time 2024-05-07 21:54:15 -07:00
garethgeorge 65bb8ef14b fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -07:00
garethgeorge b6c258c921 docs: update documentation for SFTP usage 2024-05-05 12:42:30 -07:00
garethgeorge 282233b7cf chore: fix tests 2024-05-05 12:42:30 -07:00
garethgeorge a30d5efe1c fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
Gareth a75a5c2297 feat: add download link to create a zip archive of restored files 2024-05-05 12:42:30 -07:00
Gareth 982e2fb2cd fix: center-right align settings icons for plans/repos 2024-05-05 12:42:30 -07:00
garethgeorge 8448f4cc3a feat: support env variable substitution e.g. FOO=${MY_FOO_VAR} 2024-05-05 12:42:30 -07:00
garethgeorge f0ee20f53d feat: add CONDITION_SNAPSHOT_WARNING hook triggered by any warning status at the completion of a snapshot 2024-05-05 12:42:30 -07:00
garethgeorge 5a996d74b0 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth 484701007f feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth 7a10bdca7b feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00
garethgeorge c4ae5b3f22 feat: allow hook exit codes to control backup execution (e.g fail, skip, etc) 2024-04-12 00:05:27 -07:00
garethgeorge e96f4036df fix: misc UI and backend bug fixes 2024-04-11 21:38:30 -07:00
John Maguire ffad2b053a chore: enable full test coverage for Windows (#206) 2024-04-07 18:58:45 -07:00
garethgeorge e2be189f9e fix: improve tooltips on AddRepoModal 2024-04-06 14:38:39 -07:00
John Maguire 7017c3de7d Open docs links in a new tab (#195) 2024-04-05 11:29:36 -07:00
Stasium 1d9e43e49b fix(css): fixing overflow issue (#191) 2024-04-04 14:50:18 -07:00
garethgeorge 7e9bf15976 fix: cannot set retention policy buckets to 0 2024-04-01 22:23:57 -07:00
garethgeorge eeb8c8e6b3 feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00