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:06 UTC

[incubator-linkis] branch master updated (606f8d621 -> bf92396f9)

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

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


    from 606f8d621 [linkis-commons] Fix some typos. (#3597)
     add 4d0d81496 [Feature] support linkis on ldh (#3431)
     add ed05cfcb5 fix:fix test unit compilation errors (#3442)
     add 21134224d [Optimization] Add doc in chinese for helm charts and linkis in docker feature (#3448)
     add 2ea65a78c [Optimization] speed up image creation with base image (#3441)
     add 182d394a9 [BUG] fix remote-debug-proxy.sh failed due to ps service reduction (#3450)
     add 0dd69e799 fix: fix web ui request error for udf feature and datasource feature (#3449)
     add 850bccd8b [BUG] fix issue: failed to start ldh flink yarn session due to empty hadoop classpath (#3453)
     add a64964c71 fix publish-snapshot.yml (#3462)
     add 2000027b9 [Feature] Add sample to start a flink job on per-job cluster mode in LDH (#3471)
     add 30e5dac05 change docker scripts file format (#3513)
     add 3629792cc modify version layout (#3544)
     add 7a60b8790 Omit if the status panel engine name is too long (#3547)
     add 12f899a82 Close the engine material management portal (#3549)
     add 4b3094ddf remove duplicate tags (#3563)
     add aa8dcc2fa  fix NPE of node metrics report (#3583)
     add f6c98a847 set spark/hive env for docker helm configuratio (#3581)
     add afaeb0996 Adjust linkis-dist distribution.xml (#3577)
     add c98709152 [ISSUE-3573] fix EnginePluginAdminService (#3574)
     add d364df15d [ISSUE-3578]Update build docker file (#3579)
     add 48056560e update metadataquery to metadataQuery (#3570)
     add 6b8a526b1 add metadata-query service (#3572)
     add ea5dba898 fix: fix the metadataQuery service lib not in distribution (#3586)
     add b8f963c5a [ISSUE-3536]add dss-gateway-support dependency (#3537)
     add 753e81ac3 [Feature-3610]Optime for docker of linkis ldh (#3611)
     add 6148709d2 add linkis dev-1.3.0 upgrade sql (#3599)
     new bf92396f9 Prepare for 1.3.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 ++-
 .../docker/linkis-with-mysql-jdbc.Dockerfile       |  32 +---
 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 ++--
 .../scripts/common.sh => docker/scripts/utils.sh}  |  28 ++-
 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 +
 .../{common.sh => install-charts-with-ldh.sh}      |  13 +-
 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   |   8 +-
 linkis-dist/package/sbin/ext/linkis-common-start   |  10 +-
 linkis-dist/package/sbin/ext/linkis-mg-gateway     |   8 +-
 linkis-dist/pom.xml                                |  31 +++-
 ...ompress.txt => LICENSE-dss-gateway-support.txt} |   0
 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, 1163 insertions(+), 1343 deletions(-)
 create mode 100644 linkis-commons/linkis-rpc/src/test/java/org/apache/linkis/rpc/message/utils/MessageUtilsTest.java
 delete mode 100644 linkis-commons/linkis-rpc/src/test/scala/org/apache/linkis/rpc/message/utils/MessageUtilsTest.java
 rename linkis-computation-governance/linkis-engineconn/linkis-engineconn-plugin-server/src/main/java/org/apache/linkis/engineplugin/server/service/impl/{EnginePluginAdminService.java => EnginePluginAdminServiceImpl.java} (90%)
 copy .scalafmt.conf => linkis-dist/docker/linkis-with-mysql-jdbc.Dockerfile (61%)
 create mode 100755 linkis-dist/docker/scripts/make-linikis-image-with-mysql-jdbc.sh
 copy linkis-dist/{helm/scripts/common.sh => docker/scripts/utils.sh} (57%)
 copy linkis-dist/helm/{README.md => README_CN.md} (77%)
 delete mode 100644 linkis-dist/helm/charts/linkis/templates/linkis-ps-cs.yaml
 delete mode 100644 linkis-dist/helm/charts/linkis/templates/linkis-ps-data-source-manager.yaml
 delete mode 100644 linkis-dist/helm/charts/linkis/templates/linkis-ps-metadataquery.yaml
 copy linkis-dist/helm/scripts/{common.sh => install-charts-with-ldh.sh} (74%)
 copy linkis-dist/helm/scripts/{install-charts.sh => install-linkis.sh} (89%)
 copy linkis-dist/helm/scripts/{login-pod.sh => logs-pod.sh} (66%)
 mode change 100755 => 100644
 create mode 100644 linkis-dist/helm/scripts/prepare-for-spark.sh
 delete mode 100755 linkis-dist/helm/scripts/remote-debug-proxy.sh
 create mode 100644 linkis-dist/helm/scripts/remote-proxy.sh
 copy linkis-commons/linkis-common/src/main/scala/org/apache/linkis/common/io/MetaData.scala => linkis-dist/package/db/upgrade/1.3.0_schema/mysql/linkis_dml.sql (78%)
 copy linkis-dist/release-docs/licenses/{LICENSE-commons-compress.txt => LICENSE-dss-gateway-support.txt} (100%)


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


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

Posted by pe...@apache.org.
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