Commit Graph

67 Commits

Author SHA1 Message Date
Klaus Zerwes
64e1169ee4 #22 : fix non-fqcn module name 2023-10-15 20:49:57 +02:00
Klaus Zerwes
e82d2b84a8 improved fqcn module regex (closes #18) 2023-03-06 10:04:39 +01:00
Klaus Zerwes
2068d40f28 detect gather_facts as a configuration option in all cases (closes #17) 2023-02-13 21:56:07 +01:00
Klaus Zerwes
b5735be5f7 issue #14 : implemented ignore-module arg and ignore_modules cfg settings 2023-01-08 08:41:15 +01:00
Klaus Zerwes
3024febec0 issue #12 : introduced general_exclude_blocks (used only for vars: for now) 2022-11-17 14:54:31 +01:00
Klaus Zerwes
619e34fcae remove internal key from fqcndict (closes #11) 2022-11-17 12:06:51 +01:00
Klaus Zerwes
f95249958f debug regex maps 2022-11-17 12:04:57 +01:00
Klaus Zerwes
1a1402dd64 Revert "fixed taskstartregex ..." reverted (reopen #11)
This reverts commit 6ea8bd799d.
2022-11-17 11:54:12 +01:00
Klaus Zerwes
6ea8bd799d fixed taskstartregex (closes #11) 2022-11-17 11:38:32 +01:00
Klaus Zerwes
a6e7e6d6a9 more general exclude paths 2022-09-26 21:45:10 +02:00
Klaus Zerwes
0fb48b5ff1 document general_exclude_regex better 2022-09-20 08:30:34 +02:00
Klaus Zerwes
fa07744831 simplify check to give precedence to ansible native modules 2022-09-19 20:45:14 +02:00
Klaus Zerwes
e59b131e12 give precedence to ansible.builtins 2022-09-19 20:37:06 +02:00
Klaus Zerwes
2dd84ffbeb added message 'loading fqcn map ...' to indicate activity 2022-09-19 12:33:46 +02:00
Klaus Zerwes
6a112c436b improved filter_path as narg for filter_paths containig dir parts too 2022-09-19 12:27:20 +02:00
Klaus Zerwes
6b497fb32e fix using filter_path as narg 2022-09-19 12:01:01 +02:00
Klaus Zerwes
692b677c06 set required_fqcnconverter_file_version to 0.1.2 2022-09-18 19:25:23 +02:00
Klaus Zerwes
d27f1a8105 fix increase_indent fct. in Dumper class (closes #9) 2022-09-18 18:04:29 +02:00
Stephen Ryan
79501e33c9
Support --filter for per file / file path filtering
-f / --filter supports full file path filtering such that a user
can pass in the path to the file to process.
`-f playbooks/tests/test.yml` would process just that file.
2022-09-18 10:03:45 +01:00
Klaus Zerwes
99fef08e97 pylint : fixed redefined-outer-name 2022-09-17 19:26:21 +02:00
Klaus Zerwes
abce3ae9f0 pylint : added r prefix to string constants 2022-09-17 19:23:31 +02:00
Klaus Zerwes
aaae8a5548 avoid wrong conversion of role definitions 2022-09-17 19:15:21 +02:00
Klaus Zerwes
37cd688f12 fixed reset of vars on task start event 2022-09-17 19:00:10 +02:00
Klaus Zerwes
d91d7151a9 fixe help output for debug arg 2022-09-17 11:48:43 +02:00
Klaus Zerwes
7af35f7644 introduced exclude_regex (close issues #6) 2022-09-17 11:46:44 +02:00
Klaus Zerwes
8c73f43183 fixed in block detection 2022-09-17 10:46:29 +02:00
Klaus Zerwes
796db9f32f fixed indent of warning comments 2022-09-17 10:42:04 +02:00
Klaus Zerwes
0261b4de66 fixed warning in file writeing 2022-09-17 10:36:35 +02:00
Klaus Zerwes
ee75375ff8 implemented debug 2022-09-17 10:31:47 +02:00
Klaus Zerwes
a4b43c3eab fixed taskstartregex 2022-09-17 10:20:09 +02:00
Klaus Zerwes
d5052d1502 Revert "improve-task-detection : removed debug statements"
This reverts commit 499c0fc175.
2022-09-17 09:06:33 +02:00
Klaus Zerwes
499c0fc175 improve-task-detection : removed debug statements 2022-09-17 09:03:47 +02:00
Klaus Zerwes
fbdbf2dabd improve-task-detection : with debug statements 2022-09-17 09:03:27 +02:00
Klaus Zerwes
0dee136bba fqcn as key is now a list too 2022-09-08 16:34:14 +02:00
Klaus Zerwes
c0668d6b74 fixed pylint 2022-09-08 15:58:26 +02:00
Klaus Zerwes
a4cba1a8d6 implemented fqcnconverter_file_version 2022-09-08 15:57:02 +02:00
Klaus Zerwes
282e6e8903 implemented warnings for ambiguous replacements as comments (closes #4) 2022-09-08 15:43:26 +02:00
Klaus Zerwes
40a757e6ad fixed warn condition and linted Dumper 2022-09-08 15:28:18 +02:00
Klaus Zerwes
bb250ba85f fixed 'fqcn as key' code 2022-09-08 15:18:10 +02:00
Klaus Zerwes
e66a7a8a63 fixed pyyaml list indent (pyyaml/issue #234) 2022-09-08 15:15:24 +02:00
Klaus Zerwes
5d58f7d943 issue #4 : register multiple and inconclusive nonfqcn keys and warn on ambiguous replacements 2022-09-08 14:29:13 +02:00
Klaus Zerwes
58008691b3 issue warnin on duplicated nonfqdn keys (issue #4) 2022-09-08 12:53:19 +02:00
Klaus Zerwes
8e3657e44b ignore meta dir by default 2022-09-08 12:30:08 +02:00
Klaus Zerwes
30a74b448d try to fix unsubscriptable-object pylint error @ github 2022-08-08 21:20:00 +02:00
Klaus Zerwes
37fddb87f7 implemented --do-not-use-default-exclude 2022-08-08 20:56:47 +02:00
Klaus Zerwes
94f081ad5d fixed : Value 'config' is unsubscriptable 2022-08-08 20:48:48 +02:00
Klaus Zerwes
743346f516 improved exclude 2022-08-08 20:33:10 +02:00
Klaus Zerwes
48449934ef fix config handling if no exclude_paths defined 2022-08-08 19:49:01 +02:00
Klaus Zerwes
bd50dd14c8 improved exclude paths 2022-08-08 09:46:09 +02:00
Klaus Zerwes
6325117cb2 add more default paths to exclude 2022-08-07 09:50:49 +02:00