You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/01/18 08:51:13 UTC

[incubator-dolphinscheduler] branch json_split updated (c4b84e2 -> db5c3bb)

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

leonbao pushed a change to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from c4b84e2  Merge remote-tracking branch 'upstream/dev' into json-split
     add 91dfe09  [Improvement-4435][datasource] the datasource tests the connection and returns details when the connection is wrong (#4436)
     new db5c3bb  Merge remote-tracking branch 'upstream/dev' into json-split

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:
 .../api/controller/DataSourceController.java       |  63 ++--
 .../apache/dolphinscheduler/api/enums/Status.java  |   2 +-
 .../api/service/DataSourceService.java             | 192 ++++-------
 .../api/service/BaseServiceTest.java               |   2 +
 .../api/service/DataSourceServiceTest.java         | 108 +++++--
 .../dolphinscheduler/common/utils/StringUtils.java |  14 +-
 .../dao/datasource/BaseDataSource.java             | 351 ++++++++++-----------
 .../dao/datasource/HiveDataSource.java             | 124 ++++----
 .../dao/datasource/SQLServerDataSource.java        |  52 +--
 .../dao/datasource/SparkDataSource.java            |  45 ++-
 10 files changed, 460 insertions(+), 493 deletions(-)


[incubator-dolphinscheduler] 01/01: Merge remote-tracking branch 'upstream/dev' into json-split

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

leonbao pushed a commit to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit db5c3bb7f812664bba4e882a399e615e7058f6ff
Merge: c4b84e2 91dfe09
Author: lenboo <ba...@gmail.com>
AuthorDate: Mon Jan 18 16:50:42 2021 +0800

    Merge remote-tracking branch 'upstream/dev' into json-split

 .../api/controller/DataSourceController.java       |  63 ++--
 .../apache/dolphinscheduler/api/enums/Status.java  |   2 +-
 .../api/service/DataSourceService.java             | 192 ++++-------
 .../api/service/BaseServiceTest.java               |   2 +
 .../api/service/DataSourceServiceTest.java         | 108 +++++--
 .../dolphinscheduler/common/utils/StringUtils.java |  14 +-
 .../dao/datasource/BaseDataSource.java             | 351 ++++++++++-----------
 .../dao/datasource/HiveDataSource.java             | 124 ++++----
 .../dao/datasource/SQLServerDataSource.java        |  52 +--
 .../dao/datasource/SparkDataSource.java            |  45 ++-
 10 files changed, 460 insertions(+), 493 deletions(-)