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

[incubator-inlong] branch master updated (8b19d12 -> 82f881b)

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

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


    from 8b19d12  [INLONG-2680][Common][Agent] Move common class from inlong-agent module to inlong-common (#2681)
     add 82f881b  [INLONG-2586][Manager] Support agent get task from manager (#2674)

No new revisions were added by this update.

Summary of changes:
 .../apache/inlong/agent/pojo/JobProfileDto.java    |  6 +--
 .../inlong/common/pojo/agent/DataConfig.java       |  3 +-
 .../inlong/common/pojo/agent/TaskResult.java       |  2 +
 ...beatRequest.java => SourceSnapshotRequest.java} |  6 +--
 .../manager/dao/entity/StreamSourceEntity.java     |  2 +-
 .../dao/mapper/StreamSourceEntityMapper.java       |  8 ++-
 .../resources/mappers/StreamSourceEntityMapper.xml | 62 +++++++++++++++++-----
 .../manager/service/core/AgentTaskService.java     |  5 ++
 .../service/core/impl/AgentTaskServiceImpl.java    | 45 ++++++++++++++++
 .../service/source/StreamSourceService.java        |  4 +-
 .../service/source/StreamSourceServiceImpl.java    |  8 +--
 .../manager-web/sql/apache_inlong_manager.sql      |  2 +-
 .../web/controller/openapi/AgentController.java    |  9 ++++
 .../controller/openapi/DBCollectorController.java  |  1 +
 14 files changed, 133 insertions(+), 30 deletions(-)
 rename inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/source/{SourceHeartbeatRequest.java => SourceSnapshotRequest.java} (90%)