diff --git a/README.fr.md b/README.fr.md index 682a1489..87f99276 100644 --- a/README.fr.md +++ b/README.fr.md @@ -11,13 +11,12 @@ include_toc: true > Retrouver toutes les variables et leurs valeurs de votre configuration (structures et données utilisateurs). Des informations complémentaires sont disponibles, comme la valeur par défaut, le lieu de chargement de la valeur, ...\ > **Chemin** : display\ > *`désactivé`*\ -> **Désactivé** : si display n'est pas défini dans "[Sélection pour sortie](#step.output)" +> **Désactivé** : si display n'est pas défini dans "[sélection pour sortie](#step.output)". -| Variable | Description | Valeur par défaut | Type | Validateur | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| **display.output_format**
**Ligne de commande** :
--display.output_format
**Variable d'environnement** : DISPLAY.OUTPUT_FORMAT | Le format de sortie pour afficher des variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• console
• github
• gitlab | -| **display.show_secrets**
**Ligne de commande** :
• --display.show_secrets
• --display.no-show_secrets
**Variable d'environnement** : DISPLAY.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | -| **display.mandatory**
**Ligne de commande** :
• --display.mandatory
• --display.no-mandatory
**Variable d'environnement** : DISPLAY.MANDATORY | Tester les variables obligatoires avant de les afficher. | ne pas tester si "[La configuration dans l'état de sortie est dans mode lecture-écriture](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | +| Variable | Description | Valeur par défaut | Type | Validateur | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| +| **display.output_format**
**Ligne de commande** :
--display.output_format
**Variable d'environnement** : ROUGAILCLI_DISPLAY.OUTPUT_FORMAT | Le format de sortie pour afficher des variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• console
• github
• gitlab | +| **display.show_secrets**
**Ligne de commande** :
• --display.show_secrets
• --display.no-show_secrets
**Variable d'environnement** : ROUGAILCLI_DISPLAY.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | ### Configuration spécifique pour la sortie console @@ -25,10 +24,8 @@ include_toc: true > > **Chemin** : display.console\ > *`désactivé`*\ -> **Désactivé** : lorsque la variable "[Le format de sortie pour afficher des variables](#display.output_format)" n'a pas la valeur "console" - -| Variable | Description | Type | Validateur | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|----------------------------| -| **display.console.max_width**
**Ligne de commande** :
--display.console.max_width
**Variable d'environnement** : DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.
Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | La valeur minimale est 50. | - +> **Désactivé** : lorsque la variable "[Le format de sortie pour afficher des variables](#display.output_format)" n'a pas la valeur "console". +| Variable | Description | Type | Validateur | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|----------------------------| +| **display.console.max_width**
**Ligne de commande** :
--display.console.max_width
**Variable d'environnement** : ROUGAILCLI_DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.
Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | La valeur minimale est 50. | diff --git a/README.md b/README.md index 1137466c..0e38d4f3 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,12 @@ include_toc: true > Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.\ > **Path**: display\ > *`disabled`*\ -> **Disabled**: if display is not set in "[Select for output](#step.output)" +> **Disabled**: if display is not set in "[select for output](#step.output)". -| Variable | Description | Default value | Type | Validator | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| -| **display.output_format**
**Command line**:
--display.output_format
**Environment variable**: DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• console
• github
• gitlab | -| **display.show_secrets**
**Command line**:
• --display.show_secrets
• --display.no-show_secrets
**Environment variable**: DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | -| **display.mandatory**
**Command line**:
• --display.mandatory
• --display.no-mandatory
**Environment variable**: DISPLAY.MANDATORY | Test mandatories variables before display in display. | do not test if "[Configuration in output step is in read_write mode](#cli.read_write)" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | +| Variable | Description | Default value | Type | Validator | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| **display.output_format**
**Command line**:
--display.output_format
**Environment variable**: ROUGAILCLI_DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• console
• github
• gitlab | +| **display.show_secrets**
**Command line**:
• --display.show_secrets
• --display.no-show_secrets
**Environment variable**: ROUGAILCLI_DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | ### Specific configuration for console output @@ -25,10 +24,8 @@ include_toc: true > > **Path**: display.console\ > *`disabled`*\ -> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console" - -| Variable | Description | Type | Validator | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------| -| **display.console.max_width**
**Command line**:
--display.console.max_width
**Environment variable**: DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.
Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | - +> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console". +| Variable | Description | Type | Validator | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------| +| **display.console.max_width**
**Command line**:
--display.console.max_width
**Environment variable**: ROUGAILCLI_DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.
Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | diff --git a/locale/fr/LC_MESSAGES/rougail_output_display.po b/locale/fr/LC_MESSAGES/rougail_output_display.po index 5710d06d..3b9ad0c2 100644 --- a/locale/fr/LC_MESSAGES/rougail_output_display.po +++ b/locale/fr/LC_MESSAGES/rougail_output_display.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2026-01-01 09:20+0100\n" -"PO-Revision-Date: 2026-01-01 09:20+0100\n" +"POT-Creation-Date: 2026-06-15 08:57+0200\n" +"PO-Revision-Date: 2026-06-15 08:57+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -"X-Generator: Poedit 3.8\n" +"X-Generator: Poedit 3.9\n" #: src/rougail/output_display/config.py:44 msgid "" @@ -55,34 +55,18 @@ msgid "Show secrets instead of obscuring them" msgstr "Voir les secrets plutôt que de les obscurcir" #: src/rougail/output_display/config.py:106 -msgid "test mandatories variables before display in display" -msgstr "tester les variables obligatoires avant de les afficher" - -#: src/rougail/output_display/config.py:115 -msgid "do not test if \"cli.read_write\" is true" -msgstr "ne pas tester si \"cli.read_write\" est activé" - -#: src/rougail/output_display/config.py:118 msgid "Specific configuration for console output" msgstr "Configuration spécifique pour la sortie console" -#: src/rougail/output_display/config.py:124 +#: src/rougail/output_display/config.py:112 msgid "Maximum number of characters per line" msgstr "Nombre maximal de caractères par ligne" -#: src/rougail/output_display/config.py:125 +#: src/rougail/output_display/config.py:113 msgid "null means unlimited" msgstr "null signifie illimité" -#: src/rougail/output_display/display.py:153 -msgid "mandatory variable but is inaccessible and has no value" -msgstr "variable obligatoire mais est inaccessible et n'a pas de valeur" - -#: src/rougail/output_display/display.py:159 -msgid "mandatory variable but has no value" -msgstr "variable obligatoire mais n'a pas de valeur" - -#: src/rougail/output_display/display.py:191 +#: src/rougail/output_display/display.py:137 msgid "Variables:" msgstr "Variables :" @@ -115,24 +99,24 @@ msgstr "Valeur par défaut d'origine" msgid "Caption" msgstr "Légende" -#: src/rougail/output_display/output/console.py:89 +#: src/rougail/output_display/output/console.py:78 msgid "Layers" msgstr "Couches" -#: src/rougail/output_display/output/console.py:93 +#: src/rougail/output_display/output/console.py:82 msgid "Caution" msgstr "Attention" -#: src/rougail/output_display/output/console.py:131 +#: src/rougail/output_display/output/console.py:120 msgid "Warning" msgstr "Avertissement" -#: src/rougail/output_display/output/console.py:151 +#: src/rougail/output_display/output/console.py:140 #: src/rougail/output_display/output/github.py:126 msgid "{0}:" msgstr "{0} :" -#: src/rougail/output_display/output/console.py:157 +#: src/rougail/output_display/output/console.py:146 #: src/rougail/output_display/output/github.py:132 msgid "{0}: {1}" msgstr "{0} : {1}" @@ -145,6 +129,18 @@ msgstr "Légende :" msgid "Layers:" msgstr "Couches :" +#~ msgid "test mandatories variables before display in display" +#~ msgstr "tester les variables obligatoires avant de les afficher" + +#~ msgid "do not test if \"cli.read_write\" is true" +#~ msgstr "ne pas tester si \"cli.read_write\" est activé" + +#~ msgid "mandatory variable but is inaccessible and has no value" +#~ msgstr "variable obligatoire mais est inaccessible et n'a pas de valeur" + +#~ msgid "mandatory variable but has no value" +#~ msgstr "variable obligatoire mais n'a pas de valeur" + #~ msgid "Error in config: {0}" #~ msgstr "Erreur dans la config : {0}" diff --git a/locale/rougail_output_display.pot b/locale/rougail_output_display.pot index 73199c48..117aa1c5 100644 --- a/locale/rougail_output_display.pot +++ b/locale/rougail_output_display.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2026-01-01 09:20+0100\n" +"POT-Creation-Date: 2026-06-15 08:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,34 +44,18 @@ msgid "Show secrets instead of obscuring them" msgstr "" #: src/rougail/output_display/config.py:106 -msgid "test mandatories variables before display in display" -msgstr "" - -#: src/rougail/output_display/config.py:115 -msgid "do not test if \"cli.read_write\" is true" -msgstr "" - -#: src/rougail/output_display/config.py:118 msgid "Specific configuration for console output" msgstr "" -#: src/rougail/output_display/config.py:124 +#: src/rougail/output_display/config.py:112 msgid "Maximum number of characters per line" msgstr "" -#: src/rougail/output_display/config.py:125 +#: src/rougail/output_display/config.py:113 msgid "null means unlimited" msgstr "" -#: src/rougail/output_display/display.py:153 -msgid "mandatory variable but is inaccessible and has no value" -msgstr "" - -#: src/rougail/output_display/display.py:159 -msgid "mandatory variable but has no value" -msgstr "" - -#: src/rougail/output_display/display.py:191 +#: src/rougail/output_display/display.py:137 msgid "Variables:" msgstr "" @@ -104,24 +88,24 @@ msgstr "" msgid "Caption" msgstr "" -#: src/rougail/output_display/output/console.py:89 +#: src/rougail/output_display/output/console.py:78 msgid "Layers" msgstr "" -#: src/rougail/output_display/output/console.py:93 +#: src/rougail/output_display/output/console.py:82 msgid "Caution" msgstr "" -#: src/rougail/output_display/output/console.py:131 +#: src/rougail/output_display/output/console.py:120 msgid "Warning" msgstr "" -#: src/rougail/output_display/output/console.py:151 +#: src/rougail/output_display/output/console.py:140 #: src/rougail/output_display/output/github.py:126 msgid "{0}:" msgstr "" -#: src/rougail/output_display/output/console.py:157 +#: src/rougail/output_display/output/console.py:146 #: src/rougail/output_display/output/github.py:132 msgid "{0}: {1}" msgstr "" diff --git a/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo b/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo index af9e339b..5d913afb 100644 Binary files a/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo and b/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo differ diff --git a/tests/results/test/60_0family_dynamic_variable.gitlab.md b/tests/results/test/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..b165686f --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_variable.md b/tests/results/test/60_0family_dynamic_variable.md new file mode 100644 index 00000000..20726ad9 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_variable.sh b/tests/results/test/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..b1f9fc01 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) +┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..d57efc09 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,15 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_variable.md b/tests/results/test_namespace/60_0family_dynamic_variable.md new file mode 100644 index 00000000..4b2ea164 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_variable.sh b/tests/results/test_namespace/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..23493051 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable.sh @@ -0,0 +1,13 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) + ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..d57efc09 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,15 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.md new file mode 100644 index 00000000..4b2ea164 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..23493051 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable.sh @@ -0,0 +1,13 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) + ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..7da254d4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [+ Default value +] + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [+ val1 +] + - [+ val2 +] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..89d26d6a --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: null + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..d57efc09 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,15 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.md new file mode 100644 index 00000000..4b2ea164 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..23493051 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable.sh @@ -0,0 +1,13 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) + ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..7da254d4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [+ Default value +] + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [+ val1 +] + - [+ val2 +] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..89d26d6a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: null + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..d57efc09 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,15 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.md new file mode 100644 index 00000000..4b2ea164 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..23493051 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable.sh @@ -0,0 +1,13 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) + ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_variable.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..b165686f --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_variable.md b/tests/results/test_read_write/60_0family_dynamic_variable.md new file mode 100644 index 00000000..20726ad9 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_variable.sh b/tests/results/test_read_write/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..b1f9fc01 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) +┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..8aac66dc --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,13 @@ +> [!note] Caption: +> +> - Variable +> - [+ Default value +] + +Variables: +- :notebook: A suffix variable: + - [+ val1 +] + - [+ val2 +] +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable.sh b/tests/results/test_read_write_errors/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..601cc711 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: null +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..b165686f --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.md new file mode 100644 index 00000000..20726ad9 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..b1f9fc01 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) +┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..8aac66dc --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,13 @@ +> [!note] Caption: +> +> - Variable +> - [+ Default value +] + +Variables: +- :notebook: A suffix variable: + - [+ val1 +] + - [+ val2 +] +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..601cc711 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: null +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_secrets/60_0family_dynamic_variable.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_variable.gitlab.md new file mode 100644 index 00000000..b165686f --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable.gitlab.md @@ -0,0 +1,14 @@ +> [!note] Caption: +> +> - Variable +> - [- Modified value -] +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - [- val1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - [- val2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_variable.md b/tests/results/test_secrets/60_0family_dynamic_variable.md new file mode 100644 index 00000000..20726ad9 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ← loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_variable.sh b/tests/results/test_secrets/60_0family_dynamic_variable.sh new file mode 100644 index 00000000..b1f9fc01 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable.sh @@ -0,0 +1,12 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ +Variables: +┣━━ 📓 A suffix variable: +┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1) +┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) +┣━━ 📂 A dynamic family +┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test +┗━━ 📂 A dynamic family + ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test