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 e109fecd4b [INLONG-9450][Build] Deploying the distribution packages to
repositories
new 57bafd0d41 [INLONG-9435][Manager] Support querying audit data by audit
ID and obtaining audit ID information (#9436)
new df6966bf81 [INLONG-9440][Manager] Support querying audit information
based on ip (#9443)
new 3e8e0e01bf [INLONG-9437][Dashboard] Data access audit supports audit
item query (#9438)
new ef16f73ca1 [INLONG-9439][Dashboard] Support module audit function
(#9446)
new 7a5a837b76 [INLONG-9454][Agent] Increase exit conditions to prevent
dead loops (#9455)
new a6ce6efd4d [INLONG-9452][Manager] Add audit items for file agent
(#9453)
The 6 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/instance/FileInstance.java | 4 +-
.../inlong/agent/plugin/sources/LogFileSource.java | 12 +-
.../task/filecollect/LogFileCollectTask.java | 2 +-
inlong-dashboard/src/configs/menus/conf.tsx | 12 ++
inlong-dashboard/src/configs/routes/conf.ts | 4 +
inlong-dashboard/src/i18n.ts | 4 +
inlong-dashboard/src/ui/locales/cn.json | 6 +-
inlong-dashboard/src/ui/locales/en.json | 6 +-
.../src/ui/pages/GroupDetail/Audit/config.tsx | 31 ++++-
.../SyncAudit => ModuleAuditDashboard}/config.tsx | 138 ++++++++-------------
.../Audit => ModuleAuditDashboard}/index.tsx | 60 +++------
.../manager/dao/mapper/AuditEntityMapper.java | 16 +++
.../main/resources/mappers/AuditEntityMapper.xml | 20 ++-
.../manager/pojo/audit/AuditBaseResponse.java} | 15 ++-
.../inlong/manager/pojo/audit/AuditInfo.java | 9 ++
.../inlong/manager/pojo/audit/AuditRequest.java | 13 +-
.../apache/inlong/manager/pojo/audit/AuditVO.java | 5 +-
.../inlong/manager/service/core/AuditService.java | 3 +
.../service/core/impl/AuditServiceImpl.java | 114 +++++++++++++----
.../manager-web/sql/apache_inlong_manager.sql | 15 ++-
.../manager/web/controller/AuditController.java | 7 ++
21 files changed, 317 insertions(+), 179 deletions(-)
copy inlong-dashboard/src/ui/pages/{SynchronizeDetail/SyncAudit =>
ModuleAuditDashboard}/config.tsx (64%)
copy inlong-dashboard/src/ui/pages/{GroupDetail/Audit =>
ModuleAuditDashboard}/index.tsx (68%)
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%)