fix: update tests

This commit is contained in:
egarette@silique.fr 2025-12-29 12:21:42 +01:00
parent 5565f33f27
commit 11a251ed88
127 changed files with 1074 additions and 148 deletions

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"family \"family_disabled\" is disabled, \"family_disabled.variable1\" will be ignored when loading from environment variable",
"family \"family_disabled\" is disabled, \"family_disabled.variable2\" will be ignored when loading from environment variable"
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable1\", it will be ignored when loading from environment variable",
"family_disabled.variable1",
null
]
],
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable2\", it will be ignored when loading from environment variable",
"family_disabled.variable2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable_disabled\" is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable_disabled",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"the value \"test\" is an invalid integer for \"variable_int\", which is not an integer, it will be ignored when loading from environment variable"
[
[
"the value \"test\" is an invalid integer, it's not an integer, it will be ignored when loading from environment variable",
"variable_int",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"family_disabled_hidden\" is disabled and hidden, \"family_disabled_hidden.variable1\" will be ignored when loading from environment variable"
[
[
"family \"family_disabled_hidden\" has property disabled and hidden, so cannot access to \"variable1\", it will be ignored when loading from environment variable",
"family_disabled_hidden.variable1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"the value \"**********\" is an invalid password for \"secret\", at least 10 characters are required, it will be ignored when loading from environment variable"
[
[
"the value \"**********\" is an invalid password, at least 10 characters are required, it will be ignored when loading from environment variable",
"secret",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"cannot set the value \"test\" to the family \"family\", it will be ignored when loading from environment variable"
[
[
"is a family so we cannot set the value \"test\", it will be ignored when loading from environment variable",
"family",
null
]
]
]
}

View file

@ -1,9 +1,33 @@
{
"errors": [],
"warnings": [
"variable \"leadership.follower_disabled\" at index \"0\" is disabled, it will be ignored when loading from environment variable",
"variable \"leadership.follower_disabled\" at index \"1\" is disabled, it will be ignored when loading from environment variable",
"variable \"leadership.follower_disabled\" at index \"2\" is disabled, it will be ignored when loading from environment variable",
"variable \"leadership.follower_disabled_at_index\" at index \"1\" is disabled, it will be ignored when loading from environment variable"
[
[
"variable \"follower_disabled\" at index \"0\" is disabled, it will be ignored when loading from environment variable",
"leadership.follower_disabled",
null
]
],
[
[
"variable \"follower_disabled\" at index \"1\" is disabled, it will be ignored when loading from environment variable",
"leadership.follower_disabled",
null
]
],
[
[
"variable \"follower_disabled\" at index \"2\" is disabled, it will be ignored when loading from environment variable",
"leadership.follower_disabled",
null
]
],
[
[
"variable \"follower_disabled_at_index\" at index \"1\" is disabled, it will be ignored when loading from environment variable",
"leadership.follower_disabled_at_index",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"index \"1\" is greater than the leadership length \"1\" for option \"leadership.follower\" in environment variable"
[
[
"index \"1\" is greater than the leadership length \"1\" for option \"follower\" in environment variable",
"leadership.follower",
null
]
]
]
}

View file

@ -1,9 +1,33 @@
{
"errors": [],
"warnings": [
"family \"leadership\" is hidden, \"leadership.var1\" (a first variable) will be ignored when loading from environment variable",
"family \"leadership\" is hidden, \"leadership.var2\" (a first variable) at index \"0\" will be ignored when loading from environment variable",
"index \"1\" is greater than the leadership length \"1\" for option \"leadership.var2\" (a first variable) in environment variable",
"index \"2\" is greater than the leadership length \"1\" for option \"leadership.var2\" (a first variable) in environment variable"
[
[
"family \"leadership\" has property hidden, so cannot access to \"var1\" (a first variable), it will be ignored when loading from environment variable",
"leadership.var1",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"0\" is hidden, it will be ignored when loading from environment variable",
"leadership.var2",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"1\" is hidden, it will be ignored when loading from environment variable",
"leadership.var2",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"2\" is hidden, it will be ignored when loading from environment variable",
"leadership.var2",
null
]
]
]
}

View file

@ -1,3 +1,3 @@
{
"variable": "string_1_True_None"
"variable": "string_1_True_"
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,2 @@
ROUGAIL_VAR1="string1,string2,string3"
ROUGAIL_VAR2="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL_VAR1="string1,string2,string3"
ROUGAIL_VAR2="string1,string2,string3"

View file

@ -0,0 +1,12 @@
{
"var1": [
"string1",
"string2",
"string3"
],
"var2": [
"string1",
"string2",
"string3"
]
}

View file

@ -0,0 +1,11 @@
{
"var1": [
"val1",
"val2",
"val3"
],
"var2": [
"val4",
"val5"
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var2",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"var1\" (a first variable) is hidden, it will be ignored when loading from environment variable",
"variable \"var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var1",
null
]
],
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var1\" (a first variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a second variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var3\" (a third variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var3",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a second variable) is hidden, it will be ignored when loading from environment variable",
"variable \"var3\" (a third variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var2",
null
]
],
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"var3",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable2\" (a seconde variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable2\" (a seconde variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"var1\" (a first variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var1",
null
]
]
]
}

