This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 44297a3e3 [INLONG-6163][Dashboard] Form will lose old data when data
changes are merged (#6164)
add 64f079733 [INLONG-6154][Manager] Support to get audit data from the
ClickHouse (#6155)
No new revisions were added by this update.
Summary of changes:
.../manager/common/enums/AuditQuerySource.java | 6 +-
.../inlong/manager/service/core/AuditService.java | 6 +-
.../service/core/impl/AuditServiceImpl.java | 53 ++++++++++++++--
.../service/resource/sink/ck/ClickHouseConfig.java | 74 ++++++++++++++++++++++
.../service/core/impl/AuditServiceTest.java | 2 +-
.../resources/application-unit-test.properties | 9 +++
.../manager/web/controller/AuditController.java | 3 +-
.../src/main/resources/application-dev.properties | 10 ++-
.../src/main/resources/application-prod.properties | 10 ++-
.../src/main/resources/application-test.properties | 10 ++-
10 files changed, 169 insertions(+), 14 deletions(-)
create mode 100644
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/ck/ClickHouseConfig.java