Commit graph

39 commits

Author SHA1 Message Date
c067066974 [tutorial v1.1_051] A conditional disabled variable with dynamic identifier 2025-11-09 19:31:20 +01:00
7aae8f69e1 [tutorial v1.1_051)] A conditional disabled variable with dynamic identifier (config and doc) 2025-11-09 19:31:20 +01:00
e5339a5931 [tutorial v1.1_050] Family: a dynamic family 2025-11-09 19:31:19 +01:00
765d4111f2 [tutorial v1.1_050)] Family: a dynamic family (config and doc) 2025-11-09 19:31:19 +01:00
aeced8d8d8 [tutorial v1.1_040] A calculated default value 2025-11-09 19:31:18 +01:00
195e007fa6 [tutorial v1.1_040)] A calculated default value (config and doc) 2025-11-09 19:31:18 +01:00
cf625e70ad [tutorial v1.1_033] A conditional hidden family 2025-11-09 19:31:17 +01:00
35e81275fd [tutorial v1.1_033)] A conditional hidden family (config and doc) 2025-11-09 19:31:17 +01:00
2ccd2476f7 [tutorial v1.1_032] Copy HTTP manual proxy to HTTPS manual proxy 2025-11-09 19:31:16 +01:00
5e56f21d14 [tutorial v1.1_032)] Copy HTTP manual proxy to HTTPS manual proxy (config and doc) 2025-11-09 19:31:16 +01:00
bfd0eb73a6 [tutorial v1.1_031] A conditional disabled family 2025-11-09 19:31:15 +01:00
8d8fe3f587 [tutorial v1.1_031)] A conditional disabled family (config and doc) 2025-11-09 19:31:15 +01:00
72b4e172ba [tutorial v1.1_030] A disabled family 2025-11-09 19:31:15 +01:00
802678e308 [tutorial v1.1_030)] A disabled family (config and doc) 2025-11-09 19:31:15 +01:00
584aefcab4 [tutorial v1.1_023] A variable with type "boolean" 2025-11-09 19:31:14 +01:00
5eca0a4e5c [tutorial v1.1_023)] A variable with type "boolean" (config and doc) 2025-11-09 19:31:14 +01:00
bddade4b18 [tutorial v1.1_022] A variable with type "port" 2025-11-09 19:31:13 +01:00
4af36f34a2 [tutorial v1.1_022)] A variable with type "port" (config and doc) 2025-11-09 19:31:13 +01:00
73715f87ed [tutorial v1.1_021] A variable with type's parameters 2025-11-09 19:31:12 +01:00
8d3c85a6e8 [tutorial v1.1_021)] A variable with type's parameters (config and doc) 2025-11-09 19:31:12 +01:00
2f0bcf8769 [tutorial v1.1_020] A variable with type "domainname" 2025-11-09 19:31:11 +01:00
2e608ee804 [tutorial v1.1_020)] A variable with type "domainname" (config and doc) 2025-11-09 19:31:11 +01:00
d0ae23ae4f [tutorial v1.1_012] Putting a variable inside of a family or a sub family 2025-11-09 19:31:10 +01:00
2660bc2df3 [tutorial v1.1_012)] Putting a variable inside of a family or a sub family (config and doc) 2025-11-09 19:31:10 +01:00
9577578010 [tutorial v1.1_011] Or a sub family
Inside a family, we can have variables or families.

The "type" for family "manual" became unecessary because container an other family, so it's not a variable.
The description can now be has family comment.

In disabled attribute, it's better tu use relative path (we will see the reason in an other slide).
2025-11-09 19:31:09 +01:00
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