Commit Graph
463 Commits
Author SHA1 Message Date
Gareth 56b63537a5 feat: migrate oplog history from bbolt to sqlite store (#515) 2024-10-12 11:11:26 -07:00
garethgeorge 30af6fafb8 fix: gorelaeser docker image builds for armv6 and armv7 2024-10-12 11:09:55 -07:00
Gareth d8f1b5c8d6 chore: add initial support for an sqlite oplog store (#499) 2024-09-25 20:39:22 -07:00
Francisco Javier 66d41dbed2 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
Gareth 8891515fa3 chore(main): release 1.5.1 (#467) 2024-09-23 18:14:37 -07:00
giuaig b95d95da4a fix(docs): correct minor spelling and grammar errors (#479) 2024-09-18 10:16:04 -07:00
garethgeorge 13c6f9e55e fix: prunepolicy.max_unused_percent should allow decimal values 2024-09-16 21:34:22 -07:00
garethgeorge 47cf74d562 fix: stats panel can fail to load when an incomplete operation is in the log 2024-09-15 12:27:23 -07:00
Gareth 8707ff1a6d fix: windows installation for restic 0.17.1 (#474)
Note: this fix relocates the restic binary on windows to C:\Program Files\backrest  OR to the directory where backrest is installed (path relative).
2024-09-14 02:57:50 -07:00
garethgeorge 5115b6d90e fix: update to newest restic bugfix release 0.17.1 2024-09-10 22:04:12 -07:00
Gareth 3305d6e789 chore: update README.md 2024-09-10 00:58:24 -07:00
Gareth 427c3aa441 chore(main): release 1.5.0 (#423) 2024-09-09 18:02:12 -07:00
Gareth 8dba59dce1 feat: add prometheus metrics (#459) 2024-09-09 17:58:57 -07:00
garethgeorge 6ca3834693 chore: upgrade dependencies 2024-09-09 00:53:28 -07:00
garethgeorge 4f742c219e chore: fix oplog tests 2024-09-09 00:40:14 -07:00
garethgeorge 4dc8e51e5b fix: simplify auth handling 2024-09-09 00:36:03 -07:00
garethgeorge 5dfd1abf3c fix: apply oplog migrations correctly using new storage interface 2024-09-09 00:22:33 -07:00
garethgeorge 2477946a05 chore: add new utilities and scripts for manual validations 2024-09-09 00:22:06 -07:00
garethgeorge d9a4059d26 fix: new config validations make it harder to lock yourself out of backrest 2024-09-08 12:37:00 -07:00
garethgeorge 6352523162 chore: fix typo in OperationTree 2024-09-08 11:10:18 -07:00
garethgeorge d0e7bdf573 chore: upgrade go compiler to version 1.23 2024-09-07 14:18:14 -07:00
garethgeorge c1804b34c1 fix: backrest can erroneously show 'forget snapshot' button for restore entries 2024-09-07 13:59:55 -07:00
garethgeorge e842bfde0c fix: broken refresh and sizing for mobile view in operation tree 2024-09-07 13:52:19 -07:00
garethgeorge a401182973 chore: update README.md 2024-09-04 22:58:41 -07:00
garethgeorge 9ec0f28579 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
garethgeorge 4103a72db1 fix: bugs in displaying repo / plan / activity status 2024-09-04 22:16:04 -07:00
Gareth 9080dfe79f feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge 8ad64f820d chore: fix tooltips for schedule form item 2024-09-04 19:51:54 -07:00
garethgeorge 102d82504c fix: misc bugs in restore operation view and activity bar view 2024-09-03 22:32:21 -07:00
Gareth 0a620e189c fix: remove migrations for fields that have been since backrest 1.0.0 (#453) 2024-09-03 21:31:51 -07:00
Gareth 558c32c1a7 feat: compact the scheduling UI and use an enum for clock configuration (#452) 2024-09-03 20:19:42 -07:00
garethgeorge ebfe47050e chore: update README.md 2024-08-26 23:05:55 -07:00
Gareth b3dbb5690c feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
garethgeorge 0ce9d4c646 fix: test fixes for windows file restore 2024-08-26 22:28:15 -07:00
garethgeorge 5864f8283c fix: UI quality of life improvements 2024-08-26 19:56:09 -07:00
garethgeorge d8674c9394 fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -07:00
Gareth a9ef92d765 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge 5b5230e457 fix: hide system operations in tree view 2024-08-26 19:20:38 -07:00
garethgeorge 8ec32a8c67 fix: write debug-level logs to data dir on all platforms 2024-08-25 22:31:34 -07:00
garethgeorge fbb1da365e fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth ab14b07553 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1e390f10d2 fix: misc logging improvements 2024-08-21 00:03:38 -07:00
garethgeorge 7fe6cce350 fix: double display of snapshot ID for 'Snapshots' in operation tree 2024-08-18 13:04:42 -07:00
garethgeorge 4c967e34c6 fix: reformat tags row in operation list 2024-08-18 13:04:42 -07:00
Gareth 2552a2377e chore(main): release 1.4.0 (#388) 2024-08-14 19:28:35 -07:00
garethgeorge 58a9d6a98e chore: fix proto converter tests 2024-08-14 19:20:05 -07:00
garethgeorge 83c776163f feat: add UI support for new summary details introduced in restic 0.17.0 2024-08-14 19:16:58 -07:00
garethgeorge 1f3406e0d9 feat: start tracking snapshot summary fields introduced in restic 0.17.0 2024-08-14 18:49:57 -07:00
garethgeorge 294ff1f960 docs: update documentation to cover recent changes 2024-08-14 18:28:14 -07:00
garethgeorge 868b659463 fix: hide cron options for hours/minutes/days of week for infrequent schedules 2024-08-14 18:09:59 -07:00