View file

@ -1,8 +1,26 @@
{
"errors": [],
"warnings": [
"variable \"var2\" (a first variable) is hidden, it will be ignored when loading from environment variable",
"variable \"var3\" (a second variable) is hidden, it will be ignored when loading from environment variable",
"variable \"var4\" (a forth variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var2",
null
]
],
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var3",
null
]
],
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"var4",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"condition\" (a condition) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"condition\" (a condition) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"condition\" (a condition) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"family\" (possibly hidden family) is hidden, \"family.subfamily.var1\" (a variable) will be ignored when loading from environment variable"
[
[
"family \"family\" (possibly hidden family) has property hidden, so cannot access to \"var1\" (a variable), it will be ignored when loading from environment variable",
"family.subfamily.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"leadership.follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from environment variable"
[
[
"variable \"follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from environment variable",
"leadership.follower",
null
]
]
]
}

View file

@ -1,8 +1,26 @@
{
"errors": [],
"warnings": [
"variable \"leader.follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from environment variable",
"variable \"leader.follower\" (a follower) at index \"1\" is disabled, it will be ignored when loading from environment variable",
"variable \"leader.follower\" (a follower) at index \"2\" is disabled, it will be ignored when loading from environment variable"
[
[
"variable \"follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from environment variable",
"leader.follower",
null
]
],
[
[
"variable \"follower\" (a follower) at index \"1\" is disabled, it will be ignored when loading from environment variable",
"leader.follower",
null
]
],
[
[
"variable \"follower\" (a follower) at index \"2\" is disabled, it will be ignored when loading from environment variable",
"leader.follower",
null
]
]
]
}

View file

@ -1,6 +0,0 @@
{
"errors": [],
"warnings": [
"variable \"var\" (A suffix variable) is hidden, it will be ignored when loading from environment variable"
]
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2oVAR="string1"
ROUGAIL_VAR1="string1"
ROUGAIL_VAR2="string1,string2,string3"

View file

@ -0,0 +1,4 @@
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2oVAR="string1"
ROUGAIL_VAR1="string1"
ROUGAIL_VAR2="string1,string2,string3"

View file

@ -0,0 +1,3 @@
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2oVAR="string1"
ROUGAIL_VAR1="string1"

View file

@ -0,0 +1,10 @@
{
"dynval1.var": "string1",
"dynval2.var": "string1",
"var1": "string1",
"var2": [
"string1",
"string2",
"string3"
]
}

View file

@ -0,0 +1,9 @@
{
"dynval1.var": "string1",
"dynval2.var": "string1",
"var1": "string1",
"var2": [
"string1",
"string1"
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"dynval1.var\" (A dynamic variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"dynval1.var",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"dynval1.var\" (A dynamic variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"dynval1.var",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"family \"dynval2\" (a dynamic family) is hidden, \"dynval2.var\" (a variable) will be ignored when loading from environment variable",
"family \"dynval2\" (a dynamic family) is hidden, \"dynval2.family.var\" (a new variable) will be ignored when loading from environment variable"
[
[
"family \"dynval2\" (a dynamic family) has property hidden, so cannot access to \"var\" (a variable), it will be ignored when loading from environment variable",
"dynval2.var",
null
]
],
[
[
"family \"dynval2\" (a dynamic family) has property hidden, so cannot access to \"var\" (a new variable), it will be ignored when loading from environment variable",
"dynval2.family.var",
null
]
]
]
}

View file

@ -1,9 +1,33 @@
{
"errors": [],
"warnings": [
"family \"rougail.leadership\" is hidden, \"rougail.leadership.var1\" (a first variable) will be ignored when loading from environment variable",
"family \"rougail.leadership\" is hidden, \"rougail.leadership.var2\" (a first variable) at index \"0\" will be ignored when loading from environment variable",
"index \"1\" is greater than the leadership length \"1\" for option \"rougail.leadership.var2\" (a first variable) in environment variable",
"index \"2\" is greater than the leadership length \"1\" for option \"rougail.leadership.var2\" (a first variable) in environment variable"
[
[
"family \"leadership\" has property hidden, so cannot access to \"var1\" (a first variable), it will be ignored when loading from environment variable",
"rougail.leadership.var1",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"0\" is hidden, it will be ignored when loading from environment variable",
"rougail.leadership.var2",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"1\" is hidden, it will be ignored when loading from environment variable",
"rougail.leadership.var2",
null
]
],
[
[
"variable \"var2\" (a first variable) at index \"2\" is hidden, it will be ignored when loading from environment variable",
"rougail.leadership.var2",
null
]
]
]
}

View file

@ -1,3 +1,3 @@
{
"rougail.variable": "string_1_True_None"
"rougail.variable": "string_1_True_"
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAILoVAR2="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAILoVAR2="string1,string2,string3"

View file

@ -0,0 +1,12 @@
{
"rougail.var1": [
"string1",
"string2",
"string3"
],
"rougail.var2": [
"string1",
"string2",
"string3"
]
}

View file

@ -0,0 +1,11 @@
{
"rougail.var1": [
"val1",
"val2",
"val3"
],
"rougail.var2": [
"val4",
"val5"
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var\" (autosave variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var1\" (a first variable) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var1",
null
]
],
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var1\" (a first variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a second variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var3\" (a third variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var3",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a second variable) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.var3\" (a third variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
],
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.var3",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var1\" (a first variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var1",
null
]
]
]
}

