-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: BROS-502: flag_set with organization parameter and organization.id, ff for bypassing plugin verification #8588
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
Codecov Report❌ Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
if organization is None: | ||
user_dict = get_user_repr(user) | ||
else: | ||
user_dict = get_user_repr_from_organization(organization) |
There was a problem hiding this comment.
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
No description provided.