-
Notifications
You must be signed in to change notification settings - Fork 36
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
#226 Add auditing for prepare statements #238
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release/c3.11 #238 +/- ##
===================================================
- Coverage 76.04% 75.44% -0.61%
- Complexity 715 719 +4
===================================================
Files 77 78 +1
Lines 2225 2256 +31
Branches 172 172
===================================================
+ Hits 1692 1702 +10
- Misses 496 518 +22
+ Partials 37 36 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ecaudit/src/main/java/com/ericsson/bss/cassandra/ecaudit/AuditAdapter.java
Show resolved
Hide resolved
ecaudit/src/main/java/com/ericsson/bss/cassandra/ecaudit/AuditAdapter.java
Show resolved
Hide resolved
ecaudit/src/main/java/com/ericsson/bss/cassandra/ecaudit/config/AuditConfig.java
Show resolved
Hide resolved
ecaudit/src/main/java/com/ericsson/bss/cassandra/ecaudit/config/AuditYamlConfig.java
Show resolved
Hide resolved
.../src/test/java/com/ericsson/bss/cassandra/ecaudit/integration/querylogger/ITQueryLogger.java
Show resolved
Hide resolved
.../src/test/java/com/ericsson/bss/cassandra/ecaudit/integration/querylogger/ITQueryLogger.java
Outdated
Show resolved
Hide resolved
...java/com/ericsson/bss/cassandra/ecaudit/integration/querylogger/PrepareAuditQueryLogger.java
Outdated
Show resolved
Hide resolved
...java/com/ericsson/bss/cassandra/ecaudit/integration/querylogger/PrepareAuditQueryLogger.java
Show resolved
Hide resolved
...java/com/ericsson/bss/cassandra/ecaudit/integration/querylogger/PrepareAuditQueryLogger.java
Outdated
Show resolved
Hide resolved
All comments fixed |
#226