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

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

commit e8d61bb603b78ec9b0f62509a921c651a9c9681b
Merge: 23a9c65fc 00e05244a
Author: peacewong <[email protected]>
AuthorDate: Thu Jan 12 17:47:23 2023 +0800

    Merge 1.3.1 to 1.3.2
    
    Merge 1.3.1 to 1.3.2

 .asf.yaml                                          |   2 +
 .github/ISSUE_TEMPLATE/ask_for_help .yml           |   2 +-
 .github/ISSUE_TEMPLATE/bug_report.yml              |   6 +-
 .github/ISSUE_TEMPLATE/config.yml                  |   2 +-
 .github/ISSUE_TEMPLATE/feature_request.yml         |   4 +-
 .github/workflows/auto-comment.yml                 |   2 +-
 .github/workflows/build-backend.yml                |   2 +-
 .github/workflows/dead-link-checker.yaml           |   2 +-
 .github/workflows/publish-docker.yaml              |   2 +-
 .gitignore                                         |   1 +
 CONTRIBUTING.md                                    |  10 +-
 CONTRIBUTING_CN.md                                 |  10 +-
 DISCLAIMER                                         |   6 -
 NOTICE                                             |   4 +-
 README.md                                          |  28 +--
 README_CN.md                                       |  26 +--
 docs/info-1.3.1.md                                 |   9 +-
 linkis-commons/linkis-common/pom.xml               |   2 +-
 .../common/exception/LinkisSecurityException.java  |  14 +-
 .../apache/linkis/common/utils/SecurityUtils.java  | 192 +++++++++++++++++++++
 .../linkis/common/utils/SecurityUtilsTest.java     | 169 ++++++++++++++++++
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-storage/pom.xml              |   2 +-
 .../linkis-entrance/pom.xml                        |   1 -
 .../persistence/AbstractPersistenceEngine.java     |  21 ++-
 .../entrance/persistence/PersistenceEngine.scala   |  16 +-
 .../server/restful/EnginePluginRestful.java        |   4 +-
 linkis-dist/bin/install-linkis-to-kubernetes.sh    |  18 +-
 linkis-dist/docker/ldh.Dockerfile                  |   2 +-
 linkis-dist/docker/linkis.Dockerfile               |   4 +-
 linkis-dist/package/conf/linkis.properties         |   3 +
 linkis-dist/package/db/linkis_ddl.sql              |   3 +-
 .../db/upgrade/1.1.1_schema/mysql/linkis_dml.sql   |   2 +-
 .../db/upgrade/1.3.1_schema/mysql/linkis_dml.sql   |   2 +-
 linkis-dist/pom.xml                                |   2 +-
 linkis-dist/release-docs/LICENSE                   |  10 +-
 linkis-dist/release-docs/NOTICE                    |   4 +-
 linkis-dist/src/main/assembly/distribution.xml     |   1 -
 .../engineplugin/jdbc/utils/JdbcParamUtils.java    |  39 +++--
 .../jdbc/utils/JdbcParamUtilsTest.java             |  73 +++++---
 linkis-engineconn-plugins/spark/pom.xml            |   2 +-
 .../query/service/mysql/SqlConnection.java         |  34 ++--
 .../linkis/gateway/http/GatewayHttpRequest.scala   |   4 +
 .../security/token/TokenAuthentication.scala       |   4 +-
 .../linkis-gateway-server-support/pom.xml          |   8 +-
 .../http/SpringCloudGatewayHttpRequest.scala       |  36 +++-
 linkis-web/release-docs/NOTICE                     |   4 +-
 linkis-web/src/apps/linkis/i18n/common/en.json     |   9 +-
 linkis-web/src/apps/linkis/i18n/common/zh.json     |   9 +-
 .../linkis/module/EnginePluginManagement/index.vue |  38 +++-
 .../src/apps/linkis/module/datasourceEnv/index.vue |   5 +-
 .../module/datasourceTypeKey/EditForm/index.vue    |  11 +-
 .../src/apps/linkis/module/errorCode/index.vue     |   2 +-
 .../module/gatewayAuthToken/EditForm/index.vue     |  11 +-
 .../apps/linkis/module/gatewayAuthToken/index.vue  |   6 +-
 .../module/rmExternalResourceProvider/index.vue    |   3 +-
 .../src/apps/linkis/module/udfManager/index.vue    |   2 +-
 .../apps/linkis/module/udfTree/EditForm/index.vue  |   1 +
 linkis-web/vue.config.js                           |   4 +-
 pom.xml                                            |  34 ++--
 tool/dependencies/known-dependencies.txt           |  10 +-
 61 files changed, 715 insertions(+), 226 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to