Skip to content

Commit

Permalink
ci: Update Feature Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-ci-heartex committed Mar 5, 2025
1 parent 2b3dcf5 commit 7487d6e
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion label_studio/feature_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 3,
"version": 4,
"deleted": false
},
"fflag_feat_front_optic_1479_improve_image_tag_memory_usage_short": {
Expand Down Expand Up @@ -2661,6 +2661,33 @@
"version": 3,
"deleted": false
},
"fflag_feat_front_optic_1746_improve_global_error_messages_short": {
"key": "fflag_feat_front_optic_1746_improve_global_error_messages_short",
"on": false,
"prerequisites": [],
"targets": [],
"contextTargets": [],
"rules": [],
"fallthrough": {
"variation": 0
},
"offVariation": 1,
"variations": [
true,
false
],
"clientSideAvailability": {
"usingMobileKey": false,
"usingEnvironmentId": false
},
"clientSide": false,
"salt": "e31a1913483c4765a2eda65c37577ff3",
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
"deleted": false
},
"fflag_feat_front_optic_66_lazy_chart_evaluation_19092023_short": {
"key": "fflag_feat_front_optic_66_lazy_chart_evaluation_19092023_short",
"on": true,
Expand Down Expand Up @@ -4159,6 +4186,33 @@
"debugEventsUntilDate": null,
"version": 4,
"deleted": false
},
"sample-feature": {
"key": "sample-feature",
"on": false,
"prerequisites": [],
"targets": [],
"contextTargets": [],
"rules": [],
"fallthrough": {
"variation": 0
},
"offVariation": 1,
"variations": [
true,
false
],
"clientSideAvailability": {
"usingMobileKey": true,
"usingEnvironmentId": true
},
"clientSide": true,
"salt": "840eaf270c944ffcbeb7a5755a6086fb",
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
"deleted": false
}
}
}

0 comments on commit 7487d6e

Please sign in to comment.