Skip to content

Commit

Permalink
add local strategies (#5029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Apr 11, 2024
1 parent 759420c commit af3cbbf
Showing 1 changed file with 127 additions and 13 deletions.
140 changes: 127 additions & 13 deletions .unleash/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "source_uuid"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2023-05-03T11:50:00.756Z"
},
Expand All @@ -19,7 +28,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2021-09-14T21:22:00.756Z"
},
Expand All @@ -30,7 +48,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-08-20T19:50:00.756Z"
},
Expand All @@ -41,7 +68,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-08-20T19:50:00.756Z"
},
Expand All @@ -52,7 +88,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-09-06T11:50:00.756Z"
},
Expand All @@ -63,7 +108,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-08-29T11:50:00.756Z"
},
Expand All @@ -74,7 +128,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-12-09T19:41:51.178Z"
},
Expand All @@ -85,7 +148,22 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": [
{
"contextName": "schema",
"operator": "IN",
"values": ["org1234567"]
}
]
}
],
"variants": [],
"createdAt": "2022-12-02T19:01:40.137Z"
},
Expand All @@ -96,7 +174,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-08-12T21:22:00.756Z"
},
Expand All @@ -107,7 +194,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-02-22T15:48:54.492Z"
},
Expand All @@ -118,7 +214,16 @@
"project": "default",
"enabled": true,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2022-10-31T18:49:38.445Z"
},
Expand All @@ -129,9 +234,18 @@
"project": "default",
"enabled": false,
"stale": false,
"strategies": [],
"strategies": [
{
"name": "flexibleRollout",
"parameters": {
"rollout": 100,
"stickiness": "schema"
},
"constraints": []
}
],
"variants": [],
"createdAt": "2024-01-23T09:40:54.492Z"
}
]
}
}

0 comments on commit af3cbbf

Please sign in to comment.