Commit graph

92 commits

Author SHA1 Message Date
91a98f2712 [tutorial v1.1_051)] A conditional hidden family with Jinja (config and doc) 2025-11-07 06:37:23 +01:00
1a8782a1d0 [tutorial 050] Family: a dynamic family 2025-11-07 06:37:22 +01:00
0dd0614191 [tutorial v1.1_050)] Family: a dynamic family (config and doc) 2025-11-07 06:37:22 +01:00
af8a3a3efc [tutorial 041] Variable type and parameters type are copied with default value 2025-11-07 06:37:21 +01:00
608d96f2e4 [tutorial v1.1_041)] Variable type and parameters type are copied with default value (config and doc) 2025-11-07 06:37:21 +01:00
046b87d96d [tutorial 040] A calculated default value 2025-11-07 06:37:20 +01:00
f5fee81ea4 [tutorial v1.1_040)] A calculated default value (config and doc) 2025-11-07 06:37:20 +01:00
66f386d214 [tutorial 033] A conditional hidden family with a variable 2025-11-07 06:37:20 +01:00
52dcab76d4 [tutorial v1.1_033)] A conditional hidden family with a variable (config and doc) 2025-11-07 06:37:20 +01:00
ce3f19748b [tutorial 032] An hidden family 2025-11-07 06:37:19 +01:00
7c1fb3bc52 [tutorial v1.1_032)] An hidden family (config and doc) 2025-11-07 06:37:19 +01:00
abcc2d1edd [tutorial 031] A conditional disabled family with a variable 2025-11-07 06:37:18 +01:00
5b24efc841 [tutorial v1.1_031)] A conditional disabled family with a variable (config and doc) 2025-11-07 06:37:18 +01:00
a2da0bf8ce [tutorial 030] A disabled family 2025-11-07 06:37:17 +01:00
54540c781d [tutorial v1.1_030)] A disabled family (config and doc) 2025-11-07 06:37:17 +01:00
b2625d1414 [tutorial 024] Copy HTTP manual proxy to HTTPS manual proxy 2025-11-07 06:37:16 +01:00
6e27a7061d [tutorial v1.1_024)] Copy HTTP manual proxy to HTTPS manual proxy (config and doc) 2025-11-07 06:37:16 +01:00
a2ec721c6f [tutorial 023] A variable with type "boolean" 2025-11-07 06:37:15 +01:00
7ff5252760 [tutorial v1.1_023)] A variable with type "boolean" (config and doc) 2025-11-07 06:37:15 +01:00
8438b378e9 [tutorial 022] A variable with type "port" 2025-11-07 06:37:14 +01:00
1744b77228 [tutorial v1.1_022)] A variable with type "port" (config and doc) 2025-11-07 06:37:14 +01:00
fe370c7761 [tutorial 021] A variable with type's parameters 2025-11-07 06:37:13 +01:00
b4b150b14d [tutorial v1.1_021)] A variable with type's parameters (config and doc) 2025-11-07 06:37:13 +01:00
328979d121 [tutorial 020] A variable with type "domainname" 2025-11-07 06:37:13 +01:00
5901d9fc05 [tutorial v1.1_020)] A variable with type "domainname" (config and doc) 2025-11-07 06:37:13 +01:00
353b10d76f [tutorial 012] Putting a variable inside of a family or a sub family 2025-11-07 06:37:12 +01:00
d427253591 [tutorial v1.1_012)] Putting a variable inside of a family or a sub family (config and doc) 2025-11-07 06:37:12 +01:00
ac0a19735b [tutorial 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-07 06:37:11 +01:00
dce10d0f3a [tutorial v1.1_011)] Or a sub family (config and doc) 2025-11-07 06:37:11 +01:00
04ff8c6b13 [tutorial 010] Creating a new family 2025-11-07 06:37:10 +01:00
082a646377 [tutorial v1.1_010)] Creating a new family (config and doc) 2025-11-07 06:37:10 +01:00
e45d779b59 [tutorial 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-07 06:37:09 +01:00
12dd3edbae [tutorial v1.1_004)] Limits the possible values for the variable (config and doc) 2025-11-07 06:37:09 +01:00
d9f9af1cdd [tutorial 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-07 06:37:08 +01:00
3b5ee13b70 [tutorial v1.1_003)] Set a default value (config and doc) 2025-11-07 06:37:08 +01:00
70c3e34bf5 [tutorial 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-07 06:37:07 +01:00
cce429b538 [tutorial v1.1_002)] Describe the variable (config and doc) 2025-11-07 06:37:07 +01:00
b51e80dd1e [tutorial 001] A first variable with only a name 2025-11-07 06:37:07 +01:00
7483078f0b [tutorial v1.1_001)] A first variable with only a name (config and doc) 2025-11-07 06:37:07 +01:00
d71dc427d1 [tutorial 000] An empty structured file with format version 2025-11-07 06:37:06 +01:00
4c79acf968 [tutorial v1.1_000)] An empty structured file with format version (config and doc) 2025-11-07 06:37:06 +01:00
58079f9a96 [init] Discover Rougail 2025-11-07 06:37:05 +01:00