Commit Graph

232 Commits

Author SHA1 Message Date
garethgeorge 0642f4b65a fix: set etag header to cache webUI source 2024-11-17 00:36:42 -08:00
garethgeorge aa39ead0e1 fix: allow for deleting individual operations from the list view 2024-11-13 19:47:32 -08:00
garethgeorge 592e4cf9dd fix: improve memory pressure from getlogs 2024-11-13 19:47:32 -08:00
garethgeorge 4fc28d68a6 fix: login form has no background 2024-10-20 08:10:58 -07:00
Gareth fff3dbd299 feat: use react-router to enable linking to webUI pages (#522) 2024-10-19 18:25:57 -07:00
garethgeorge afcecaeb30 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
garethgeorge ec89cfde51 fix: plan/repo settings button hard to click 2024-10-19 09:28:19 -07:00
Gareth 4b3c7e53d5 feat: add a summary dashboard as the "main view" when backrest opens (#518) 2024-10-19 09:03:08 -07:00
Gareth 0daa74f04f chore: misc bug fixes supporting sqlite migration (#517) 2024-10-13 17:55:37 -07:00
Gareth 28c31720f2 feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
Francisco Javier f6ee51fce5 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
garethgeorge 3056203127 fix: prunepolicy.max_unused_percent should allow decimal values 2024-09-16 21:34:22 -07:00
garethgeorge d59c6fc1be fix: stats panel can fail to load when an incomplete operation is in the log 2024-09-15 12:27:23 -07:00
garethgeorge 822ec35e7d chore: upgrade dependencies 2024-09-09 00:53:28 -07:00
garethgeorge 6894128d90 fix: simplify auth handling 2024-09-09 00:36:03 -07:00
garethgeorge a28639a93b chore: fix typo in OperationTree 2024-09-08 11:10:18 -07:00
garethgeorge bfde425c2d fix: backrest can erroneously show 'forget snapshot' button for restore entries 2024-09-07 13:59:55 -07:00
garethgeorge 0d01c5c317 fix: broken refresh and sizing for mobile view in operation tree 2024-09-07 13:52:19 -07:00
garethgeorge 97e3f03b78 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
garethgeorge cceda4fdea fix: bugs in displaying repo / plan / activity status 2024-09-04 22:16:04 -07:00
Gareth bfaad8b69e feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge b5e6febf45 chore: fix tooltips for schedule form item 2024-09-04 19:51:54 -07:00
garethgeorge 656ac9e1b2 fix: misc bugs in restore operation view and activity bar view 2024-09-03 22:32:21 -07:00
Gareth 546482f115 fix: remove migrations for fields that have been since backrest 1.0.0 (#453) 2024-09-03 21:31:51 -07:00
Gareth 9205da1d23 feat: compact the scheduling UI and use an enum for clock configuration (#452) 2024-09-03 20:19:42 -07:00
Gareth 6ed1280869 feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
garethgeorge cc173aa7b1 fix: UI quality of life improvements 2024-08-26 19:56:09 -07:00
Gareth 038bc87070 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge 8c1cf791bb fix: hide system operations in tree view 2024-08-26 19:20:38 -07:00
garethgeorge bb00afa899 fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth 79cae5bac3 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 80dbe91729 fix: double display of snapshot ID for 'Snapshots' in operation tree 2024-08-18 13:04:42 -07:00
garethgeorge 0eb560ddfb fix: reformat tags row in operation list 2024-08-18 13:04:42 -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 7c091e0597 fix: hide cron options for hours/minutes/days of week for infrequent schedules 2024-08-14 18:09:59 -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 48626b923e fix: run list snapshots after updating repo config or adding new repo 2024-08-14 17:38:03 -07:00
garethgeorge 244fe7edd2 fix: activitybar does not reset correctly when an in-progress operation is deleted 2024-08-14 17:33:05 -07:00
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