Commit graph

435 commits

Author SHA1 Message Date
cc086f086a fix: do not raise variable in property with force_optional 2025-04-01 21:10:22 +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
0e522db15f fix: strutural step should not be available in commandline 2025-03-30 18:42:13 +02:00
7f9d6f17d7 fix: allow no user_datas installation (for example to generate doc) 2025-03-27 20:05:20 +01:00
999b53889c feat: add rougail secret_manager 2025-03-19 11:43:04 +01:00
04aa9444a3 fix: add get remove properties 2025-02-17 15:45:27 +01:00
70003fcbc5 fix: we can define structural plugin when generate documentation 2025-02-17 09:20:38 +01:00
85f3b9f80f fix: if a variable in user_data not existe, it's no a warnings 2025-02-17 09:19:31 +01:00
cc5aaf6393 feat: can change defaut params for an option 2025-02-10 10:32:48 +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
e7e9687b8d fix: better support of not_for_commandline feature 2025-01-04 12:01:08 +01:00
ea6baa3dc2 fix: add structural_directory 2025-01-02 22:01:38 +01:00
81d86e7b6f fix: add path.py 2025-01-02 21:19:16 +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
45959ac18b fix: remove link 2024-12-11 20:58:08 +01:00
00e0941f6e fix: reorganise user_datas 2024-12-11 20:54:03 +01:00
8afb787c98 fix: only change prefix if path is relative 2024-12-11 20:51:08 +01:00
a91a4d6a55 feat: output could have annotator 2024-12-11 20:50:15 +01:00
4c613f6425 fix: add user_datas file 2024-11-28 08:30:47 +01:00
829d7692ad fix: separate UserDatas 2024-11-27 16:09:04 +01:00
ea34751e08 fix: options could be a list 2024-11-27 10:22:00 +01:00
c25a66f0cb feat: add "exists" attribut for a family 2024-11-27 10:14:42 +01:00
db768f94af fix: dynamic variable could be optional 2024-11-25 09:17:27 +01:00
9782bcde95 fix: dynamic variable declare in verion 1.0 has {{ suffix }} 2024-11-25 09:16:48 +01:00
fbb1446fa3 fix: user_data plugins could have annotator function 2024-11-25 09:14:58 +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
8ac603100d fix: better user information if a needed package is not installed 2024-11-05 08:31:46 +01:00
2f7711d989 Merge pull request 'fix(37): import doesn't works for some python version' (#39) from 37_import into develop
Reviewed-on: #39
2024-11-05 08:29:52 +01:00
dcc42a4ea0 fix(37): import doesn't works for some python version 2024-11-04 12:15:17 +01:00
d90a0c0066 fix(36): format 1.0: suffix attribut must works 2024-11-04 12:04:31 +01:00
ad1928bc88 fix: update fr/rougail.mo 2024-11-01 11:06:34 +01:00
5f9c79664f fix: black 2024-11-01 09:45:54 +01:00
a6dfcbde4c fix: support for unknown language 2024-11-01 09:08:59 +01:00
00c4391ac6 fix: license 2024-11-01 09:06:29 +01:00
6670aa64a2 feat: update dependencies 2024-11-01 09:06:23 +01:00
2d9298eb8e feat: translation 2024-11-01 09:06:15 +01:00
7c69ac9557 fix: README 2024-10-29 12:02:27 +01:00
22348f71e6 fix: use black 2024-10-29 11:01:30 +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
cdb62e5509 fix: valid mode if no mode defined 2024-10-22 13:55:03 +02:00
086667d7a4 feat: suffix to identifier 2024-10-22 13:54:16 +02:00
c4d1f6853c feat: better errors messages and improvement 2024-10-06 15:09:52 +02:00
04bf6a1d38 feat: better debugging 2024-09-30 18:29:09 +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
e99d0fde3c copy type/params and multi if default value is a variable calculation (#9, #31 and #34)
Reviewed-on: #34
Co-authored-by: Emmanuel Garette <egarette@silique.fr>
Co-committed-by: Emmanuel Garette <egarette@silique.fr>
2024-09-04 16:31:45 +02:00
aaf832c12d fix: type is not always mandatory 2024-09-02 16:05:42 +02:00
d360203bf8 feat: use suffix in property calculation 2024-09-02 15:47:33 +02:00
29cabb37c2 fix: auto_save in follower is now allowed in tiramisu 2024-09-01 12:20:57 +02:00
ee9d0b388a feat: in structural commandline very is there is conflict alternative name 2024-09-01 12:19:09 +02:00
3177d11f13 feat(#21): add examples attributes 2024-08-29 08:34:51 +02:00
b4b058afd8 feat(#23): define easily a regexoption 2024-08-29 08:32:50 +02:00
3741a0b548 corrections 2024-08-25 12:23:06 +02:00
4017bf7840 add 'whole' attribute to variable 2024-08-25 12:22:22 +02:00
db565527ec toto 2024-08-08 15:04:14 +02:00
gwen
6eafc16adb add optional param in the schema
ref #22
2024-08-08 12:26:14 +02:00
7fcf5d6fc9 user_data is not mandatory if empty 2024-08-05 18:09:13 +02:00
b112503def add when and when_not attribute in properties calculation (#29) (#30)
Co-authored-by: Emmanuel Garette <egarette@silique.fr>
Co-authored-by: egarette@silique.fr <egarette@silique.fr>
Co-committed-by: egarette@silique.fr <egarette@silique.fr>
2024-08-05 16:24:26 +02:00
cd0187d328 add information in tiramisu option for doc 2024-08-04 14:56:31 +02:00
560deb52b6 allow 'variable' in dynamic family in 1.1 2024-07-29 12:04:31 +02:00
085840449c new tiramisu's version 2024-07-29 11:59:52 +02:00
gwen
d2527f6353 default dictionary yaml format version 2024-07-01 18:04:18 +02:00
5668520a31 shorthand declaration (#20)
Co-authored-by: Emmanuel Garette <egarette@silique.fr>
Co-authored-by: gwen <gwenaelremond@free.fr>
Reviewed-on: #20
Co-authored-by: gnunux@silique.fr <gnunux@silique.fr>
Co-committed-by: gnunux@silique.fr <gnunux@silique.fr>
2024-07-01 14:06:59 +02:00
e0e6597955 Reactive error tests 2024-06-30 12:11:41 +02:00
13aedef773 feat: add relative path support 2024-06-19 17:42:39 +02:00
gwen
bc4420bdea feat: add default inference for basic types 2024-06-19 16:47:25 +02:00
0d66bffd2f feat: suffixes in dynamic family should be a jinja function (#5)
Co-authored-by: Emmanuel Garette <egarette@silique.fr>
Co-authored-by: gwen <gwenaelremond@free.fr>
Reviewed-on: #5
Co-authored-by: egarette@silique.fr <egarette@silique.fr>
Co-committed-by: egarette@silique.fr <egarette@silique.fr>
2024-03-28 09:43:33 +01:00
f1a8f61347 feat: we should be able to customize a new variable type 2024-02-01 22:36:09 +01:00
84e36d57e4 fix: 2023 => 2024 2024-01-28 20:41:33 +01:00
728e53e16e fix: correction for calculated variable with a variable in a dynamic family 2024-01-28 18:58:20 +01:00
d8d3f89fd6 feat: new format 1.0 2023-12-16 19:22:52 +01:00
940b20f5d9 add mode for leader variable 2023-09-04 19:19:04 +02:00
763c7a4fb8 add jinja support in validator or fill 2023-09-04 19:18:40 +02:00
61569f3772 enhancement(src/rougail/annotator/variable.py) add variable name when test nil value 2023-07-28 08:49:35 +02:00
df7f33e786 document dict with option's information 2023-06-30 08:43:14 +02:00
697bf0ee02 2022 => 2022-2023 2023-06-22 12:43:48 +02:00
e3ced2d356 tiramisu 4 2023-06-22 12:39:58 +02:00
cf410f9577 certificate 2023-06-22 12:39:47 +02:00
a2c3a1bb3a variable is add to information target 2023-06-22 12:11:14 +02:00
91689904fc rougail use tiramisu4 2023-05-19 12:56:13 +02:00
4eccb75c73 engine can be customized 2023-05-11 16:01:50 +02:00
565abbbca3 add disabled family 2023-03-02 21:42:52 +01:00
cf4fe51555 add certificates support 2023-02-27 13:54:11 +01:00
6af98ec1e4 add unix_permissions option support and use it for mode 2023-01-27 11:15:51 +01:00
ffdeafcc29 add certificate support 2023-01-25 22:48:13 +01:00
2fd3c22db9 can templating only one file 2023-01-24 07:40:08 +01:00
f213f5777b add delete_before_create option for systemd tmpfile.d. 2023-01-23 20:41:35 +01:00
5b459927fb tmpfile_dest_dir => sereral options 2023-01-19 12:09:44 +01:00
540b108e8e test source has variable 2023-01-07 22:11:59 +01:00
f91132fc61 add remove fill without fill test + patches_dir is multi 2023-01-07 17:18:08 +01:00