You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/04/20 02:35:01 UTC

[incubator-dolphinscheduler] branch refactor-worker updated (a563c82 -> 8440001)

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

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


    from a563c82  Update HadoopUtilsTest.java
     add ca66cfe  solve code spell problem (#2419)
     add 8440001  Merge branch 'dev' into refactor-worker

No new revisions were added by this update.

Summary of changes:
 .../controller/ProcessDefinitionController.java    |  66 ++-
 .../api/controller/ProjectController.java          |   3 +-
 .../apache/dolphinscheduler/api/enums/Status.java  |   4 +-
 .../api/service/ProcessDefinitionService.java      |  14 +-
 .../src/main/resources/i18n/messages.properties    |  14 +-
 .../main/resources/i18n/messages_en_US.properties  |  14 +-
 .../main/resources/i18n/messages_zh_CN.properties  |  14 +-
 .../ProcessDefinitionControllerTest.java           | 451 +++++++++------------
 .../api/service/ProcessDefinitionServiceTest.java  |  22 +-
 .../src/js/conf/home/store/dag/actions.js          |   4 +-
 pom.xml                                            |   1 +
 11 files changed, 276 insertions(+), 331 deletions(-)