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/03/30 08:02:05 UTC

[incubator-linkis] branch master updated (2bb1409 -> 97c9916)

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 2bb1409  update Ecosystem (#1823)
     add b7ff2ba  fix:unset variable $LINKIS_CONF_DIR used (#1807)
     add 25484ec  fix issue that once job npe #1813 (#1815)
     new 97c9916  Merge pull request #1831 from apache/dev-1.1.0

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:
 .../assembly-combined/sbin/common.sh               |  2 --
 .../assembly-combined/sbin/linkis-start-all.sh     |  9 ++++--
 .../assembly-combined/sbin/linkis-stop-all.sh      |  8 +++--
 .../1.1.0_schema/mysql/linkis_ddl.sql}             | 31 ++++++--------------
 db/upgrade/1.1.0_schema/mysql/linkis_dml.sql       | 34 ++++++++++++++++++++++
 .../manager/am/restful/EngineRestfulApi.java       |  5 ++--
 6 files changed, 56 insertions(+), 33 deletions(-)
 copy db/{module/linkis_datasource.sql => upgrade/1.1.0_schema/mysql/linkis_ddl.sql} (93%)
 create mode 100644 db/upgrade/1.1.0_schema/mysql/linkis_dml.sql

---------------------------------------------------------------------
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 #1831 from apache/dev-1.1.0

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 97c99168c57ea626f1692473b5564ba83116be8c
Merge: 2bb1409 25484ec
Author: peacewong <wp...@gmail.com>
AuthorDate: Wed Mar 30 16:02:00 2022 +0800

    Merge pull request #1831 from apache/dev-1.1.0
    
    merge branch dev-1.1.0 to master

 .../assembly-combined/sbin/common.sh               |   2 -
 .../assembly-combined/sbin/linkis-start-all.sh     |   9 +-
 .../assembly-combined/sbin/linkis-stop-all.sh      |   8 +-
 db/upgrade/1.1.0_schema/mysql/linkis_ddl.sql       | 113 +++++++++++++++++++++
 db/upgrade/1.1.0_schema/mysql/linkis_dml.sql       |  34 +++++++
 .../manager/am/restful/EngineRestfulApi.java       |   5 +-
 6 files changed, 160 insertions(+), 11 deletions(-)

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