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 Feb 28, 2025
1 parent d3e5a27 commit a1febf2
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions label_studio/feature_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -1272,13 +1272,13 @@
},
"fflag_feat_all_leap_1732_pausing_an_annotator_short": {
"key": "fflag_feat_all_leap_1732_pausing_an_annotator_short",
"on": false,
"on": true,
"prerequisites": [],
"targets": [],
"contextTargets": [],
"rules": [],
"fallthrough": {
"variation": 1
"variation": 0
},
"offVariation": 1,
"variations": [
Expand All @@ -1294,7 +1294,7 @@
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
"version": 3,
"deleted": false
},
"fflag_feat_all_leap_1821_annotation_limit_short": {
Expand Down Expand Up @@ -3471,6 +3471,33 @@
"version": 6,
"deleted": false
},
"fflag_fix_back_optic-1380_dashboard_task_chart_grouped_by_completed_at_reviewed_at_short": {
"key": "fflag_fix_back_optic-1380_dashboard_task_chart_grouped_by_completed_at_reviewed_at_short",
"on": false,
"prerequisites": [],
"targets": [],
"contextTargets": [],
"rules": [],
"fallthrough": {
"variation": 0
},
"offVariation": 1,
"variations": [
true,
false
],
"clientSideAvailability": {
"usingMobileKey": false,
"usingEnvironmentId": false
},
"clientSide": false,
"salt": "9150c31b05f546dc8256c0335e5a9b3a",
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
"deleted": false
},
"fflag_fix_back_optic_1407_optimize_tasks_api_pagination_counts": {
"key": "fflag_fix_back_optic_1407_optimize_tasks_api_pagination_counts",
"on": true,
Expand Down

0 comments on commit a1febf2

Please sign in to comment.