fix: rename source
This commit is contained in:
parent
bc35561a52
commit
b1dc690fb7
175 changed files with 987 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
"""
|
"""
|
||||||
Silique (https://www.silique.fr)
|
Silique (https://www.silique.fr)
|
||||||
Copyright (C) 2024
|
Copyright (C) 2024-2025
|
||||||
|
|
||||||
distribued with GPL-2 or later license
|
distribued with GPL-2 or later license
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Config file for Rougail-user-data-environment
|
Config file for Rougail-user-data-environment
|
||||||
|
|
||||||
Silique (https://www.silique.fr)
|
Silique (https://www.silique.fr)
|
||||||
Copyright (C) 2024
|
Copyright (C) 2024-2025
|
||||||
|
|
||||||
distribued with GPL-2 or later license
|
distribued with GPL-2 or later license
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""
|
"""
|
||||||
Silique (https://www.silique.fr)
|
Silique (https://www.silique.fr)
|
||||||
Copyright (C) 2024
|
Copyright (C) 2024-2025
|
||||||
|
|
||||||
distribued with GPL-2 or later license
|
distribued with GPL-2 or later license
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ class RougailUserDataEnvironment:
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
values = self.parse()
|
values = self.parse()
|
||||||
return [{'source': 'environment',
|
return [{'source': 'environment variable',
|
||||||
'errors': self.errors,
|
'errors': self.errors,
|
||||||
'warnings': self.warnings,
|
'warnings': self.warnings,
|
||||||
'values': values,
|
'values': values,
|
||||||
|
|
4
tests/results/test/00_6secret/errors/all.json
Normal file
4
tests/results/test/00_6secret/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
4
tests/results/test/00_6secret/errors/mandatories.json
Normal file
4
tests/results/test/00_6secret/errors/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
2
tests/results/test/00_6secret/file/all.env
Normal file
2
tests/results/test/00_6secret/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_SECRET1="string1"
|
||||||
|
ROUGAIL_SECRET2="string1"
|
2
tests/results/test/00_6secret/file/all_exclude.env
Normal file
2
tests/results/test/00_6secret/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_SECRET1="string1"
|
||||||
|
ROUGAIL_SECRET2="string1"
|
1
tests/results/test/00_6secret/file/mandatories.env
Normal file
1
tests/results/test/00_6secret/file/mandatories.env
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ROUGAIL_SECRET1="string1"
|
4
tests/results/test/00_6secret/makedict/all.json
Normal file
4
tests/results/test/00_6secret/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"secret1": "string1",
|
||||||
|
"secret2": "string1"
|
||||||
|
}
|
4
tests/results/test/00_6secret/makedict/mandatories.json
Normal file
4
tests/results/test/00_6secret/makedict/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"secret1": "string1",
|
||||||
|
"secret2": "value"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_VAR2="string1"
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"var1": "string1",
|
||||||
|
"var2": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"var1": "string1",
|
||||||
|
"var2": "string1"
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
ROUGAIL_VAR1="string1,string2,string3"
|
ROUGAIL_VAR1="string1,string2,string3"
|
||||||
ROUGAIL_VAR2="string1,string2,string3"
|
ROUGAIL_VAR2="string1,string2,string3"
|
||||||
ROUGAIL_VAR3="string1"
|
ROUGAIL_VAR3="string1,string2,string3"
|
||||||
ROUGAIL_VAR4="string1,string2,string3"
|
ROUGAIL_VAR4="string1,string2,string3"
|
||||||
ROUGAIL_VAR5="string1,string2,string3"
|
ROUGAIL_VAR5="string1,string2,string3"
|
||||||
ROUGAIL_VAR6="string1,string2,string3"
|
ROUGAIL_VAR6="string1,string2,string3"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
ROUGAIL_VAR1="string1,string2,string3"
|
ROUGAIL_VAR1="string1,string2,string3"
|
||||||
ROUGAIL_VAR2="string1,string2,string3"
|
ROUGAIL_VAR2="string1,string2,string3"
|
||||||
ROUGAIL_VAR3="string1"
|
ROUGAIL_VAR3="string1,string2,string3"
|
||||||
ROUGAIL_VAR4="string1,string2,string3"
|
ROUGAIL_VAR4="string1,string2,string3"
|
||||||
ROUGAIL_VAR5="string1,string2,string3"
|
ROUGAIL_VAR5="string1,string2,string3"
|
||||||
ROUGAIL_VAR6="string1,string2,string3"
|
ROUGAIL_VAR6="string1,string2,string3"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
ROUGAIL_VAR1="string1,string2,string3"
|
ROUGAIL_VAR1="string1,string2,string3"
|
||||||
ROUGAIL_VAR2="string1,string2,string3"
|
ROUGAIL_VAR2="string1,string2,string3"
|
||||||
ROUGAIL_VAR3="string1"
|
ROUGAIL_VAR3="string1,string2,string3"
|
||||||
|
|
|
@ -9,7 +9,11 @@
|
||||||
"string2",
|
"string2",
|
||||||
"string3"
|
"string3"
|
||||||
],
|
],
|
||||||
"var3": "string1",
|
"var3": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
],
|
||||||
"var4": [
|
"var4": [
|
||||||
"string1",
|
"string1",
|
||||||
"string2",
|
"string2",
|
||||||
|
|
|
@ -9,7 +9,11 @@
|
||||||
"string2",
|
"string2",
|
||||||
"string3"
|
"string3"
|
||||||
],
|
],
|
||||||
"var3": "string1",
|
"var3": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
],
|
||||||
"var4": [
|
"var4": [
|
||||||
"value"
|
"value"
|
||||||
],
|
],
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"errors": [
|
||||||
|
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
|
||||||
|
],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_CONDITION="True"
|
||||||
|
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_CONDITION="True"
|
||||||
|
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
||||||
|
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"condition": true
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"condition": false,
|
||||||
|
"variable": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
4
tests/results/test/16_6exists_family/errors/all.json
Normal file
4
tests/results/test/16_6exists_family/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
1
tests/results/test/16_6exists_family/file/all.env
Normal file
1
tests/results/test/16_6exists_family/file/all.env
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
1
tests/results/test/16_6exists_family/makedict/all.json
Normal file
1
tests/results/test/16_6exists_family/makedict/all.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
4
tests/results/test/20_9family_absolute/errors/all.json
Normal file
4
tests/results/test/20_9family_absolute/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
6
tests/results/test/20_9family_absolute/file/all.env
Normal file
6
tests/results/test/20_9family_absolute/file/all.env
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_FAMILY.VAR2="string6"
|
||||||
|
ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1,string2,string3"
|
||||||
|
ROUGAIL_FAMILY2.VAR2="string1"
|
||||||
|
ROUGAIL_FAMILY2.VAR3="string5"
|
||||||
|
ROUGAIL_FAMILY2.SUBFAMILY.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,6 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_FAMILY.VAR2="string6"
|
||||||
|
ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1,string2,string3"
|
||||||
|
ROUGAIL_FAMILY2.VAR2="string1"
|
||||||
|
ROUGAIL_FAMILY2.VAR3="string5"
|
||||||
|
ROUGAIL_FAMILY2.SUBFAMILY.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL_VAR1="string1"
|
||||||
|
ROUGAIL_FAMILY.VAR2="string6"
|
16
tests/results/test/20_9family_absolute/makedict/all.json
Normal file
16
tests/results/test/20_9family_absolute/makedict/all.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"var1": "string1",
|
||||||
|
"family.var2": "string6",
|
||||||
|
"family.subfamily.variable": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
],
|
||||||
|
"family2.var2": "string1",
|
||||||
|
"family2.var3": "string5",
|
||||||
|
"family2.subfamily.variable": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"var1": "string1",
|
||||||
|
"family.var2": "string6",
|
||||||
|
"family.subfamily.variable": [
|
||||||
|
"string1",
|
||||||
|
"string6"
|
||||||
|
],
|
||||||
|
"family2.var2": "string6",
|
||||||
|
"family2.var3": "string4",
|
||||||
|
"family2.subfamily.variable": [
|
||||||
|
"string1",
|
||||||
|
"string6",
|
||||||
|
"string4"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"val11"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"val11"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"val11",
|
||||||
|
"val11"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": "value1"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": "value2"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1,4 @@
|
||||||
|
ROUGAIL_LEADER.LEADER="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
|
||||||
|
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"
|
||||||
|
ROUGAIL_CALCULATE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "string1",
|
||||||
|
"leader.follower1": "string1",
|
||||||
|
"leader.follower2": "string1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string2",
|
||||||
|
"leader.follower1": "string2",
|
||||||
|
"leader.follower2": "string2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "string3",
|
||||||
|
"leader.follower1": "string3",
|
||||||
|
"leader.follower2": "string3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"string1",
|
||||||
|
"string2",
|
||||||
|
"string3"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"leader.leader": [
|
||||||
|
{
|
||||||
|
"leader.leader": "value1",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"leader.leader": "value2",
|
||||||
|
"leader.follower1": "val11",
|
||||||
|
"leader.follower2": "val21"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"calculate": [
|
||||||
|
"value1",
|
||||||
|
"value2"
|
||||||
|
]
|
||||||
|
}
|
4
tests/results/test_namespace/00_6secret/errors/all.json
Normal file
4
tests/results/test_namespace/00_6secret/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
2
tests/results/test_namespace/00_6secret/file/all.env
Normal file
2
tests/results/test_namespace/00_6secret/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL.SECRET1="string1"
|
||||||
|
ROUGAIL.SECRET2="string1"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL.SECRET1="string1"
|
||||||
|
ROUGAIL.SECRET2="string1"
|
|
@ -0,0 +1 @@
|
||||||
|
ROUGAIL.SECRET1="string1"
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"rougail.secret1": "string1",
|
||||||
|
"rougail.secret2": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"rougail.secret1": "string1",
|
||||||
|
"rougail.secret2": "value"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL.VAR1="string1"
|
||||||
|
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL.VAR1="string1"
|
||||||
|
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
||||||
|
ROUGAIL.VAR1="string1"
|
||||||
|
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"rougail.var1": "string1",
|
||||||
|
"rougail.var2": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"rougail.var1": "string1",
|
||||||
|
"rougail.var2": "string1"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"errors": [],
|
||||||
|
"warnings": []
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue