Commit graph

300 commits

Author SHA1 Message Date
f5f55dd853 feat: for formatter 2025-09-30 22:02:07 +02:00
5e0af148d5 feat(#28): default value for a calculated variable with an unknown optional variable 2025-09-28 15:44:11 +02:00
bbcffffb82 feat(#26): cidr and network_cidr type is depreciate 2025-09-24 22:14:59 +02:00
99dddf20a9 feat(#25): add integer type which will replace number type 2025-09-23 20:30:16 +02:00
bfc59e8084 fix: dictionary => structure 2025-09-22 14:36:32 +02:00
9ee03b22bb feat(40): better conflict error message with dynamic name 2025-09-20 18:46:08 +02:00
c4b90cbe42 fix: update test 2025-08-28 21:24:04 +02:00
a3b2699289 feat: separate rougail and rougail-base 2025-06-18 07:49:39 +03:00
5a4bb343b0 fix: black 2025-05-12 08:45:39 +02:00
1662568c17 fix: add_quotes 2025-05-09 08:21:31 +02:00
e7a1caf113 fix: support of default_dictionary_format_version file in tests 2025-05-07 08:06:30 +02:00
b229154df5 fix: simplify version support 2025-05-06 08:09:37 +02:00
adc580069c fix: user_datas support empty directory 2025-05-05 08:49:11 +02:00
6167e1ea2c fix: support {{ suffix }} name in 1.1 format version 2025-05-02 08:12:06 +02:00
2488cc471e fix: validators for an index 2025-05-01 21:27:19 +02:00
52c8277238 fix: remove negative_description support 2025-04-29 22:48:33 +02:00
3b0130420d fix: redefine family in flatten mode 2025-04-29 22:48:03 +02:00
00f29c37c4 feat: add ymlfile names in ConfigError message 2025-04-27 16:35:13 +02:00
b9ea5edb07 fix: update tests 2025-04-27 10:30:31 +02:00
136a0e71b7 fix: better multi check 2025-04-21 19:35:02 +02:00
0bc1e24d38 fix: better error message 2025-04-09 09:01:48 +02:00
62097b552a feat: reoganise param conversion + better variable validation 2025-04-03 20:47:12 +02:00
19249875c3 fix: correction in namespace calculation 2025-04-02 21:46:47 +02:00
e1b2d36aae fix: update tests 2025-04-01 22:06:18 +02:00
7ee65b6cab fix: update translation 2025-04-01 21:09:49 +02:00
1858eeeb06 feat: can link regexp variable 2025-04-01 08:55:00 +02:00
dc311466a2 feat: can link choice variable 2025-04-01 08:36:23 +02:00
07a22d7966 bump: version 1.2.0a12 → 1.2.0a13 2025-03-30 18:38:33 +02:00
999b53889c feat: add rougail secret_manager 2025-03-19 11:43:04 +01:00
df2fcb467f fix: if no description, generate negative_description too 2025-02-10 10:09:34 +01:00
7b9d7ce419 fix: error messages 2025-02-07 08:08:55 +01:00
3849c42cba feat: upgrade is not in formatter 2025-01-02 21:06:13 +01:00
6c1df5578f feat: remove prefix 2025-01-02 21:02:44 +01:00
9e8c6f96c5 feat: move test to a new project rougail-tests 2024-12-11 20:54:54 +01:00
a91a4d6a55 feat: output could have annotator 2024-12-11 20:50:15 +01:00
c25a66f0cb feat: add "exists" attribut for a family 2024-11-27 10:14:42 +01:00
56659f7ea4 fix: do not modify a dynamic variable if has default value 2024-11-25 09:10:44 +01:00
e29c0c8abc feat: add force_optional option to allow charging structure even if all variables are not available 2024-11-08 08:12:33 +01:00
c317792292 fix: upgrade tests 2024-11-06 17:27:37 +01:00
2d9298eb8e feat: translation 2024-11-01 09:06:15 +01:00
6830437805 add propertyerror as a test in jinja 2024-10-29 10:58:04 +01:00
06fcd1cef7 feat: in calculation better debugging 2024-10-27 12:15:17 +01:00
a1dedb1c12 feat: can sort dictionaries in different directories 2024-10-25 22:12:22 +02:00
4da9a50265 fix: valid mode even if there is no mode configured 2024-10-25 08:12:08 +02:00
7d77da836a fix: update tests 2024-10-22 12:40:41 +02:00
c4d1f6853c feat: better errors messages and improvement 2024-10-06 15:09:52 +02:00
e518abb734 feat: update upgrade module 2024-09-30 17:58:14 +02:00
d2195d31a9 feat: auto add multi for leader 2024-09-10 13:44:38 +02:00
f4503f3b10 Quick definition of an optional parameter variable (#24)
Co-authored-by: gwen <gwenaelremond@free.fr>
Co-authored-by: gwen <gwenael.remond@free.fr>
Co-authored-by: Emmanuel Garette <egarette@silique.fr>
Reviewed-on: #24
Co-authored-by: gremond <gwenael.remond@protonmail.com>
Co-committed-by: gremond <gwenael.remond@protonmail.com>
2024-09-04 17:30:38 +02:00
8550a125a1 convert integer to string for port variable (#31 and #32)
Reviewed-on: #32
2024-09-04 16:33:02 +02:00