Closed matt-bernstein closed 6 days ago
Your pull request is modifying functions with the following pre-existing issues:
š File: label_studio/core/feature_flags/base.py
Function | Unhandled Issue |
---|---|
_get_user_repr |
AttributeError: 'NoneType' object has no attribute 'email' /p... Event Count: 1 |
Did you find this useful? React with a š or š
Name | Link |
---|---|
Latest commit | e1ddc441a5d45fa39f6435ed99011e2d64a8081f |
Latest deploy log | https://app.netlify.com/sites/label-studio-docs-new-theme/deploys/673c2587ec0afb0008571812 |
Name | Link |
---|---|
Latest commit | e1ddc441a5d45fa39f6435ed99011e2d64a8081f |
Latest deploy log | https://app.netlify.com/sites/heartex-docs/deploys/673c25873b200f00086cdee7 |
Attention: Patch coverage is 75.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 76.76%. Comparing base (
52aea5b
) to head (e1ddc44
). Report is 8 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
label_studio/core/feature_flags/base.py | 75.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
šØ Try these New Features:
Allow LSE to override the user_dict sent to LD with information about Starter Cloud
PR fulfills these requirements
[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made
ex.fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors
Change has impacts in these area(s)
(check all that apply)
Describe the reason for change
(link to issue, supportive screenshots etc.)
What does this fix?
(if this is a bug fix)
What is the new behavior?
(if this is a breaking or feature change)
What is the current behavior?
(if this is a breaking or feature change)
What libraries were added/updated?
(list all with version changes)
Does this change affect performance?
(if so describe the impacts positive or negative)
Does this change affect security?
(if so describe the impacts positive or negative)
What alternative approaches were there?
(briefly list any if applicable)
What feature flags were used to cover this change?
(briefly list any if applicable)
Does this PR introduce a breaking change?
(check only one)
What level of testing was included in the change?
(check all that apply)
Which logical domain(s) does this change affect?
(for bug fixes/features, be as precise as possible. ex. Authentication, Annotation History, Review Stream etc.)