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/05/12 07:11:28 UTC

[incubator-linkis] branch dev-1.1.2 updated (f4614b5ad -> e0c9310f5)

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

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


    from f4614b5ad Fix the deadlock issue of Manager db under high concurrency (#2100)
     add 43b548b53 Remove DISCLAIMER-WIP (#2066)
     add ca86d9737 fix OpenLooKengEngine
     add f320f5dd7 add upgrade for 1.1.1_schema
     add 468e63364 for the same field in different tables, the length needs to be kept the same
     add b2272fe3b ddl update for 1.1.1
     add da42a747f fix OpenLooKeng ddl
     add 24a80da4a add ASF header License (#2084)
     add ec962901e Merge pull request #2101 from apache/dev-1.1.1
     new e0c9310f5 Merge pull request #2102 from apache/master

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:
 DISCLAIMER                                         |   6 +
 DISCLAIMER-WIP                                     |  17 --
 LICENSE-binary-ui                                  |   4 +-
 .../deploy-config/linkis-env.sh                    |   4 +-
 db/linkis_ddl.sql                                  |   2 +-
 db/linkis_dml.sql                                  |  25 ++-
 db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql       | 117 ++++++++++++
 db/upgrade/1.1.1_schema/mysql/linkis_dml.sql       | 197 +++++++++++++++++++++
 .../openlookeng/src/main/assembly/distribution.xml |   2 +-
 .../executor/OpenLooKengEngineConnExecutor.java    |   3 +-
 .../{log4j2-engineconn.xml => log4j2.xml}          |   0
 .../scala/org/apache/linkis/udf/UDFClient.scala    |  12 +-
 .../org/apache/linkis/udf/entity/UDFVersion.java   |  17 ++
 pom.xml                                            |   2 +-
 web/vue.config.js                                  |   2 +-
 15 files changed, 377 insertions(+), 33 deletions(-)
 create mode 100644 DISCLAIMER
 delete mode 100644 DISCLAIMER-WIP
 create mode 100644 db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql
 rename linkis-engineconn-plugins/engineconn-plugins/openlookeng/src/main/resources/{log4j2-engineconn.xml => log4j2.xml} (100%)


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


[incubator-linkis] 01/01: Merge pull request #2102 from apache/master

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e0c9310f5ec91a6f23863366638b8666f5c4a419
Merge: f4614b5ad ec962901e
Author: peacewong <wp...@gmail.com>
AuthorDate: Thu May 12 15:11:22 2022 +0800

    Merge pull request #2102 from apache/master
    
    merge master into dev-1.1.2

 DISCLAIMER                                         |   6 +
 DISCLAIMER-WIP                                     |  17 --
 LICENSE-binary-ui                                  |   4 +-
 .../deploy-config/linkis-env.sh                    |   4 +-
 db/linkis_ddl.sql                                  |   2 +-
 db/linkis_dml.sql                                  |  25 ++-
 db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql       | 117 ++++++++++++
 db/upgrade/1.1.1_schema/mysql/linkis_dml.sql       | 197 +++++++++++++++++++++
 .../openlookeng/src/main/assembly/distribution.xml |   2 +-
 .../executor/OpenLooKengEngineConnExecutor.java    |   3 +-
 .../{log4j2-engineconn.xml => log4j2.xml}          |   0
 .../scala/org/apache/linkis/udf/UDFClient.scala    |  12 +-
 .../org/apache/linkis/udf/entity/UDFVersion.java   |  17 ++
 pom.xml                                            |   2 +-
 web/vue.config.js                                  |   2 +-
 15 files changed, 377 insertions(+), 33 deletions(-)



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