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/12 02:39:20 UTC

[incubator-dolphinscheduler] branch json_split updated (58a9e12 -> d67b335)

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 58a9e12  [Improvement][UI] Rename disabled to enabled in menu (#4414)
     add 83d5350  [Feature-#130] pass global param values when starting new process instance (#4372)
     new d67b335  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/ExecutorController.java           | 16 +++++++++++-----
 .../api/service/ExecutorService.java                 | 13 ++++++++++---
 .../api/service/ExecutorService2Test.java            | 16 ++++++++--------
 .../apache/dolphinscheduler/common/Constants.java    |  2 ++
 .../common/utils/ParameterUtilsTest.java             | 20 ++++++++++++++++++++
 .../service/process/ProcessService.java              | 19 +++++++++++++++++++
 .../service/process/ProcessServiceTest.java          | 15 ++++++++++++++-
 7 files changed, 84 insertions(+), 17 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 d67b33514bd78504c5451f58f814cba82b96afcf
Merge: 58a9e12 83d5350
Author: lenboo <ba...@gmail.com>
AuthorDate: Tue Jan 12 10:38:47 2021 +0800

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

 .../api/controller/ExecutorController.java           | 16 +++++++++++-----
 .../api/service/ExecutorService.java                 | 13 ++++++++++---
 .../api/service/ExecutorService2Test.java            | 16 ++++++++--------
 .../apache/dolphinscheduler/common/Constants.java    |  2 ++
 .../common/utils/ParameterUtilsTest.java             | 20 ++++++++++++++++++++
 .../service/process/ProcessService.java              | 19 +++++++++++++++++++
 .../service/process/ProcessServiceTest.java          | 15 ++++++++++++++-
 7 files changed, 84 insertions(+), 17 deletions(-)