Conversation
…implementation along with associated tests
…ated implementations. Update PolicyServiceCollectionExtensions to eliminate deprecated methods. Adjust policy validator classes to remove IPolicyValidator dependency and streamline validation methods.
…m the policy validation framework.
…ync and side effect methods
…cyModel in validation and side effect methods, improving code clarity and reducing method complexity.
…DomainCommandTests to better reflect their functionality, enhancing clarity and consistency across the test suite.
|
New Issues (122)Checkmarx found the following issues in this Pull Request
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #7364 +/- ##
==========================================
- Coverage 62.43% 58.28% -4.16%
==========================================
Files 2060 2059 -1
Lines 90974 90812 -162
Branches 8087 8073 -14
==========================================
- Hits 56803 52933 -3870
- Misses 32216 36007 +3791
+ Partials 1955 1872 -83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…-savepolicycommand
Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR completes the migration from the old policy validator pattern to the event-based policy validation pattern. It removes Code Review DetailsNo findings. The refactoring is mechanical and preserves existing behavior. The new |
…ed methods and simplifying the implementation. Update corresponding tests to reflect these changes.
…iles and update using statements for consistency.
enmande
left a comment
There was a problem hiding this comment.
Auth changes LGTM. Thank you!
…-savepolicycommand
|






🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-29152
📔 Objective
Remove the old
SavePolicyCommand,ISavePolicyCommand,IPolicyValidator, andIPostSavePolicySideEffecttypes, then promote theVNextequivalents to their final names. This completes the migration to the event-based policy validation pattern.