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

chore(grouping): Use optimized grouping logic for 100% of non-transitioning projects #77027

Conversation

lobsterkatie
Copy link
Member

This is a follow-up to #76614, #76679, #76758, and #76890, enabling the updated grouping transition logic for the final 20% of non-transitioning projects.

Once this is merged, we'll be able to start cleaning up the old logic in _save_aggregate, the checks for which path to use, etc. I didn't do that in this PR because I want to wait and let this run for a few days to make sure there are no issues before I go ripping out a bunch of code.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 5, 2024
@lobsterkatie lobsterkatie force-pushed the kmclb-enable-optimized-transition-logic-for-100-percent-of-projects branch from 64ad7e7 to d00042c Compare September 5, 2024 22:55
@lobsterkatie lobsterkatie force-pushed the kmclb-enable-optimized-transition-logic-for-100-percent-of-projects branch from d00042c to 9ad700d Compare September 5, 2024 22:59
Copy link

codecov bot commented Sep 5, 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   #77027      +/-   ##
==========================================
- Coverage   78.16%   78.15%   -0.01%     
==========================================
  Files        6910     6910              
  Lines      307185   307185              
  Branches    50342    50342              
==========================================
- Hits       240097   240095       -2     
- Misses      60720    60722       +2     
  Partials     6368     6368              

@lobsterkatie lobsterkatie merged commit 99b430b into master Sep 6, 2024
50 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-enable-optimized-transition-logic-for-100-percent-of-projects branch September 6, 2024 16:16
c298lee pushed a commit that referenced this pull request Sep 10, 2024
…ioning projects (#77027)

This is a follow-up to #76614, #76679, #76758, and #76890, enabling the updated grouping transition logic for the final 20% of non-transitioning projects.

Once this is merged, we'll be able to start cleaning up the old logic in `_save_aggregate`, the checks for which path to use, etc. I didn't do that in this PR because I want to wait and let this run for a few days to make sure there are no issues before I go ripping out a bunch of code.
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 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.

2 participants