Commit Graph

31 Commits

Author SHA1 Message Date
Gareth
190b3bfd0e fix: glob escape some linux filename characters (#721) 2025-03-31 23:23:59 -07:00
Matteo
1a9ecc5839 fix: restore path on Windows (#631)
Some checks failed
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Co-authored-by: Gareth George <garethgeorge97@gmail.com>
2025-01-26 11:18:26 -08:00
Gareth
a4b4de5152 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
Gareth
1bb3cd70fd feat: add a "test configuration" button to aid users setting up new repos (#582)
Some checks failed
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
2024-12-01 15:00:31 -08:00
garethgeorge
3397a011a3 fix: allow 'run command' tasks to proceed in parallel to other repo operations
Some checks are pending
Build Snapshot Release / build (push) Waiting to run
Docs / build (push) Waiting to run
Docs / deploy (push) Blocked by required conditions
Release Please / release-please (push) Waiting to run
Test / test-nix (push) Waiting to run
Test / test-win (push) Waiting to run
2024-11-18 00:37:48 -08:00
garethgeorge
afcecaeb30 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
Gareth
28c31720f2 feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
garethgeorge
d7704cf057 fix: expand env vars in flags i.e. of the form ${MY_ENV_VAR} 2024-10-12 11:49:52 -07:00
Gareth
bfaad8b69e feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge
44585ede61 fix: test fixes for windows file restore 2024-08-26 22:28:15 -07:00
garethgeorge
af09e47cdd fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -07:00
garethgeorge
bb00afa899 fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -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
62a97a335d fix: backrest should only initialize repos explicitly added through WebUI 2024-08-14 17:23:59 -07:00
garethgeorge
90e0656fc4 fix: github actions release flow for windows installers 2024-06-28 20:27:07 -07:00
Gareth
0c9f366e43 feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
Gareth
ce42f68d0d feat: support restic check operation (#303) 2024-05-27 10:26:18 -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
1a3ace9014 fix: error formatting for repo init 2024-05-17 16:51:51 -07:00
garethgeorge
6ae82f70d4 fix: downgrade omission of 'instance' field from an error to a warning 2024-05-17 16:37:43 -07:00
garethgeorge
411a4fb6f0 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge
fbad981a1d feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge
282233b7cf chore: fix tests 2024-05-05 12:42:30 -07:00
Gareth
756e64a200 fix: adjust task priorities 2024-05-05 12:42:30 -07:00
Gareth
386f46a090 feat: add force kill signal handler that dumps stacks 2024-05-05 12:42:30 -07:00
Gareth
be0cdd59be feat: improve support for instance ID tag 2024-05-05 12:42:30 -07:00
Gareth
f314c7cced feat: validate plan ID and repo ID 2024-05-05 12:42:30 -07:00
garethgeorge
8448f4cc3a feat: support env variable substitution e.g. FOO=${MY_FOO_VAR} 2024-05-05 12:42:30 -07:00
garethgeorge
5a996d74b0 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth
484701007f feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth
7a10bdca7b feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00