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/22 10:06:19 UTC

[incubator-inlong] branch master updated (0db7685 -> 8eee170)

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 0db7685  [INLONG-2643][k8s] update the configuration for helm chart (#2652)
     add 8eee170  [INLONG-2655][Manager] Fix non-null limit in sql file (#2656)

No new revisions were added by this update.

Summary of changes:
 .../common/pojo/cluster/ClusterRequest.java        |  2 +-
 .../common/pojo/cluster/DataProxyClusterInfo.java  |  9 ++-
 .../manager/dao/entity/DataProxyClusterEntity.java |  6 +-
 .../dao/entity/ThirdPartyClusterEntity.java        |  9 ++-
 .../mappers/DataProxyClusterEntityMapper.xml       | 74 ++++++-----------
 .../mappers/ThirdPartyClusterEntityMapper.xml      | 92 +++++++++++++---------
 .../core/impl/DataProxyClusterServiceImpl.java     | 25 +-----
 .../main/resources/sql/apache_inlong_manager.sql   | 42 +++++-----
 .../manager-web/sql/apache_inlong_manager.sql      | 10 +--
 9 files changed, 120 insertions(+), 149 deletions(-)