Dan Helfman
|
fc7439af3a
|
If a source file is deleted during a "spot" check, consider the file as non-matching and move on instead of immediately failing the entire (#1231).
|
2026-02-05 23:11:59 -08:00 |
|
Dan Helfman
|
ea05a4660c
|
Deduplicate overlapping source directories and patterns so they don't throw off "spot" check file counts and cause spurious check failures.
|
2026-02-05 12:50:39 -08:00 |
|
Dan Helfman
|
730a4b2f18
|
Work around Borg returning a warning exit code when a repository/archive check fails (#1252).
|
2026-02-05 10:19:06 -08:00 |
|
Dan Helfman
|
c64c79ad0e
|
Fix for SSH warnings from Borg showing up as JSON logs even without the "--log-json" flag (#1260).
|
2026-02-03 10:12:15 -08:00 |
|
Dan Helfman
|
acd1a8d1dd
|
Update ntfy test to use @pytest.mark.parametrize (#1251)
|
2026-02-02 11:58:50 -08:00 |
|
Mashrafi Rahman
|
dbe3891819
|
Merge branch 'main' into fix-ntfy-tags-schema-array
|
2026-02-02 13:16:27 +00:00 |
|
Mashrafi Rahman
|
dc89c9ec73
|
Update and test the convert_string_to_array function.
|
2026-02-02 18:26:38 +08:00 |
|
Dan Helfman
|
a27dc95c87
|
Fix a "codec can't decode byte" error when running commands that output multi-byte unicode characters (#1258).
|
2026-02-01 20:15:03 -08:00 |
|
Mashrafi Rahman
|
6b5390f5dd
|
Send tags as array in ntfy monitoring hook.
|
2026-02-01 15:47:13 +08:00 |
|
Dan Helfman
|
aa25dc7b31
|
Fix a regression in which the "--stats" flag hides statistics at default verbosity (#1250).
|
2026-01-28 11:49:24 -08:00 |
|
Dan Helfman
|
f6124528df
|
When the "unsafe_skip_path_validation_before_create" option is enabled, don't log a warning about it (#1244).
|
2026-01-25 12:17:35 -08:00 |
|
Dan Helfman
|
b67dcf829e
|
Fix a regression in which the ntfy monitoring hook failed to send a ping when the "priority" option was set (#1246).
|
2026-01-24 16:35:55 -08:00 |
|
Dan Helfman
|
71e25756f2
|
Fix a regression in which the KeePassXC credential hook password prompt was invisible (#1245).
|
2026-01-24 16:17:32 -08:00 |
|
Dan Helfman
|
ff2f9fd5ee
|
Add an additional test and "fix" code coverage (#1242).
|
2026-01-24 12:28:33 -08:00 |
|
Dan Helfman
|
104fe35e39
|
Add another test to get some additional coverage that's timing dependent (#1242).
|
2026-01-23 23:04:15 -08:00 |
|
Dan Helfman
|
248fa1db64
|
Add automated tests for new code (#1242).
|
2026-01-23 22:50:37 -08:00 |
|
Dan Helfman
|
765eba5315
|
Get existing unit/integration tests passing (#1242).
|
2026-01-22 17:29:30 -08:00 |
|
Dan Helfman
|
d5cd4efecd
|
Fix spot check hang (#1242).
|
2026-01-22 10:27:47 -08:00 |
|
Dan Helfman
|
efd0f0d618
|
For the "recreate" action, actually pass the "--dry-run" flag through to Borg instead of just skipping the Borg call (#1241).
|
2026-01-18 18:39:29 -08:00 |
|
Dan Helfman
|
f73a79d647
|
Fix another warning from LVM about leaked file descriptors, this time when calling "lvcreate" from a command hook (#1230).
|
2026-01-16 12:04:32 -08:00 |
|
Dan Helfman
|
5c55402021
|
Fix for the ntfy monitoring hook erroring on emojis in the "title" option (#1234).
|
2026-01-16 10:04:14 -08:00 |
|
Dan Helfman
|
2bb818402d
|
Fix the "recreate" action to include borgmatic-specific paths (database dumps, etc.) in recreated archives.
|
2026-01-15 22:16:41 -08:00 |
|
Dan Helfman
|
7e4a894cc4
|
Prevent Borg error-level log about repo not existing when "borgmatic repo-create" probes for repo existence.
|
2026-01-14 22:38:09 -08:00 |
|
Dan Helfman
|
e39c503fb7
|
Add missing test coverage and fix log_outputs() variable use.
|
2026-01-14 22:18:19 -08:00 |
|
Dan Helfman
|
c301858cca
|
MOAR --log-json.
|
2026-01-14 21:59:36 -08:00 |
|
Dan Helfman
|
762beb46c2
|
Fix "restore" action and broken end-to-end tests.
|
2026-01-14 12:54:36 -08:00 |
|
Dan Helfman
|
d354cf0942
|
Get unit/integration tests passing.
|
2026-01-13 16:02:02 -08:00 |
|
Dan Helfman
|
10f2d6bdfd
|
Revert "Fix for stderr warnings from ssh dirtying Borg JSON output and breaking "check" (#485)."
This reverts commit 7987a5ff1f.
|
2026-01-11 10:00:08 -08:00 |
|
Dan Helfman
|
7bb27e5366
|
Revert "Fix for incorrect use of "--log-json" when looking up latest archive (#1204)."
This reverts commit 2c530cc1b9.
|
2026-01-11 09:51:50 -08:00 |
|
Dan Helfman
|
2c530cc1b9
|
Fix for incorrect use of "--log-json" when looking up latest archive (#1204).
|
2026-01-10 21:25:20 -08:00 |
|
Dan Helfman
|
9a1c84f645
|
Fix broken end-to-end tests (#1092).
|
2026-01-10 21:04:59 -08:00 |
|
Dan Helfman
|
7987a5ff1f
|
Fix for stderr warnings from ssh dirtying Borg JSON output and breaking "check" (#485).
|
2026-01-10 20:55:35 -08:00 |
|
Dan Helfman
|
bdd2258701
|
BREAKING: Treat most Borg warnings as errors by default and deprecate the "source_directories_must_exist" option (#1092).
|
2026-01-10 19:35:07 -08:00 |
|
Dan Helfman
|
5cb2af4683
|
Disable Loki buffering when log sending is disabled, and fix monitoring end-to-end tests (#1132).
|
2026-01-10 11:59:01 -08:00 |
|
Dan Helfman
|
774436817a
|
BREAKING/SECURITY: For the Healthchecks, Apprise, Pagerduty, and Loki monitoring hooks, disable log sending when not explicitly enabled (#1132).
|
2026-01-09 22:25:50 -08:00 |
|
Dan Helfman
|
6c7af8c2bb
|
Merge branch 'main' into reduce-path-validation-memory-consumption
|
2026-01-09 13:02:59 -08:00 |
|
Dan Helfman
|
3e4115cc92
|
For the "extract"/"restore" actions, fix use of "--log-json" when extracting to stdout (#485).
|
2026-01-09 13:02:04 -08:00 |
|
Dan Helfman
|
d589d351ed
|
Merge branch 'main' into reduce-path-validation-memory-consumption
|
2026-01-09 12:17:57 -08:00 |
|
Dan Helfman
|
4e6319f5d3
|
In the "export-tar" action, fix the use of "--log-json" when exporting to stdout (#485).
|
2026-01-09 12:12:42 -08:00 |
|
Dan Helfman
|
528dc6fe87
|
For the "mount" action, fix use of "--log-json" when "--foreground" is set (#485).
|
2026-01-09 12:01:21 -08:00 |
|
Dan Helfman
|
6f4f1fa16e
|
For the "key export" action, fix use of "--log-json" when exporting to stdout (#485).
|
2026-01-09 11:57:27 -08:00 |
|
Dan Helfman
|
fd373cfefc
|
Fix for an error in the "key import" action when importing a key from stdin.
|
2026-01-09 11:51:14 -08:00 |
|
Dan Helfman
|
4d26650884
|
Fix incorrect use of "--log-json" in the "key change-passphrase" action (#485).
|
2026-01-08 22:54:37 -08:00 |
|
Dan Helfman
|
a23d889c6d
|
Merge branch 'main' into reduce-path-validation-memory-consumption
|
2026-01-08 21:30:10 -08:00 |
|
Dan Helfman
|
1299aefeff
|
For the "repo-delete" action, don't pass "--log-json" to Borg when running Borg interacively (#485).
|
2026-01-08 21:29:15 -08:00 |
|
Dan Helfman
|
536b24f6ab
|
Merge branch 'main' into reduce-path-validation-memory-consumption
|
2026-01-08 10:44:56 -08:00 |
|
Dan Helfman
|
bc8649e11a
|
For the "repo-info" action, don't pass "--log-json" to Borg when "--json" is also set (#485).
|
2026-01-08 10:42:35 -08:00 |
|
Dan Helfman
|
0ffa4ec429
|
For the "repo-create" action, don't pass "--log-json" to Borg, as its output isn't captured and parsed (#485).
|
2026-01-08 10:27:02 -08:00 |
|
Dan Helfman
|
a308ffca64
|
Add missing test coverage (#1225).
|
2026-01-07 22:13:55 -08:00 |
|
Dan Helfman
|
6407b3bd80
|
Fix existing tests (#1225).
|
2026-01-07 19:58:25 -08:00 |
|