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: [email protected]
For additional commands, e-mail: [email protected]