Dan Helfman
|
e4e455ee45
|
Deprecate validate-borgmatic-config in favor of new "config validate" action (#529).
|
2023-06-23 10:11:41 -07:00 |
|
Dan Helfman
|
1b90da5bf1
|
Deprecate generate-borgmatic-config in favor if new "config generate" action (#529).
|
2023-06-21 12:19:49 -07:00 |
|
Dan Helfman
|
803fc25848
|
Add a test for another edge case (#712).
|
2023-06-21 10:47:53 -07:00 |
|
Dan Helfman
|
248f82d6f6
|
Fix for another subaction argument-parsing edge case (#712).
|
2023-06-21 10:41:32 -07:00 |
|
Dan Helfman
|
b10aee3070
|
Remove upgrade-borgmatic-config command for upgrading borgmatic 1.1.0 INI-style configuration (#529).
|
2023-06-19 23:17:59 -07:00 |
|
Dan Helfman
|
7b8be800a4
|
Refactor arguments parsing to fix bootstrap action CLI issues (#712).
|
2023-06-19 16:18:47 -07:00 |
|
Dan Helfman
|
bbc7f0596c
|
Fix Bash completion for sub-actions like "borgmatic config bootstrap" (#697 follow-on work).
|
2023-06-15 10:55:31 -07:00 |
|
Dan Helfman
|
ef409ad23c
|
Store configs used to create an archive in the archive and add borgmatic bootstrap (#697).
Merge pull request #71 from diivi/feat/store-config-in-archive
|
2023-06-10 14:39:53 -07:00 |
|
Divyansh Singh
|
197920d9ef
|
improve tests and some docstrings.
|
2023-06-09 17:31:57 +05:30 |
|
Divyansh Singh
|
425f260a22
|
test parser merging
|
2023-06-09 04:15:18 +05:30 |
|
Divyansh Singh
|
2d761dd86b
|
coverage at 100
|
2023-06-07 01:43:01 +05:30 |
|
Divyansh Singh
|
f82631e3bb
|
tests for arguments.py
|
2023-06-07 00:56:19 +05:30 |
|
Dan Helfman
|
76138faaf3
|
Add integration test for mount action (#659).
|
2023-05-23 14:49:04 -07:00 |
|
Dan Helfman
|
9299841a5b
|
Add date-based matching flags to NEWS (#659).
|
2023-05-23 14:30:16 -07:00 |
|
Chirag Aggarwal
|
00e9bb011a
|
test should mock out make_flags_from_arguments
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
|
2023-05-20 09:23:09 -04:00 |
|
Dan Helfman
|
92a2230a07
|
Add support for logging each log line as a JSON object via global "--log-json" flag (#680).
|
2023-05-08 23:00:49 -07:00 |
|
Dan Helfman
|
4aae7968b8
|
Add fish shell completions support (#686).
Merge pull request #70 from isaec/feat/fish-completions
|
2023-05-06 16:00:25 -07:00 |
|
Isaac
|
9ff5ea5240
|
add a unit test, fix isort and black
|
2023-05-04 13:22:09 -07:00 |
|
Dan Helfman
|
359afe5318
|
Error if --list is used with --json for create action (#680).
|
2023-05-03 17:16:36 -07:00 |
|
Chirag Aggarwal
|
68ee9687f5
|
Added tests for all subcommands and used black formatter
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
|
2023-04-27 22:27:23 +05:30 |
|
Chirag Aggarwal
|
32395e47f9
|
Added duplicate flags test for prune
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
|
2023-04-24 20:49:41 +05:30 |
|
Dan Helfman
|
50b0a9ce38
|
Remove newline at end of file.
|
2023-04-13 19:13:50 -07:00 |
|
polyzen
|
ebe5c5e839
|
Fix "TypeError: 'module' object is not callable" in test_commands.py
|
2023-04-14 01:01:31 +00:00 |
|
Dan Helfman
|
4a94c2c9bf
|
Selectively omit list values when including configuration files (#672).
|
2023-04-13 14:39:36 -07:00 |
|
Dan Helfman
|
1ea4433aa9
|
Selectively shallow merge certain mappings or sequences when including configuration files (#672).
|
2023-04-11 21:49:10 -07:00 |
|
Dan Helfman
|
4c0e2cab78
|
View the results of configuration file merging via "validate-borgmatic-config --show" flag (#673).
|
2023-04-11 10:49:09 -07:00 |
|
Dan Helfman
|
a9a65ebe54
|
Fix integration tests to actually assert (#666).
|
2023-04-04 22:11:36 -07:00 |
|
Dan Helfman
|
616eb6b6da
|
Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666).
|
2023-04-04 21:25:10 -07:00 |
|
Divyansh Singh
|
32ab17fa46
|
merge
|
2023-04-01 22:12:41 +05:30 |
|
Divyansh Singh
|
6054ced931
|
fix: run typos
|
2023-04-01 22:10:32 +05:30 |
|
kxxt
|
fa8bc285c8
|
Fix randomly failing test.
|
2023-04-01 14:02:30 +08:00 |
|
Dan Helfman
|
3e8e38011b
|
Labels for repositories (#635).
Merge pull request #57 from diivi/feat/tag-repos
|
2023-03-27 15:46:22 -07:00 |
|
Dan Helfman
|
d0d3a39833
|
When a database command errors, display and log the error message instead of swallowing it (#396).
|
2023-03-27 10:36:39 -07:00 |
|
Divyansh Singh
|
b511e679ae
|
remove optional label for repos from tests
|
2023-03-26 16:59:29 +05:30 |
|
Dan Helfman
|
1c51a8e229
|
Allow defining custom variables in config file (#612).
Merge pull request #60 from diivi/feat/constants-support
|
2023-03-24 22:50:57 -07:00 |
|
Divyansh Singh
|
af95134cd2
|
add test for complex constant
|
2023-03-25 02:03:36 +05:30 |
|
Divyansh Singh
|
1bc003560a
|
Merge branch 'master' of https://github.com/diivi/borgmatic into feat/tag-repos
|
2023-03-25 01:39:26 +05:30 |
|
Divyansh Singh
|
e83ad9e1e4
|
use repository["path"] instead of repository
|
2023-03-25 01:04:57 +05:30 |
|
Dan Helfman
|
f42890430c
|
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
|
2023-03-23 23:11:14 -07:00 |
|
Divyansh Singh
|
6f300b0079
|
feat: constants support
|
2023-03-24 02:39:37 +05:30 |
|
Divyansh Singh
|
bd235f0426
|
use exit_code_indicates_error and modify it to accept a command
|
2023-03-22 16:23:53 +05:30 |
|
Nain
|
7de9260b0d
|
Remove test now that --repository isn't expected to error
As discussed #652#issuecomment-5579
|
2023-03-15 14:59:12 -04:00 |
|
Dan Helfman
|
9b83afe491
|
With the "create" action, only one of "--list" ("--files") and "--progress" flags can be used.
|
2023-02-26 17:05:56 -08:00 |
|
Dan Helfman
|
2774c2e4c0
|
Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591).
|
2022-10-03 22:50:37 -07:00 |
|
Dan Helfman
|
87c97b7568
|
Fixed spurious, intermittent test failures related to command execution and logging.
|
2022-08-28 09:06:06 -07:00 |
|
Dan Helfman
|
462326406e
|
Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571).
|
2022-08-21 14:25:16 -07:00 |
|
Dan Helfman
|
540f9f6b72
|
Add missing test for "transfer" action (#557).
|
2022-08-19 09:40:29 -07:00 |
|
Dan Helfman
|
7dee6194a2
|
Add new "transfer" action for Borg 2 (#557).
|
2022-08-18 23:06:51 -07:00 |
|
Dan Helfman
|
3ab7a3b64a
|
Replace use of --prefix with --glob-archives in info action (#557).
|
2022-08-17 15:36:19 -07:00 |
|
Dan Helfman
|
28d847b8b1
|
Warn and tranform on non-ssh://-style repositories (#557).
|
2022-08-17 10:13:11 -07:00 |
|