Commit Graph

304 Commits

Author SHA1 Message Date
bbc3e9d717
show possible choices 2023-05-04 21:12:24 -07:00
639e88262e
create working file completion 2023-05-04 20:17:26 -07:00
f12a10d888
start work on conditional file completion 2023-05-04 19:50:49 -07:00
28efc85660
rearrange to improve legability of the file 2023-05-04 18:11:13 -07:00
f1fd2e88dd
drop blank completion 2023-05-04 13:49:29 -07:00
700f8e9d9c
replace .format with fstring 2023-05-04 13:39:48 -07:00
f04036e4a7
use fstring to produce completion lines 2023-05-04 13:33:21 -07:00
062453af51
replace actionStr with action_name 2023-05-04 13:29:25 -07:00
9ff5ea5240
add a unit test, fix isort and black 2023-05-04 13:22:09 -07:00
98e3a81fcf
allow file completions as applicable 2023-04-28 12:42:26 -07:00
9c77ebb016
continue deduping 2023-04-28 12:15:01 -07:00
23f478ce74
use less completion lines 2023-04-28 12:13:08 -07:00
d265b6ed6f
add comments in generated files 2023-04-28 11:57:16 -07:00
2e658cfa56
only allow one parser 2023-04-27 21:57:50 -07:00
412d18f218
show sub options 2023-04-27 21:31:53 -07:00
8060586d8b
fix the script and drop unneeded options 2023-04-27 20:05:17 -07:00
25b3db72a0
make more precise, fix the version check fn 2023-04-27 19:58:22 -07:00
5678f3a96e
basic working version 2023-04-27 19:44:11 -07:00
28b152aedd
make upgrade message a template 2023-04-27 19:31:42 -07:00
0009471f67
start work on completion 2023-04-27 18:46:13 -07:00
8cb5a42a9e Drop deprecated pkg_resources in favor of importlib.metadata and packaging. 2023-04-14 21:21:25 -07:00
5dbb71709c Upgrade test requirements and code style requirements. Auto-reformat code accordingly. 2023-04-14 19:35:24 -07:00
81e167959b
feat: restore specific schemas (#375).
Merge pull request #67 from diivi/feat/restore-specific-schemas
2023-04-14 16:26:25 -07:00
f273e82d74 add tests 2023-04-15 02:57:51 +05:30
264cebd2b1 complete psql multi schema backup 2023-04-11 23:19:49 +05:30
4c0e2cab78 View the results of configuration file merging via "validate-borgmatic-config --show" flag (#673). 2023-04-11 10:49:09 -07:00
16d7131fb7 refactor tests 2023-04-07 01:00:38 +05:30
091d60c226 refactor and improve tests 2023-04-06 12:36:10 +05:30
0fbdf8d860 feat: add logfile name to hook context for interpolation 2023-04-06 09:31:24 +05:30
9bc2322f9a feat: restore specific schemas 2023-04-06 02:10:36 +05:30
616eb6b6da Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666). 2023-04-04 21:25:10 -07:00
7e6bee84b0 Add "--log-file-format" flag for customizing the log message format (#658). 2023-04-02 23:06:36 -07:00
6054ced931 fix: run typos 2023-04-01 22:10:32 +05:30
3e8e38011b
Labels for repositories (#635).
Merge pull request #57 from diivi/feat/tag-repos
2023-03-27 15:46:22 -07:00
b511e679ae remove optional label for repos from tests 2023-03-26 16:59:29 +05:30
19e95628c3 Add documentation and NEWS for custom constants feature (#612). 2023-03-24 23:47:05 -07:00
af3431d6ae
fix: docs cli reference create spelling
Merge pull request #61 from diivi/docs/cli-reference
2023-03-24 16:09:50 -07:00
61ce6f0473 fix: docs cli reference create spelling 2023-03-25 02:44:56 +05:30
d6dfb8753a reformat 2023-03-25 01:50:47 +05:30
1bc003560a Merge branch 'master' of https://github.com/diivi/borgmatic into feat/tag-repos 2023-03-25 01:39:26 +05:30
e83ad9e1e4 use repository["path"] instead of repository 2023-03-25 01:04:57 +05:30
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
8a63c49498 feat: tag repos 2023-03-23 01:01:26 +05:30
23e7f27ee4 fix: rephrase error when running from config
to avoid confusion, as the user might think the problem is with their config file
2023-03-22 02:22:43 +05:30
Nain
5f87ea3ec5 Add "--repository" flag to the "create" action 2023-03-16 13:15:49 -04:00
Nain
a8aeace5b5 Add "--repository" flag to the "compact" action 2023-03-16 11:13:45 -04:00
Nain
480addd7ce Add "--repository" flag to the "check" action 2023-03-16 10:41:13 -04:00
Nain
cdbe6cdf3a Add "--repository" flag to the "prune" action
part of ticket #564
2023-03-15 14:43:17 -04:00
8cec7c74d8 Add "--strip-components all" on the "extract" action to remove leading path components (#647). 2023-03-09 10:09:16 -08:00
b343363bb8 Change the default action order to: "create", "prune", "compact", "check" (#304). 2023-03-08 14:05:06 -08:00