View file

@ -1,8 +1,26 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var2\" (a first variable) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.var3\" (a second variable) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.var4\" (a forth variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
],
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var3",
null
]
],
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var4",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.condition\" (a condition) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.condition\" (a condition) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"rougail.condition\" (a condition) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.condition",
null
]
],
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.condition\" (a condition) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.condition",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from environment variable"
[
[
"variable has property disabled, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,7 +1,19 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var1\" (a first variable) is hidden, it will be ignored when loading from environment variable",
"variable \"rougail.var2\" (a second variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var1",
null
]
],
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var2",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from environment variable"
[
[
"family \"family\" has property disabled, so cannot access to \"var1\", it will be ignored when loading from environment variable",
"rougail.family.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from environment variable"
[
[
"family \"family\" has property disabled, so cannot access to \"var1\", it will be ignored when loading from environment variable",
"rougail.family.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from environment variable"
[
[
"family \"family\" has property disabled, so cannot access to \"var1\", it will be ignored when loading from environment variable",
"rougail.family.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from environment variable"
[
[
"family \"family\" has property disabled, so cannot access to \"var1\", it will be ignored when loading from environment variable",
"rougail.family.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.var1\" (a first variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.var1",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable\" (a variable) is hidden, it will be ignored when loading from environment variable"
[
[
"variable has property hidden, it will be ignored when loading from environment variable",
"rougail.variable",
null
]
]
]
}

View file

@ -1,6 +1,12 @@
{
"errors": [],
"warnings": [
"family \"rougail.leader\" (a leadership) is hidden, \"rougail.leader.leader\" (a leader) will be ignored when loading from environment variable"
[
[
"family \"leader\" (a leadership) has property hidden, so cannot access to \"leader\" (a leader), it will be ignored when loading from environment variable",
"rougail.leader.leader",
null
]
]
]
}

View file

@ -1,11 +1,47 @@
{
"errors": [],
"warnings": [
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.type.my_variable\" will be ignored when loading from environment variable",
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.description.my_variable\" will be ignored when loading from environment variable",
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.help.my_variable\" will be ignored when loading from environment variable",
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.mode.my_variable\" will be ignored when loading from environment variable",
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.hidden.my_variable\" will be ignored when loading from environment variable",
"family \"rougail.my_family\" (This is a great family) is disabled and hidden, \"rougail.my_family.disabled.my_variable\" will be ignored when loading from environment variable"
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.type.my_variable",
null
]
],
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.description.my_variable",
null
]
],
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.help.my_variable",
null
]
],
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.mode.my_variable",
null
]
],
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.hidden.my_variable",
null
]
],
[
[
"family \"my_family\" (This is a great family) has property disabled and hidden, so cannot access to \"my_variable\", it will be ignored when loading from environment variable",
"rougail.my_family.disabled.my_variable",
null
]
]
]
}

Some files were not shown because too many files have changed in this diff Show more