mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
4b7e1f4a81
Our testing and internal validation has proven that the :global: environment concept confuses people more than the problems it solves. We have thus decided to group all configuration that was created before the environment concept was introduced in to the "default environment. This would still make everything work as before in addition to introducing the env concept. Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
126 lines
3.6 KiB
JSON
126 lines
3.6 KiB
JSON
{
|
|
"version": 1,
|
|
"features": [
|
|
{
|
|
"name": "in-another-project",
|
|
"description": "",
|
|
"type": "release",
|
|
"project": "someother",
|
|
"enabled": true,
|
|
"stale": false,
|
|
"strategies": [
|
|
{
|
|
"name": "gradualRolloutRandom",
|
|
"parameters": {
|
|
"percentage": "29"
|
|
},
|
|
"constraints": [
|
|
{
|
|
"contextName": "environment",
|
|
"operator": "IN",
|
|
"values": [
|
|
"dev"
|
|
]
|
|
},
|
|
{
|
|
"contextName": "environment",
|
|
"operator": "IN",
|
|
"values": [
|
|
"prod"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"variants": [],
|
|
"createdAt": "2021-09-17T07:14:03.718Z",
|
|
"lastSeenAt": null
|
|
},
|
|
{
|
|
"name": "this-is-fun",
|
|
"description": "",
|
|
"type": "release",
|
|
"project": "default",
|
|
"enabled": true,
|
|
"stale": false,
|
|
"strategies": [
|
|
{
|
|
"name": "gradualRolloutRandom",
|
|
"parameters": {
|
|
"percentage": "100"
|
|
}
|
|
}
|
|
],
|
|
"variants": [],
|
|
"createdAt": "2021-09-17T07:06:40.925Z",
|
|
"lastSeenAt": null
|
|
},
|
|
{
|
|
"name": "version.three.seventeen",
|
|
"description": "",
|
|
"type": "operational",
|
|
"project": "default",
|
|
"enabled": true,
|
|
"stale": false,
|
|
"strategies": [
|
|
{
|
|
"name": "default",
|
|
"parameters": {}
|
|
}
|
|
],
|
|
"variants": [],
|
|
"createdAt": "2021-09-17T07:06:56.421Z",
|
|
"lastSeenAt": null
|
|
},
|
|
{
|
|
"name": "with-constraints",
|
|
"description": "",
|
|
"type": "release",
|
|
"project": "default",
|
|
"enabled": true,
|
|
"stale": false,
|
|
"strategies": [
|
|
{
|
|
"name": "default",
|
|
"parameters": {},
|
|
"constraints": [
|
|
{
|
|
"contextName": "userId",
|
|
"operator": "IN",
|
|
"values": [
|
|
"123456"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"variants": [],
|
|
"createdAt": "2021-09-17T07:14:39.509Z",
|
|
"lastSeenAt": null
|
|
}
|
|
],
|
|
"strategies": [],
|
|
"projects": [
|
|
{
|
|
"id": "default",
|
|
"name": "Default",
|
|
"description": "Default project",
|
|
"createdAt": "2021-09-17T05:06:16.299Z"
|
|
},
|
|
{
|
|
"id": "someother",
|
|
"name": "Some other project",
|
|
"description": "",
|
|
"createdAt": "2021-09-17T05:13:45.011Z"
|
|
}
|
|
],
|
|
"tagTypes": [
|
|
{
|
|
"name": "simple",
|
|
"description": "Used to simplify filtering of features",
|
|
"icon": "#"
|
|
}
|
|
],
|
|
"tags": [],
|
|
"featureTags": []
|
|
} |