Compare commits

...

2 commits

163 changed files with 615 additions and 132 deletions

View file

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

View file

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

View file

@ -0,0 +1,2 @@
ROUGAIL_SECRET1="onE7vaLues_len1"
ROUGAIL_SECRET2="onE7vaLues"

View file

@ -0,0 +1,2 @@
ROUGAIL_SECRET1="onE7vaLues_len1"
ROUGAIL_SECRET2="onE7vaLues"

View file

@ -0,0 +1 @@
ROUGAIL_SECRET1="onE7vaLues_len1"

View file

@ -0,0 +1,4 @@
{
"secret1": "onE7vaLues_len1",
"secret2": "onE7vaLues"
}

View file

@ -0,0 +1,4 @@
{
"secret1": "onE7vaLues_len1",
"secret2": "value"
}

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"
ROUGAIL_VAR2="string1"

View file

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

View file

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

View file

@ -0,0 +1,4 @@
{
"var1": "string1",
"var2": "string1"
}

View file

@ -0,0 +1,4 @@
{
"var1": "string1",
"var2": "string1"
}

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"
ROUGAIL_VAR2="string1"

View file

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

View file

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

View file

@ -0,0 +1,4 @@
{
"var1": "string1",
"var2": "string1"
}

View file

@ -0,0 +1,4 @@
{
"var1": "string1",
"var2": "string1"
}

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"var2\" (a second variable) because has property \"disabled\"" "cannot access to option \"var2\" (a second variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"var2\" (a second variable) because has property \"disabled\"" "cannot access to option \"var2\" (a second variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"var1\" (a first variable) because has property \"hidden\" (unknown is undefined)" "cannot access to option \"var1\" (a first variable) because has property \"hidden\" (unknown is undefined)"
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\"" "cannot access to option \"variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

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

View file

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

View file

@ -0,0 +1,2 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1 @@
ROUGAIL_VARIABLE="string1,string2,string3"

View file

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

View file

@ -0,0 +1,11 @@
{
"condition": [
"val1",
"val2"
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to optiondescription \"family\" (possibly hidden family) because has property \"hidden\"" "cannot access to optiondescription \"family\" (possibly hidden family) because has property \"hidden\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"leader.follower\" (a follower) because has property \"disabled\" (disabled)" "cannot access to option \"leader.follower\" (a follower) because has property \"disabled\" (disabled)"
], ]
"warnings": []
} }

View file

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

View file

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

View file

@ -0,0 +1,5 @@
ROUGAIL_VAR="val.1,val.2"
ROUGAIL_DYNVAL_1.VAR1="string1"
ROUGAIL_DYNVAL_1.VAR2="string1"
ROUGAIL_DYNVAL_2.VAR1="string1"
ROUGAIL_DYNVAL_2.VAR2="string1"

View file

@ -0,0 +1,4 @@
ROUGAIL_DYNVAL_1.VAR1="string1"
ROUGAIL_DYNVAL_1.VAR2="string1"
ROUGAIL_DYNVAL_2.VAR1="string1"
ROUGAIL_DYNVAL_2.VAR2="string1"

View file

@ -0,0 +1,10 @@
{
"var": [
"val.1",
"val.2"
],
"dynval_1.var1": "string1",
"dynval_1.var2": "string1",
"dynval_2.var1": "string1",
"dynval_2.var2": "string1"
}

View file

@ -0,0 +1,10 @@
{
"var": [
"val.1",
"val.2"
],
"dynval_1.var1": "val.1",
"dynval_1.var2": "val.1",
"dynval_2.var1": "val.2",
"dynval_2.var2": "val.2"
}

View file

@ -1,7 +1,7 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)", "cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)",
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)" "cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)"
], ]
"warnings": []
} }

View file

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

View file

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

View file

@ -0,0 +1,2 @@
ROUGAIL.SECRET1="onE7vaLues_len1"
ROUGAIL.SECRET2="onE7vaLues"

View file

@ -0,0 +1,2 @@
ROUGAIL.SECRET1="onE7vaLues_len1"
ROUGAIL.SECRET2="onE7vaLues"

View file

@ -0,0 +1 @@
ROUGAIL.SECRET1="onE7vaLues_len1"

View file

@ -0,0 +1,4 @@
{
"rougail.secret1": "onE7vaLues_len1",
"rougail.secret2": "onE7vaLues"
}

View file

@ -0,0 +1,4 @@
{
"rougail.secret1": "onE7vaLues_len1",
"rougail.secret2": "value"
}

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"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,4 @@
{
"rougail.var1": "string1",
"rougail.var2": "string1"
}

View file

@ -0,0 +1,4 @@
{
"rougail.var1": "string1",
"rougail.var2": "string1"
}

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"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL.VAR1="string1"
ROUGAIL.VAR2="string1"

View file

@ -0,0 +1,4 @@
{
"rougail.var1": "string1",
"rougail.var2": "string1"
}

View file

@ -0,0 +1,4 @@
{
"rougail.var1": "string1",
"rougail.var2": "string1"
}

View file

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

View file

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

View file

@ -0,0 +1 @@
ROUGAIL.VARIABLE="string1"

View file

@ -0,0 +1 @@
ROUGAIL.VARIABLE="string1"

View file

@ -0,0 +1,3 @@
{
"rougail.variable": "string1"
}

View file

@ -0,0 +1,3 @@
{
"rougail.variable": "Rougail"
}

View file

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

View file

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

View file

@ -0,0 +1 @@
ROUGAIL.VARIABLE="string1"

View file

@ -0,0 +1 @@
ROUGAIL.VARIABLE="string1"

View file

@ -0,0 +1,3 @@
{
"rougail.variable": "string1"
}

View file

@ -0,0 +1,3 @@
{
"rougail.variable": "Rougail"
}

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.var\" (autosave variable) because has property \"hidden\"" "cannot access to option \"rougail.var\" (autosave variable) because has property \"hidden\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\"" "cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\"" "cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (unknown is undefined)" "cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (unknown is undefined)"
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

@ -1,6 +1,6 @@
{ {
"errors": [ "errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
], ]
"warnings": []
} }

View file

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

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