Commit Graph

100 Commits

Author SHA1 Message Date
458f9fc577
feat: add vars deprecated and type scope to built-in templates (#509) 2023-06-14 16:47:44 +02:00
588f41a3ea
feat: add support for indentation with spaces (#508) 2023-06-14 13:31:01 +02:00
renovate[bot]
70f458dce6
chore(deps): update devdeps non-major (#493) 2023-05-28 23:07:24 +02:00
596b27e696
fix: fix formatting of meta.license.value in readme template (#479) 2023-04-05 14:08:36 +02:00
Germain Lefebvre
26d7a3cb8d
feat: add role requirements to templates (#463) 2023-03-27 21:04:56 +02:00
Germain Lefebvre
3d544b3beb
feat: extend var options with type and deprecated (#462) 2023-03-27 13:18:42 +02:00
Enzo Venturi
997959eda2
chore: update comment from "Todo" to "Tag" for tag includes (#466) 2023-03-02 08:41:29 +01:00
renovate[bot]
152e4e6adb
chore(deps): update dependency ruff to v0.0.252 (#464) 2023-02-27 09:03:09 +01:00
a95add9fbe
fix: fix map filter used for meta description (#457) 2023-02-16 20:55:31 +01:00
8a8647512c
feat: add option to run ansible-doctor recursively (#451) 2023-02-12 12:57:57 +01:00
3aad08646f
fix: join lines with newline instead of space in markdown templates (#446) 2023-02-09 19:27:22 +01:00
renovate[bot]
7382318cf6
chore(deps): update dependency ruff to v0.0.243 (#441) 2023-02-08 10:21:23 +01:00
878cce1791
fix: use custom method for annotation split to allow escape chars (#432) 2023-01-22 15:02:09 +01:00
renovate[bot]
457e1fdcf9
chore(deps): update dependency ruff to v0.0.229 (#431) 2023-01-21 22:17:54 +01:00
194a4e1d82
refctor: migrate flake8 to ruff python linter (#429) 2023-01-20 11:56:12 +01:00
renovate[bot]
4bfe75d991
chore(deps): update devdependencies (non-major) (#354) 2022-08-21 23:10:03 +02:00
89be30578c
feat: add support for hugo summary (#315) 2022-06-07 13:40:02 +02:00
b6a2813114
fix: get role name from dependencies in case of a dictionary (#300) 2022-05-17 14:19:31 +02:00
ce0cd8a7e6
feat: add option exclude_tags to disable auto-discovery (#289) 2022-04-29 13:19:35 +02:00
renovate[bot]
a6ace7a257
fix(deps): update dependency jinja2 to v3.1.1 (#267) 2022-03-27 13:13:34 +02:00
307abeb3cb
fix: catch duplicate key error on yaml load (#256) 2022-03-02 22:37:13 +01:00
6a4328d6d5
fix: allow to force line breaks using '\' in multiline strings (#255) 2022-03-02 14:33:37 +01:00
15321e9fe9
feat: auto-discover tags and add annotation identifier (#250) 2022-02-26 13:35:34 +01:00
a3f240ef02
feat: implement todo identifiers (#246) 2022-02-21 21:38:47 +01:00
c5106144ad
fix: preserve multiline string formatting (#245) 2022-02-19 21:29:27 +01:00
aac0ef5f20
fix: allow line-breaks in multiline annotations (#243) 2022-02-19 14:58:35 +01:00
8678ab4c00
fix: fix format string of the json logger (#181) 2021-10-07 22:59:43 +02:00
4b28c6339f
adjust cli argument order 2021-07-27 22:01:56 +02:00
ptomas-adacis
e07184fe6b
feat: add new CLI flag --no-role-detection to parse loose files (#135)
Co-authored-by: P. Tomas <ptomas@astr-ptomas.edcs.fr>
2021-07-27 21:32:39 +02:00
801498570e
refactor: rename modules to reflect pep8 recommendations (#27) 2021-01-01 13:50:41 +01:00
559cc5bef7
build: migrate to poetry 2020-12-31 14:16:00 +01:00
131c2f0c1a
migrate to thegeeklab namespace 2020-09-27 14:21:54 +02:00
d96742b60e
[skip ci] bump version to 0.1.6 2020-09-06 19:40:16 +02:00
f5093c0f76 remove underscore replacement 2020-05-25 20:26:12 +02:00
e01792f57c [SKIP CI] prepare release 2020-04-11 17:17:24 +02:00
d60d539631 add flake8-pep3101 2020-04-11 14:00:54 +02:00
51c4d457b1 remove dead code 2020-04-11 12:28:38 +02:00
c2376e6a44 prepare new release, 2020-04-06 09:45:45 +02:00
510ab86d10 use bright color style for logging 2020-04-06 09:45:26 +02:00
5946f5810e ignore missing auto escaping in jinja2 2020-04-05 23:28:39 +02:00
12aaab20d7 add yapf as formatter 2020-04-05 23:16:53 +02:00
8504e7f349 use for loop instead of jinja filter 2020-03-08 22:15:59 +01:00
a258240b3f use to_nice_yaml for dep lists also 2020-03-08 16:55:08 +01:00
2b4de240be add better handling of meta dependencies in templates 2020-03-08 16:39:18 +01:00
4252445ea2 remove only first hashtag from a multiline comment 2020-03-04 16:59:02 +01:00
83a7e9eb2a [SKIP CI] fix version string 2020-02-24 19:25:16 +01:00
5101c6962c fix bad quotes 2020-02-24 19:12:35 +01:00
d133d63fbf add custom yaml constructor to load ansible unsafe tag 2020-02-24 19:10:17 +01:00
3ab72a32a4 fix failed loading of empty yaml files 2020-01-27 11:03:37 +01:00
1ad3f7b516 fix not aborting overwrite dialog 2020-01-22 13:33:19 +01:00