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

ref(similarity): Typing and remove feature flag #81977

Merged
merged 9 commits into from
Dec 12, 2024

Conversation

armenzg
Copy link
Member

@armenzg armenzg commented Dec 11, 2024

Changes:

  • Fully typed functions
  • Remove shipped feature flag

Changes:

* Fully typed functions
* Extract minor function
* Always remove the current project from the cohort
  * This will prevent a project getting stuck in backfill
@armenzg armenzg self-assigned this Dec 11, 2024
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 11, 2024
@@ -109,13 +100,6 @@ def backfill_seer_grouping_records_for_project(
last_processed_group_id_input,
last_processed_project_index_input,
)
except FeatureError:
Copy link
Member Author

Choose a reason for hiding this comment

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

We do not need it since the feature is fully enabled.

@armenzg armenzg marked this pull request as ready for review December 11, 2024 19:49
@armenzg armenzg requested review from a team as code owners December 11, 2024 19:49
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #81977    +/-   ##
========================================
  Coverage   80.35%   80.36%            
========================================
  Files        7279     7275     -4     
  Lines      321306   321172   -134     
  Branches    20957    20933    -24     
========================================
- Hits       258200   258110    -90     
+ Misses      62692    62651    -41     
+ Partials      414      411     -3     

@armenzg armenzg changed the title ref(similarity): Typing, refactor and bug fix ref(similarity): Typing and remove feature flag Dec 12, 2024
@armenzg armenzg enabled auto-merge (squash) December 12, 2024 14:33
@armenzg
Copy link
Member Author

armenzg commented Dec 12, 2024

I have removed the fix. I got frustrated with the tests. I will try again another time.
I reduced it back to removing the feature and cleaning up.

@armenzg armenzg merged commit 6533ca1 into master Dec 12, 2024
48 checks passed
@armenzg armenzg deleted the ref/similarity/grouping/armenzg branch December 12, 2024 14:58
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants