Commit Graph
184 Commits
Author SHA1 Message Date
garethgeorge 038d0e4bc9 fix: misc ui consistency and refresh errors 2024-06-13 18:16:41 -07:00
garethgeorge f73e40e666 fix: viewing backup details in very long tree view 2024-06-13 00:26:13 -07:00
garethgeorge 78742ca965 fix: hook bug fixes 2024-06-13 00:25:26 -07:00
Gareth b0391c8bee feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
garethgeorge 14df2b05d7 fix: UI refresh timing bugs 2024-05-27 14:06:13 -07:00
Gareth 311b09fdd4 feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
Gareth c05ad8c2f4 fix: collection of ui refresh timing bugs 2024-05-26 21:36:40 -07:00
Gareth a6f9db5986 fix: snapshot browser on Windows 2024-05-24 17:40:50 -07:00
garethgeorge 580fff5aed fix: rebase stats panel onto a better chart library 2024-05-19 18:44:13 -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 5816de1349 fix: additional tooltips for add plan modal 2024-05-18 19:12:31 -07:00
garethgeorge e8f02a6249 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge 0e526403b8 fix: UI fixes for restore row and settings modal 2024-05-17 16:44:12 -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 ec7592937d fix: date formatting 2024-05-08 01:13:51 -07:00
garethgeorge e599a3e2d1 fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00
garethgeorge f923d24583 fix: improve concurrency handling in RunCommand 2024-05-08 00:24:46 -07:00
garethgeorge 5904a8856e chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge 74c8abc39a feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge d4e112652a fix: use locale to properly format time 2024-05-07 21:54:15 -07:00
garethgeorge 70cc01cb49 fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -07:00
garethgeorge 5945642e28 docs: update documentation for SFTP usage 2024-05-05 12:42:30 -07:00
garethgeorge 094fe42f69 chore: fix tests 2024-05-05 12:42:30 -07:00
garethgeorge 59fb5b66ac fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
Gareth 912772df14 feat: add download link to create a zip archive of restored files 2024-05-05 12:42:30 -07:00
Gareth 95f0181c82 fix: center-right align settings icons for plans/repos 2024-05-05 12:42:30 -07:00
garethgeorge 3733a8f0b3 feat: support env variable substitution e.g. FOO=${MY_FOO_VAR} 2024-05-05 12:42:30 -07:00
garethgeorge d454361480 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 8fe88a7752 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth fa851967b1 feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth e4ce8602e8 feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00
garethgeorge e3965db42a feat: allow hook exit codes to control backup execution (e.g fail, skip, etc) 2024-04-12 00:05:27 -07:00
garethgeorge 63b6dc7b38 fix: misc UI and backend bug fixes 2024-04-11 21:38:30 -07:00
John Maguire d555e1655a chore: enable full test coverage for Windows (#206) 2024-04-07 18:58:45 -07:00
garethgeorge 419cb273d7 fix: improve tooltips on AddRepoModal 2024-04-06 14:38:39 -07:00
John Maguire 6fac15c11c Open docs links in a new tab (#195) 2024-04-05 11:29:36 -07:00
Stasium 9985d8e435 fix(css): fixing overflow issue (#191) 2024-04-04 14:50:18 -07:00
garethgeorge 3a089d2de4 fix: cannot set retention policy buckets to 0 2024-04-01 22:23:57 -07:00
garethgeorge 270cd01a6b feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00
Gareth George aa5b366428 fix: incorrectly indicate AM/PM in formatted date strings 2024-03-30 10:05:16 +00:00
Gareth George d6a71a76d8 feat: make hostname configurable in settings panel 2024-03-30 09:54:38 +00:00
Gareth George 9fa8ebc144 fix: correctly auto-expand first 5 backups when opening plan/repo 2024-03-30 09:45:47 +00:00
Gareth George fdffff5405 fix: make tree view the default panel for repo overview 2024-03-30 09:14:39 +00:00
Gareth George b5cbeab961 feat: support shoutrrr notification service 2024-03-30 08:52:53 +00:00
Gareth George 6106f467d3 chore: link wiki from the getting started guide 2024-03-30 08:24:24 +00:00
Gareth George d08d525743 fix: cleanup spacing and hook titles in AddRepoModal and AddPlanModal 2024-03-30 07:47:40 +00:00
Gareth George d6fe873761 fix: api path relative to UI serving location to support reverse proxies with prefix stripping 2024-03-23 17:55:02 +00:00