[PM-31909] Remove m3 flagged logic#7352
Merged
cturnbull-bitwarden merged 8 commits intomainfrom Apr 14, 2026
Merged
Conversation
Simplify FamiliesAnnually2025 lookup to always return "families-2025". Remove PreProcessFamiliesPreMigrationPlan deployment safeguard method and its call sites. Remove unused IFeatureService constructor dependency.
…rOrganizationAsync Remove milestone3 variable and parameter from AlignOrganizationSubscriptionConcernsAsync. Simplify guard clause to only check plan type.
Remove IFeatureService from test setup. Delete tests for flag-disabled safeguard behavior. Clean up remaining test names.
Remove all feature flag mock setup lines for PM26462_Milestone_3. Delete test methods that verified flag-disabled behavior.
Contributor
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7352 +/- ##
==========================================
- Coverage 58.71% 58.71% -0.01%
==========================================
Files 2069 2069
Lines 91218 91207 -11
Branches 8125 8123 -2
==========================================
- Hits 53563 53552 -11
Misses 35741 35741
Partials 1914 1914 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sbrown-livefront
previously approved these changes
Apr 1, 2026
sbrown-livefront
approved these changes
Apr 1, 2026
|
ike-kottlowski
pushed a commit
that referenced
this pull request
Apr 17, 2026
* Remove pm-26462-milestone-3 flag from PricingClient Simplify FamiliesAnnually2025 lookup to always return "families-2025". Remove PreProcessFamiliesPreMigrationPlan deployment safeguard method and its call sites. Remove unused IFeatureService constructor dependency. * Remove pm-26462-milestone-3 flag from UpcomingInvoiceHandler.HandleForOrganizationAsync Remove milestone3 variable and parameter from AlignOrganizationSubscriptionConcernsAsync. Simplify guard clause to only check plan type. * Update PricingClientTests after pm-26462-milestone-3 removal Remove IFeatureService from test setup. Delete tests for flag-disabled safeguard behavior. Clean up remaining test names. * Update UpcomingInvoiceHandlerTests after pm-26462-milestone-3 removal Remove all feature flag mock setup lines for PM26462_Milestone_3. Delete test methods that verified flag-disabled behavior. * Merge GetPlan lookup key test regions into one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-31909
https://bitwarden.atlassian.net/browse/PM-31893
📔 Objective
Remove
pm-26462-milestone-3feature flag logic from the server. The flag is fully rolled out so we keep the "on" path everywhere:PricingClient: always return"families-2025"lookup key, removePreProcessFamiliesPreMigrationPlansafeguard, removeIFeatureServicedependencymilestone3parameter fromAlignOrganizationSubscriptionConcernsAsync, simplify guard clause