Skip to content

Conversation

makseq
Copy link
Member

@makseq makseq commented Oct 4, 2025

No description provided.

Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for label-studio-storybook canceled.

Name Link
🔨 Latest commit 41be385
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/68e090b7afbb240008ebf550

Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for label-studio-playground canceled.

Name Link
🔨 Latest commit 41be385
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/68e090b77b97150008549b93

Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 41be385
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/68e090b7076267000709db52

@github-actions github-actions bot added the fix label Oct 4, 2025
Copy link

netlify bot commented Oct 4, 2025

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

Name Link
🔨 Latest commit 41be385
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/68e090b79ecee30008b8ea3c

Copy link

codecov bot commented Oct 4, 2025

Codecov Report

❌ Patch coverage is 95.34884% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.69%. Comparing base (4487d49) to head (41be385).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
label_studio/core/feature_flags/utils.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #8588       +/-   ##
============================================
+ Coverage    67.43%   79.69%   +12.26%     
============================================
  Files          780      238      -542     
  Lines        59928    21537    -38391     
  Branches     10154        0    -10154     
============================================
- Hits         40411    17164    -23247     
+ Misses       19514     4373    -15141     
+ Partials         3        0        -3     
Flag Coverage Δ
lsf-e2e ?
lsf-integration ?
lsf-unit ?
pytests 79.69% <95.34%> (+0.02%) ⬆️

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.

@makseq makseq changed the title fix: Allow internal HumanSignal Org use plugins feat: BROS-502: flag_set with organization parameter and organization.id, ff for bypassing plugin verification Oct 4, 2025
@github-actions github-actions bot added the feat label Oct 4, 2025
if organization is None:
user_dict = get_user_repr(user)
else:
user_dict = get_user_repr_from_organization(organization)
Copy link
Contributor

Choose a reason for hiding this comment

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

If organization exist, you can avoid all the beginning with user. Currently, user_dict does not use user info.
Is a nitpick no need to change in this pr

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.

2 participants