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
discard 26a3159a00 [INLONG-9435][Manager] Support querying audit data by audit
ID and obtaining audit ID information (#9436)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/branch-1.10 (48ff01eeb8)
\
O -- O -- O (26a3159a00)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../main/resources/mappers/AuditEntityMapper.xml | 6 +-
.../manager/pojo/audit/AuditBaseResponse.java | 44 ---------------
.../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 ---
8 files changed, 30 insertions(+), 119 deletions(-)
delete mode 100644
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/audit/AuditBaseResponse.java