Commit graph

14 commits

Author SHA1 Message Date
23c858f02d [tutorial v1.1_011)] Or a sub family (config and doc) 2025-11-09 19:31:09 +01:00
30268f5c76 [tutorial v1.1_010] Creating a new family 2025-11-09 19:31:08 +01:00
c99476a564 [tutorial v1.1_010)] Creating a new family (config and doc) 2025-11-09 19:31:08 +01:00
069f24e5a7 [tutorial v1.1_004] Limits the possible values for the variable
"Foo" should not be an option to the "proxy_mode" variable.

Now the "proxy_mode" type is "choice", that means that there is a list of available values that can be selected.

We say that the "proxy_mode" variable is constrained (by choices): this variable accept, in fact, only a list of choices.
2025-11-09 19:31:07 +01:00
b55b2fac07 [tutorial v1.1_004)] Limits the possible values for the variable (config and doc) 2025-11-09 19:31:07 +01:00
bbd8f9a6fa [tutorial v1.1_003] Set a default value
Now we can define the default value of this variable.

If the user doesn't touch this variable's value, the value is "No proxy"

As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
2025-11-09 19:31:07 +01:00
bf601c5d17 [tutorial v1.1_003)] Set a default value (config and doc) 2025-11-09 19:31:07 +01:00
12014d2455 [tutorial v1.1_002] Describe the variable
We can add a description to this first variable.

This information is useful for:

- documentation
- error message
- help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/stove/rougail-user-data-questionary)).
2025-11-09 19:31:06 +01:00
b3c4db2edc [tutorial v1.1_002)] Describe the variable (config and doc) 2025-11-09 19:31:06 +01:00
4348297b86 [tutorial v1.1_001] A first variable with only a name 2025-11-09 19:31:05 +01:00
db41060b7c [tutorial v1.1_001)] A first variable with only a name (config and doc) 2025-11-09 19:31:05 +01:00
bf27d1af4a [tutorial v1.1_000] An empty structured file with format version 2025-11-09 19:31:04 +01:00
1c9a32966e [tutorial v1.1_000)] An empty structured file with format version (config and doc) 2025-11-09 19:31:04 +01:00
a5511e813a [init] Discover Rougail 2025-11-09 19:31:03 +01:00