You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/10/11 10:07:07 UTC

[incubator-linkis] 01/01: Prepare for 1.3.0 release

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

peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit bf92396f9563f483e65ae0c09129372014d15e0f
Merge: 606f8d621 6148709d2
Author: peacewong <wp...@gmail.com>
AuthorDate: Tue Oct 11 18:06:57 2022 +0800

    Prepare for 1.3.0 release
    
    Prepare for dev-1.3.0 release

 .github/workflows/publish-docker.yaml              |   2 +-
 .github/workflows/publish-snapshot.yml             |  10 +-
 README.md                                          |  37 +++-
 README_CN.md                                       |  38 +++-
 .../apache/linkis/rpc/conf/RPCConfiguration.scala  |   2 +-
 .../linkis/rpc/message/utils/MessageUtilsTest.java |  85 +++++++++
 .../linkis/rpc/message/utils/MessageUtilsTest.java |  86 ---------
 .../impl/BmlResourceLocalizationService.scala      |  22 ++-
 .../ecm/server/spring/ECMSpringConfiguration.scala |   6 +
 ...vice.java => EnginePluginAdminServiceImpl.java} |  13 +-
 .../impl/DefaultNodeMetricManagerPersistence.java  |   7 +-
 linkis-dist/deploy-config/linkis-env.sh            |   3 +
 linkis-dist/docker/ldh.Dockerfile                  |  23 ++-
 .../linkis-with-mysql-jdbc.Dockerfile}             |  27 ++-
 linkis-dist/docker/linkis.Dockerfile               |  64 ++++---
 linkis-dist/docker/scripts/entry-point-ldh.sh      |   4 +-
 .../scripts/make-linikis-image-with-mysql-jdbc.sh  |  51 ++++++
 linkis-dist/docker/scripts/prepare-ldh-image.sh    |  31 ++--
 .../login-pod.sh => docker/scripts/utils.sh}       |  30 +--
 linkis-dist/helm/README.md                         |  11 +-
 linkis-dist/helm/{README.md => README_CN.md}       | 104 ++++++-----
 .../linkis/templates/configmap-init-sql.yaml       |   2 +-
 .../linkis/templates/configmap-linkis-config.yaml  |  92 ++++------
 .../templates/linkis-cg-engineconnmanager.yaml     |  42 ++++-
 .../linkis/templates/linkis-cg-engineplugin.yaml   |  41 ++++-
 .../linkis/templates/linkis-cg-entrance.yaml       |  23 ++-
 .../linkis/templates/linkis-cg-linkismanager.yaml  |   8 +-
 .../charts/linkis/templates/linkis-mg-eureka.yaml  |   8 +-
 .../charts/linkis/templates/linkis-mg-gateway.yaml |   8 +-
 .../helm/charts/linkis/templates/linkis-ps-cs.yaml | 184 -------------------
 .../templates/linkis-ps-data-source-manager.yaml   | 184 -------------------
 .../linkis/templates/linkis-ps-metadataquery.yaml  | 187 -------------------
 .../linkis/templates/linkis-ps-publicservice.yaml  |  32 +++-
 linkis-dist/helm/charts/linkis/values.yaml         |  66 ++-----
 linkis-dist/helm/scripts/create-kind-cluster.sh    |   6 +
 .../{login-pod.sh => install-charts-with-ldh.sh}   |  15 +-
 linkis-dist/helm/scripts/install-charts.sh         |  23 +--
 linkis-dist/helm/scripts/install-ldh.sh            |   7 +-
 .../{install-charts.sh => install-linkis.sh}       |   4 +-
 linkis-dist/helm/scripts/login-pod.sh              |  33 +++-
 .../helm/scripts/{login-pod.sh => logs-pod.sh}     |  28 ++-
 linkis-dist/helm/scripts/prepare-for-spark.sh      |  51 ++++++
 linkis-dist/helm/scripts/remote-debug-proxy.sh     | 106 -----------
 linkis-dist/helm/scripts/remote-proxy.sh           | 129 +++++++++++++
 .../helm/scripts/resources/kind-cluster.yaml       |   2 +
 .../resources/ldh/configmaps/configmap-hadoop.yaml | 185 ++++++-------------
 .../resources/ldh/configmaps/configmap-spark.yaml  |  68 +++----
 linkis-dist/helm/scripts/resources/ldh/ldh.yaml    |  92 +++-------
 .../package/conf/linkis-cg-entrance.properties     |   5 +
 .../db/upgrade/1.3.0_schema/mysql/linkis_dml.sql   |  18 ++
 linkis-dist/package/sbin/ext/linkis-common-start   |  10 +-
 linkis-dist/package/sbin/ext/linkis-mg-gateway     |   8 +-
 linkis-dist/pom.xml                                |  31 +++-
 .../licenses/LICENSE-dss-gateway-support.txt       | 201 +++++++++++++++++++++
 linkis-dist/src/main/assembly/distribution.xml     |  32 +++-
 .../hive/src/main/resources/log4j2.xml             |   6 +-
 linkis-public-enhancements/distribution.xml        |  11 ++
 .../server/loader/MetaClassLoaderManager.java      |   3 +-
 .../linkis-gateway-server-support/pom.xml          |   7 +
 linkis-web/src/apps/linkis/view/linkis/index.vue   |   2 +-
 linkis-web/src/common/style/headerCommon.scss      |   1 +
 .../src/dss/module/resourceSimple/engine.vue       |  98 +++++-----
 tool/dependencies/known-dependencies.txt           |   1 +
 63 files changed, 1381 insertions(+), 1335 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org