Commit Graph
55 Commits
Author SHA1 Message Date
garethgeorge 038d0e4bc9 fix: misc ui consistency and refresh errors 2024-06-13 18:16:41 -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
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 e8f02a6249 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -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 5904a8856e chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge 70cc01cb49 fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -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
Gareth George e77c620356 fix: BackupInfoCollector handling of filtered events 2024-02-28 20:31:48 -08:00
Gareth George 80a90fa1f8 feat: improved stats visualization with graphs and cleanup operation filtering 2024-02-28 19:27:55 -08:00
garethgeorge 056522f0e9 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
garethgeorge 4eda0e8d1e fix: stats not displaying on long running repos 2024-02-04 03:36:53 -08:00
Gareth ed642308c0 feat: authentication for WebUI (#62) 2024-02-01 01:19:16 -08:00
Gareth f422c289b8 feat: add user configurable command hooks for backup lifecycle events (#60) 2024-01-29 01:24:55 -08:00
Gareth George d6b057f166 feat: schedule index operations and stats refresh from repo view 2023-12-29 02:29:13 +00:00
Gareth George 1ec38314fa fix: UI and code quality improvements 2023-12-26 07:57:11 +00:00
Gareth George a5d2680f59 feat: add stats to repo view e.g. total size in storage 2023-12-25 07:41:31 +00:00
Gareth George 716dd5645d feat: display last operation status for each plan and repo in UI 2023-12-24 09:39:31 +00:00
Gareth 82a54ab2f5 fix: crashing bug on partial backup (#39) 2023-12-23 01:49:39 -08:00
Gareth d021c28528 chore: migrate to grpc-connect transport (#38) 2023-12-23 01:23:21 -08:00
Gareth 318f474d1d docs: create install scripts and update docs (#37) 2023-12-22 18:39:14 -08:00
Gareth George 1d0b964105 chore: rebrand as backrest 2023-12-22 09:06:23 +00:00
Gareth George 51f7482535 feat: add repo view 2023-12-22 08:27:48 +00:00
Gareth George afab976feb feat: implement garbage collection of old operations 2023-12-22 07:55:17 +00:00
Gareth George 3aa289541f fix: hide no-op prune operations 2023-12-21 01:01:17 +00:00
Gareth George 80b6e87fb9 feat: add clear error history button 2023-12-20 19:35:09 +00:00
Gareth George d419e89fe3 fix: incorrrect handling of oplog events in UI 2023-12-20 08:04:15 +00:00
Gareth George bcbc0cec32 fix: operations marked as 'warn' rather than 'error' for partial backups 2023-12-20 07:40:26 +00:00
garethgeorge 84d3bd4b77 docs: rebrand as Restora WebUI for restic 2023-12-09 19:41:56 -08:00
garethgeorge 28da78d1ff fix: snapshots out of order in UI 2023-12-08 11:17:30 -08:00
Gareth d6df1b6c09 feat: match system color theme (darkmode support) 2023-12-08 00:29:15 -08:00
Gareth bb564807e3 fix: improve Windows path handling 2023-12-07 23:26:32 -08:00
garethgeorge 33c0e2c1f2 fix: ordering of operations when viewed from backup tree 2023-12-04 23:45:10 -08:00
garethgeorge 24df1b36f5 feat: implement repo unlocking and operation list implementation 2023-12-04 21:50:21 -08:00
Gareth 9a037c8f0e feat: improve oplist performance and display forget operations in oplist (#22) 2023-12-02 16:23:26 -08:00
Gareth aff0a55bca fix: improve operation ordering to fix snapshots indexed before forget operation (#21) 2023-12-01 20:01:05 -08:00
garethgeorge 9bb478ed32 feat: basic forget support in backend and UI 2023-11-30 22:47:46 -08:00
garethgeorge 3d520f0848 feat: display queued operations 2023-11-28 21:33:08 -08:00
Gareth George b5d77be32d implement tree view 2023-11-25 17:27:28 -08:00
Gareth George 52cfd28d1d optree UI refinements and backend prep for operation list view by snapshot id 2023-11-25 15:13:34 -08:00
Gareth George e1a10e57c8 differentiate operations in tree view 2023-11-24 00:37:05 -08:00
Gareth George 4bbd511e61 created basic tree layout 2023-11-25 17:09:00 -08:00
Gareth George cb4b20d94e feat: initial optree implementation 2023-11-23 02:07:27 -08:00
Gareth George 2c4b0542ad feat: show snapshots in sidenav 2023-11-18 00:21:21 -08:00
garethgeorge c557ca1cb0 feat: snapshot items are viewable in the UI and minor element ordering fixes 2023-11-15 23:45:27 -08:00
garethgeorge 985c0f7a20 feat: present list of operations on plan view 2023-11-15 21:37:22 -08:00
garethgeorge 7c73faaa6f feat: implement basic plan view 2023-11-15 14:27:59 -08:00