You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by we...@apache.org on 2020/06/11 03:50:04 UTC

[incubator-dolphinscheduler] branch dev updated (2749c7e -> a7fd0a5)

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

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


    from 2749c7e  add alert manage testCase and optimize test case execution order   (#2941)
     new c8f28ab  sqoop task optimization
     new 50da695  sqoop front-end optimization
     new 5d83d79  modify sqoop task UT
     new 822adda  add sqoop task UT to pom
     new a64c2b3  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
     new a420644  sqoop task source type or target type is null throw exception
     new a7fd0a5  Merge pull request #2943 from Eights-Li/dev-sqoop-optimization

The 2789 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:
 .../apache/dolphinscheduler/api/enums/Status.java  |   2 +-
 .../{DbConnectType.java => SqoopJobType.java}      |  11 +-
 .../common/task/sqoop/SqoopParameters.java         |  99 ++-
 .../task/sqoop/targets/TargetMysqlParameter.java   |   2 +-
 .../master/consumer/TaskPriorityQueueConsumer.java |  32 +-
 .../task/sqoop/generator/CommonGenerator.java      |  39 +
 .../task/sqoop/generator/SqoopJobGenerator.java    |  22 +-
 .../generator/sources/MysqlSourceGenerator.java    |  14 +-
 .../generator/targets/MysqlTargetGenerator.java    |   2 +-
 .../server/worker/task/sqoop/SqoopTaskTest.java    | 126 ++-
 .../_source/formModel/tasks/_source/datasource.vue |   2 +-
 .../pages/dag/_source/formModel/tasks/sqoop.vue    | 962 +++++++++++++--------
 .../src/js/module/i18n/locale/en_US.js             |   7 +
 .../src/js/module/i18n/locale/zh_CN.js             |   7 +
 pom.xml                                            |   1 +
 15 files changed, 871 insertions(+), 457 deletions(-)
 copy dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/{DbConnectType.java => SqoopJobType.java} (87%)