[PM-31909] Remove m3 flagged logic#7352
Open
cturnbull-bitwarden wants to merge 7 commits intomainfrom
Open
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
|
New Issues (121)Checkmarx found the following issues 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.22% 58.22% -0.01%
==========================================
Files 2060 2060
Lines 90945 90934 -11
Branches 8080 8078 -2
==========================================
- Hits 52954 52943 -11
Misses 36119 36119
Partials 1872 1872 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
sbrown-livefront
approved these changes
Apr 1, 2026
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