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/11 06:24:59 UTC

[incubator-linkis] branch master updated (9e336ccbb -> ec962901e)

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 9e336ccbb Merge pull request #2048 from apache/dev-1.1.1
     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)
     new ec962901e Merge pull request #2101 from apache/dev-1.1.1

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 #2101 from apache/dev-1.1.1

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 ec962901e0f7d1845184e22c3bf35947f3d94cdb
Merge: 9e336ccbb 24a80da4a
Author: peacewong <wp...@gmail.com>
AuthorDate: Wed May 11 14:24:53 2022 +0800

    Merge pull request #2101 from apache/dev-1.1.1
    
    merge dev-1.1.1 into master

 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