You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by al...@apache.org on 2022/02/21 07:39:26 UTC

[incubator-inlong] branch master updated (4f2690a -> 40c5288)

This is an automated email from the ASF dual-hosted git repository.

aloyszhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git.


    from 4f2690a  [INLONG-2510][Feature][Aduit][K8s] Add support for Audit on Kubernetes (#2619)
     add 40c5288  [INLONG-2617][Manager] Change the group status after the new group workflow was executed (#2618)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/common/enums/ErrorCodeEnum.java |  2 ++
 .../dao/mapper/InlongGroupEntityMapper.java        | 12 ++++----
 .../resources/mappers/InlongGroupEntityMapper.xml  | 19 ++++++------
 .../mappers/WorkflowEventLogEntityMapper.xml       |  2 +-
 .../service/core/impl/ConsumptionServiceImpl.java  |  2 +-
 .../service/core/impl/InlongGroupServiceImpl.java  | 35 +++++++++++++++-------
 .../service/core/impl/InlongStreamServiceImpl.java | 11 +++----
 .../service/core/impl/SourceDbServiceImpl.java     |  2 +-
 .../service/core/impl/SourceFileServiceImpl.java   |  2 +-
 .../service/sink/StreamSinkServiceImpl.java        |  2 +-
 .../sort/PushHiveConfigTaskListener.java           |  2 +-
 .../group/listener/GroupCancelProcessListener.java | 21 +++++++++++--
 .../listener/GroupCompleteProcessListener.java     | 14 ++++-----
 .../group/listener/GroupFailedProcessListener.java | 12 ++++----
 .../group/listener/GroupPassTaskListener.java      | 23 ++++++++++++--
 .../group/listener/GroupRejectProcessListener.java | 18 ++++++++++-
 .../manager/web/controller/WorkflowController.java | 12 ++++----
 17 files changed, 126 insertions(+), 65 deletions(-)