-
Notifications
You must be signed in to change notification settings - Fork 5
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
HAI-1527 Audit logging for permission updates #393
Conversation
337eccf
to
3a565a1
Compare
21d2fc4
to
390d7be
Compare
3a565a1
to
9fc4e10
Compare
390d7be
to
eaebceb
Compare
9fc4e10
to
62351e3
Compare
62351e3
to
b8c53db
Compare
import org.springframework.transaction.annotation.Transactional | ||
|
||
@Service | ||
class HankeKayttajaLoggingService(private val auditLogService: AuditLogService) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are all these functions unit tested?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, some of these were copied over and unchanged. Removing them.
I added unit tests for the ones that are still in use.
Kudos, SonarCloud Quality Gate passed! |
Description
Add audit logging for permission updates
Jira Issue:
Type of change
Instructions for testing
Change permissions, check audit logs in DB.
Checklist:
or other location: