Skip to content
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

feat: OPTIC-1183: Improve is_delete flow #6473

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

luarmr
Copy link
Contributor

@luarmr luarmr commented Oct 6, 2024

While investigating an organization with a large number of users, we realized that this FF check triggers unnecessary calls because it checks users in a loop rather than the request.
This feature flag is fully deprecated on cloud, so we create this initial patch.

We will have a quick follow up to make this more reusable.

Copy link

netlify bot commented Oct 6, 2024

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 5c98252
🔍 Latest deploy log https://app.netlify.com/sites/heartex-docs/deploys/670307fe7c130c00089e3577

@github-actions github-actions bot added the feat label Oct 6, 2024
Copy link

netlify bot commented Oct 6, 2024

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

Name Link
🔨 Latest commit 5c98252
🔍 Latest deploy log https://app.netlify.com/sites/label-studio-docs-new-theme/deploys/670307fe212739000834f64b

fix linting, my conf in local is diferent???

fix linting, my conf in local is diferent???

fix linting, my conf in local is diferent???
@luarmr luarmr force-pushed the fb-optic-1183/improve-is_delete-flow branch from d01ecf9 to 6a2a05c Compare October 6, 2024 20:02
@luarmr luarmr enabled auto-merge (squash) October 6, 2024 21:44
@luarmr luarmr force-pushed the fb-optic-1183/improve-is_delete-flow branch from c140334 to 5c98252 Compare October 6, 2024 21:58
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.60%. Comparing base (3640c61) to head (5c98252).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6473   +/-   ##
========================================
  Coverage    76.60%   76.60%           
========================================
  Files          169      169           
  Lines        13775    13775           
========================================
  Hits         10553    10553           
  Misses        3222     3222           
Flag Coverage Δ
pytests 76.60% <100.00%> (ø)

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.

@luarmr luarmr merged commit 485c012 into develop Oct 6, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants