You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reason for change:
Removed the fflag_all_feat_bros_421_review_random_and_limit_tasks feature flag as requested. The flag was configured to always be TRUE and was not referenced by any runtime code, making its removal a cleanup.
Screenshots:
N/A - No visible changes.
Rollout strategy:
Direct merge. This is a configuration cleanup.
Testing:
read_lints label_studio/feature_flags.json was run and passed.
No automated tests were run as this is a configuration data change.
Consider a quick regression pass in any area that previously relied on review random/limit behavior if deemed necessary, though the flag was not actively used in code.
Risks:
Low risk, as the feature flag was not referenced in the application's runtime code, meaning its removal does not alter existing behavior.
Reviewer notes:
The flag fflag_all_feat_bros_421_review_random_and_limit_tasks was removed from label_studio/feature_flags.json. A search confirmed no code references this flag, so its removal is purely a cleanup.
General notes:
This change removes an unused feature flag entry from the feature_flags.json file.
Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch. Learn more about Cursor Agents
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.57%. Comparing base (f83bc53) to head (377f70c).
✅ All tests successful. No failed tests found.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change:
Removed the
fflag_all_feat_bros_421_review_random_and_limit_tasksfeature flag as requested. The flag was configured to always beTRUEand was not referenced by any runtime code, making its removal a cleanup.Screenshots:
N/A - No visible changes.
Rollout strategy:
Direct merge. This is a configuration cleanup.
Testing:
read_lints label_studio/feature_flags.jsonwas run and passed.Risks:
Low risk, as the feature flag was not referenced in the application's runtime code, meaning its removal does not alter existing behavior.
Reviewer notes:
The flag
fflag_all_feat_bros_421_review_random_and_limit_taskswas removed fromlabel_studio/feature_flags.json. A search confirmed no code references this flag, so its removal is purely a cleanup.General notes:
This change removes an unused feature flag entry from the
feature_flags.jsonfile.Slack Thread