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

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


    from 23a9c65fc feat(mybatis): move mapper file to resources/mapper/common 
dir (#4091)
     add 69584a37c update sql index (#4023)
     add 0f8591cf9 change from label_id to id (#4011)
     add 75894fbe6 fix bug get request host ip always 127.0.0.1 (#4031)
     add 7396bbceb fix dev-1.3.1-web bug (#4060)
     add c212233c1 fix updateEnginePluginBML api bug (#4059)
     add 278ce90ec [feat:4067] update notice year (#4068)
     add 7ccd4f0b1 Fix DSS compatiable with linkis 1.3.1 (#4070)
     add e19110000 update  .asf.yaml (#3816)
     add ac050be75 Add repos collaborators (#3827)
     add 868742651 upgrade to excel-streaming-reader v4.0.5 (#3925)
     add b4a19376d upgrade to commons-text 1.10.0 due to cve (#3927)
     add 64b6dac5f upgrade to pagehelper 5.3.1 (#3933)
     add 1031da158 Add repos collaborators (#3997)
     add 58a403d88 issue-4004: upgrade commons-net to 3.9.0 (#4005)
     add bee40ddd7 Migrate setup-java action to use Temurin (#4042)
     add 1bd458afc [feat-4051] remove incubator in path (#4058)
     add 373252ac0 Merge remote-tracking branch 'apache/master' into dev-1.3.1
     add 92aa73dfb Merge master into dev-1.3.1
     add a3d4003e6 [issue:4088] exclude linkis-gateway-server-support-1.1.1 
(#4089)
     add 584ea70b2 Handle url contains # and unsafe parameters (#4105)
     add 72ba5b542 Merge branch 'dev-1.3.1' into dev-1.3
     add a65227696 [feat:4107] Mysql connection security check extract utils 
(#4108)
     add 00e05244a Merge branch 'dev-1.3.1' into dev-1.3
     new e8d61bb60 Merge 1.3.1 to 1.3.2

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:
 .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  |  11 +-
 .../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, 711 insertions(+), 227 deletions(-)
 delete mode 100644 DISCLAIMER
 copy 
linkis-computation-governance/linkis-manager/linkis-manager-common/src/main/java/org/apache/linkis/manager/common/protocol/engine/EngineSwitchRequest.java
 => 
linkis-commons/linkis-common/src/main/java/org/apache/linkis/common/exception/LinkisSecurityException.java
 (77%)
 create mode 100644 
linkis-commons/linkis-common/src/main/java/org/apache/linkis/common/utils/SecurityUtils.java
 create mode 100644 
linkis-commons/linkis-common/src/test/java/org/apache/linkis/common/utils/SecurityUtilsTest.java


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

Reply via email to