yc322 opened a new pull request #6322: URL: https://github.com/apache/dolphinscheduler/pull/6322
## Purpose of the pull request This PR adds audit log function. #5822 ## Brief change log - audit log subscriber and publisher AuditMessage.java AuditPublishService.java AuditSubscriber.java AuditSubscriberImpl.java - audit log service and controller AuditServiceImpl.java AuditService.java AuditLogController.java - configuration update application-api.properties audit.control.global.switch=false AuditConfiguration.java - Enums dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/ add AuditModuleType and AuditOperationType -Dao AuditLogMapper and AuditLogMapper.xml - audit log ui page /monitor/pages/log auditLog.vue common.js ## Verify this pull request This change added tests and can be verified as follows: - Added api-configuration tests - Manually verified the change by testing locally -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
