This is an automated email from the ASF dual-hosted git repository. vernedeng pushed a change to branch branch-1.10 in repository https://gitbox.apache.org/repos/asf/inlong.git
from 9fb080c4e4 [INLONG-9410][Release] Change the tag of Docker images to 1.10.0 (#9429) new e992981736 [INLONG-9427][Dashboard] Data access supports viewing operation logs (#9428) new 7706d212dd [INLONG-9417][Sort] Fix the missing MySQL CDC connector for Flink 1.15 (#9430) new cca37ec265 [INLONG-9307][SDK] Improve DataProxy SDK code readability (#9426) new 48ff01eeb8 [INLONG-9433][Manager] Fix the issue of NPE exception encountered while querying audit information (#9434) new 26a3159a00 [INLONG-9435][Manager] Support querying audit data by audit ID and obtaining audit ID information (#9436) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../inlong/agent/plugin/sinks/SenderManager.java | 2 +- .../plugin/sinks/filecollect/SenderManager.java | 2 +- inlong-dashboard/src/ui/locales/cn.json | 10 ++ inlong-dashboard/src/ui/locales/en.json | 10 ++ .../ui/pages/GroupDetail/OperationLog/config.tsx | 144 +++++++++++++++++++++ .../OperationLog}/index.tsx | 65 +++++----- .../src/ui/pages/GroupDetail/index.tsx | 7 + .../src/main/assemblies/sort-connectors-v1.15.xml | 2 +- .../main/resources/mappers/AuditEntityMapper.xml | 7 +- .../manager/pojo/audit/AuditBaseResponse.java} | 15 ++- .../inlong/manager/pojo/audit/AuditInfo.java | 9 ++ .../inlong/manager/pojo/audit/AuditRequest.java | 10 +- .../apache/inlong/manager/pojo/audit/AuditVO.java | 5 +- .../inlong/manager/service/core/AuditService.java | 3 + .../service/core/impl/AuditServiceImpl.java | 65 +++++++--- .../manager/web/controller/AuditController.java | 7 + .../inlong/sdk/dataproxy/ProxyClientConfig.java | 13 +- .../sdk/dataproxy/config/ProxyConfigManager.java | 1 - .../sdk/dataproxy/example/HttpClientExample.java | 7 +- .../sdk/dataproxy/example/TcpClientExample.java | 7 +- .../inlong/sdk/dataproxy/network/ClientMgr.java | 3 - 21 files changed, 305 insertions(+), 89 deletions(-) create mode 100644 inlong-dashboard/src/ui/pages/GroupDetail/OperationLog/config.tsx copy inlong-dashboard/src/ui/pages/{Process/Approvals => GroupDetail/OperationLog}/index.tsx (64%) copy inlong-manager/{manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/AuditBaseEntity.java => manager-pojo/src/main/java/org/apache/inlong/manager/pojo/audit/AuditBaseResponse.java} (73%)