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 and GitHub
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 and GitHub
546482f115
fix: remove migrations for fields that have been since backrest 1.0.0 ( #453 )
2024-09-03 21:31:51 -07:00
Gareth and GitHub
9205da1d23
feat: compact the scheduling UI and use an enum for clock configuration ( #452 )
2024-09-03 20:19:42 -07:00
Gareth and GitHub
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 and GitHub
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 and GitHub
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
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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