Compare commits

..

No commits in common. "2dd15183c9a30a81a45278c5b1a94201617319ef" and "071c97bbb08392becf353af35ca805b2e1d91670" have entirely different histories.

66 changed files with 5 additions and 235 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a4 (2025-04-01)
### Fix
- update tests
## 0.1.0a3 (2025-03-30) ## 0.1.0a3 (2025-03-30)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_environment" name = "rougail.user_data_environment"
version = "0.1.0a4" version = "0.1.0a3"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data environment" description = "Rougail user_data environment"

View file

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

View file

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

View file

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

View file

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

View file

@ -1 +0,0 @@
ROUGAIL_VAR1="a"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,9 +0,0 @@
{
"var1": [
"a",
"b",
"c"
],
"var2": "a",
"var3": "a"
}

View file

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

View file

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

View file

@ -1,3 +0,0 @@
ROUGAIL_VAR1="string1,string2,string3"
ROUGAIL_VAR2="string1"
ROUGAIL_FAMILY.VAR3="string1"

View file

@ -1,3 +0,0 @@
ROUGAIL_VAR1="string1,string2,string3"
ROUGAIL_VAR2="string1"
ROUGAIL_FAMILY.VAR3="string1"

View file

@ -1,9 +0,0 @@
{
"var1": [
"string1",
"string2",
"string3"
],
"var2": "string1",
"family.var3": "string1"
}

View file

@ -1,9 +0,0 @@
{
"var1": [
"a",
"b",
"c"
],
"var2": "a",
"family.var3": "a"
}

View file

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

View file

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

View file

@ -1,2 +0,0 @@
ROUGAIL_VAR1="#b1b1b1"
ROUGAIL_VAR2="#b2b1b1"

View file

@ -1,2 +0,0 @@
ROUGAIL_VAR1="#b1b1b1"
ROUGAIL_VAR2="#b2b1b1"

View file

@ -1,4 +0,0 @@
{
"var1": "#b1b1b1",
"var2": "#b2b1b1"
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1 +0,0 @@
ROUGAIL.VAR1="a"

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +0,0 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAIL.VAR2="string1"
ROUGAIL.VAR3="string1"

View file

@ -1,3 +0,0 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAIL.VAR2="string1"
ROUGAIL.VAR3="string1"

View file

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

View file

@ -1,9 +0,0 @@
{
"rougail.var1": [
"a",
"b",
"c"
],
"rougail.var2": "a",
"rougail.var3": "a"
}

View file

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

View file

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

View file

@ -1,3 +0,0 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAIL.VAR2="string1"
ROUGAIL.FAMILY.VAR3="string1"

View file

@ -1,3 +0,0 @@
ROUGAIL.VAR1="string1,string2,string3"
ROUGAIL.VAR2="string1"
ROUGAIL.FAMILY.VAR3="string1"

View file

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

View file

@ -1,9 +0,0 @@
{
"rougail.var1": [
"a",
"b",
"c"
],
"rougail.var2": "a",
"rougail.family.var3": "a"
}

View file

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

View file

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

View file

@ -1,2 +0,0 @@
ROUGAIL.VAR1="#b1b1b1"
ROUGAIL.VAR2="#b2b1b1"

View file

@ -1,2 +0,0 @@
ROUGAIL.VAR1="#b1b1b1"
ROUGAIL.VAR2="#b2b1b1"

View file

@ -1,4 +0,0 @@
{
"rougail.var1": "#b1b1b1",
"rougail.var2": "#b2b1b1"
}

View file

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

View file

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

View file

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

View file

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

View file

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