• Joined on 2023-01-23
gremond opened issue stove/rougail-user-data-questionary#1 2024-09-04 09:58:57 +02:00
add int variables int the rougail user data
gremond pushed to develop at stove/rougail-cli 2024-09-04 09:09:25 +02:00
998d84863b update the shebang
gremond pushed to optional_parameter_in_variable at stove/rougail 2024-08-07 18:01:26 +02:00
3f378194ba pouet
gremond pushed to optional_parameter_in_variable at stove/rougail 2024-08-06 10:49:09 +02:00
92cac379e0 optional sub attribute unauthorized
gremond closed issue stove/rougail#29 2024-08-05 17:23:23 +02:00
the variable used in a property calculated with this variable should not only a bool
gremond deleted branch when from stove/rougail 2024-08-05 16:24:27 +02:00
gremond pushed to develop at stove/rougail 2024-08-05 16:24:27 +02:00
b112503def add when and when_not attribute in properties calculation (#29) (#30)
gremond merged pull request stove/rougail#30 2024-08-05 16:24:27 +02:00
add when and when_not attribute in properties calculation (#29)
gremond opened issue stove/rougail-output-doc#1 2024-08-05 09:56:34 +02:00
Setting the value of a not filled in mandatory variable
gremond pushed to optional_parameter_in_variable at stove/rougail 2024-07-11 17:13:54 +02:00
a2bfa2eed9 sub attributes not allowed
gremond created pull request stove/rougail#27 2024-07-11 16:49:01 +02:00
WIP: Expand the developer documentation
gremond pushed to developer_docs at stove/rougail 2024-07-09 18:10:45 +02:00
620f09a041 developper doc
gremond created branch developer_docs in stove/rougail 2024-07-09 18:10:45 +02:00
gremond closed issue stove/rougail#22 2024-07-09 10:39:12 +02:00
quick definition of an optional parameter variable in an implicit jinja calculation
gremond pushed to optional_parameter_in_variable at stove/rougail 2024-07-09 10:38:15 +02:00
e9896b8a2b removes an unnecessary else statement
gremond deleted branch float_version from stove/rougail 2024-07-09 10:08:00 +02:00
gremond closed issue stove/rougail#18 2024-07-09 10:06:25 +02:00
version should support float type
gremond pushed to develop at stove/rougail 2024-07-09 10:03:44 +02:00
d5661511da Merge branch 'float_version' into develop
b6a814fbc0 pre-commit developer docs
ad0e809bc9 tests: tests about version
d2527f6353 default dictionary yaml format version
Compare 4 commits »
gremond pushed to float_version at stove/rougail 2024-07-07 09:06:15 +02:00
b6a814fbc0 pre-commit developer docs
gremond commented on pull request stove/rougail#24 2024-07-07 08:12:29 +02:00
Quick definition of an optional parameter variable

The tests concerning this feature are:

  • 90_optional_parameter_in_variable_default
  • 90_optional_parameter_in_variable_exists

and are passing.

We should consider the fact that in the…