-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[PM-27468] [PM-28737] - Adding Auto Confirm Policy Event Handler as PolicyValidator #6637
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
base: main
Are you sure you want to change the base?
Conversation
…icyValidator implementation registration.
|
Claude finished @jrmccannon's task —— View job Code Review CompleteThis is a clean, focused PR that addresses a missing DI registration discovered during implementation. SummaryThe PR adds the missing Why this matters: Until feature flags FindingsNone - This PR correctly addresses the missing registration with no issues identified. AnalysisPattern Consistency ✓ The change follows the established pattern. When
Test Coverage ✓ Comprehensive unit tests exist (
PR Metadata ✓
Good Practices Observed
|
|
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 #6637 +/- ##
===========================================
+ Coverage 13.38% 53.06% +39.68%
===========================================
Files 1125 1899 +774
Lines 49593 84643 +35050
Branches 3914 7610 +3696
===========================================
+ Hits 6640 44920 +38280
+ Misses 42831 37975 -4856
- Partials 122 1748 +1626 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

🎟️ Tracking
PM-27468
PM-28737
📔 Objective
The reigstration of the
AutomaticUserConfirmationPolicyEventHandleras anIPolicyValidatorwas missed in initial implementation. Since,FeatureFlagKeys.CreateDefaultLocationandFeatureFlagKeys.PolicyValidatorsRefactorwas not enabled, the new flow of using the vNext save policy was not called. This adds the event handler to the DI container to support the previous flow.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes