-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat: UTC-416: Implement 'Ensure all annotators are evaluated' setting for GT tasks #8905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
cf13097
Added show_ground_truth_always field in project and handle next_task
mcanu 7148a06
Modified migration
mcanu 11b1697
Fix migration default
mcanu cf65c8f
Fixed migration
mcanu 736ddde
Sync Follow Merge dependencies
nass600 d17a17a
Merge branch 'develop' into 'fb-utc-416'
nass600 655fe5d
added warning badge
nass600 a3fa9b0
added icons
nass600 d8dc179
Added new fields
mcanu 5d38ddf
Merge branch 'develop' into 'fb-utc-416'
matt-bernstein a995df7
Sync Follow Merge dependencies
robot-ci-heartex fc8aabc
Sync Follow Merge dependencies
robot-ci-heartex cdc89b6
Using new fields
mcanu 2ae8516
Sync Follow Merge dependencies
robot-ci-heartex 9788e19
Sync Follow Merge dependencies
robot-ci-heartex 764e408
Sync Follow Merge dependencies
mcanu f8a19ab
Merge branch 'develop' into 'fb-utc-416'
mcanu 2c0d2cf
Deprecated show_ground_truth_first
mcanu ebce42e
Sync Follow Merge dependencies
robot-ci-heartex d4b1713
Merge branch 'develop' into 'fb-utc-416'
robot-ci-heartex da019ac
Sync Follow Merge dependencies
robot-ci-heartex 7af4a7e
Fix test
mcanu 3e5ee9a
Sync Follow Merge dependencies
mcanu 12275ef
Sync Follow Merge dependencies
robot-ci-heartex 256b4b0
Sync Follow Merge dependencies
mcanu 6e80b9c
Merge branch 'develop' into 'fb-utc-416'
mcanu 719e00e
annotator_evaluation_enabled default to False
mcanu efda0ee
Fix columns test
mcanu 5ce366e
Sync Follow Merge dependencies
mcanu 2990a35
Merge branch 'develop' into 'fb-utc-416'
mcanu 31f3007
Sync Follow Merge dependencies
robot-ci-heartex 798c8d0
Sync Follow Merge dependencies
robot-ci-heartex 367c9b1
Merge branch 'develop' into 'fb-utc-416'
mcanu 254b3af
Sync Follow Merge dependencies
robot-ci-heartex a1a7741
Merge branch 'develop' into 'fb-utc-416'
robot-ci-heartex 86598f5
Sync Follow Merge dependencies
robot-ci-heartex b94d723
Sync Follow Merge dependencies
mcanu b4c1f2d
Merge branch 'develop' into 'fb-utc-416'
mcanu 862d4b4
Sync Follow Merge dependencies
mcanu c7d1448
Merge branch 'develop' into 'fb-utc-416'
mcanu ab8cc53
Merge branch 'develop' into 'fb-utc-416'
mcanu 9cee6e3
Sync Follow Merge dependencies
robot-ci-heartex 9b919d8
Merge branch 'develop' into 'fb-utc-416'
mcanu ad9e951
Sync Follow Merge dependencies
robot-ci-heartex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
23 changes: 23 additions & 0 deletions
23
label_studio/projects/migrations/0034_project_annotator_evaluation_enabled.py
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Generated by Django 5.1.14 on 2025-12-09 21:37 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ("projects", "0033_projects_soft_delete_indexes_async"), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AddField( | ||
| model_name="project", | ||
| name="annotator_evaluation_enabled", | ||
| field=models.BooleanField( | ||
| db_default=False, | ||
| default=False, | ||
| help_text="Enable annotator evaluation for the project", | ||
| verbose_name="annotator evaluation enabled", | ||
| ), | ||
| ), | ||
| ] |
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.