-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat: PolicyMonitorStore SQL implementation #3505
feat: PolicyMonitorStore SQL implementation #3505
Conversation
return "edc_policy_monitor"; | ||
} | ||
|
||
default String getIdColumn() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
|
||
default String getErrorDetailColumn() { | ||
return "error_detail"; | ||
default String getIdColumn() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3505 +/- ##
==========================================
- Coverage 72.03% 72.03% -0.01%
==========================================
Files 834 843 +9
Lines 16896 16994 +98
Branches 948 951 +3
==========================================
+ Hits 12171 12241 +70
- Misses 4320 4347 +27
- Partials 405 406 +1
☔ View full report in Codecov by Sentry. |
915c7be
to
5e0856e
Compare
5e0856e
to
c9eb925
Compare
for some reasons I cannot push on the branch anymore, will open the pr again on another one |
What this PR changes/adds
Provide sql implementation for
PolicyManagerStore
Why it does that
policy-manager
Further notes
Linked Issue(s)
Closes #3447
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.