Skip to content

Conversation

@mcanu
Copy link
Contributor

@mcanu mcanu commented Nov 27, 2025

This PR was automatically generated via Follow Merge. Workflow Run
Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.

@mcanu mcanu requested a review from a team as a code owner November 27, 2025 21:20
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit 9788e19
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/69333b6f67ffe300077f8fce

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for label-studio-storybook canceled.

Name Link
🔨 Latest commit 9788e19
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/69333b6f4cbc810008c48814

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 9788e19
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/69333b6fd612b300087c42b2

@github-actions github-actions bot added the feat label Nov 27, 2025
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for label-studio-playground canceled.

Name Link
🔨 Latest commit 9788e19
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/69333b6f0a58ca0008e0fd9f

@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

❌ Patch coverage is 61.11111% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.59%. Comparing base (4f6860d) to head (9788e19).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
label_studio/projects/functions/next_task.py 56.25% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8905      +/-   ##
===========================================
+ Coverage    65.93%   66.59%   +0.66%     
===========================================
  Files          828      828              
  Lines        64588    64593       +5     
  Branches     10984    10984              
===========================================
+ Hits         42585    43017     +432     
+ Misses       21999    21572     -427     
  Partials         4        4              
Flag Coverage Δ
lsf-e2e 52.56% <ø> (+1.83%) ⬆️
lsf-integration 48.48% <ø> (-0.07%) ⬇️
lsf-unit 8.81% <ø> (ø)
pytests 81.32% <61.11%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nass600
Copy link
Contributor

nass600 commented Dec 4, 2025

/fm sync

Workflow run

@matt-bernstein
Copy link
Contributor

matt-bernstein commented Dec 5, 2025

/git merge develop

Workflow run
Successfully merged: 10 files changed, 161 insertions(+), 69 deletions(-)

'total_predictions_number': 0,
'sampling': 'Sequential sampling',
'show_ground_truth_first': True,
'annotator_evaluation_enabled': False,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this change the default for new projects?

max_length=100, choices=SkipQueue.choices, null=True, default=SkipQueue.REQUEUE_FOR_OTHERS
)

# Deprecated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, I see :) wasn't there some django convention that you introduced for deprecated features, or am I misremembering?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, here it is

@extend_schema_serializer(deprecate_fields=['agreement_threshold', 'max_additional_annotators_assignable'])
class MetricParamSerializer(serializers.ModelSerializer):
    ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants