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/17 14:27:08 UTC

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

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 c7038a0  [Feature][JsonSplit] task and relation entity (#4475)
     add 00829b9  [Feature-4451][UI]: add an option to the UI page for saving the workflow definition: whether to go online? online by default (#4474)
     add fff06bf  [FIX-4247][Api]Fixed the problem that the global parameters are not updated after the workflow instance click rerun
     new c4b84e2  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:
 .../apache/dolphinscheduler/service/process/ProcessService.java  | 6 ++++++
 .../src/js/conf/home/pages/dag/_source/udp/udp.vue               | 9 +++++++++
 dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js        | 3 ++-
 dolphinscheduler-ui/src/js/conf/home/store/dag/mutations.js      | 3 +++
 dolphinscheduler-ui/src/js/conf/home/store/dag/state.js          | 2 ++
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js           | 1 +
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js           | 1 +
 7 files changed, 24 insertions(+), 1 deletion(-)


[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 c4b84e25caaa80cc6720000af0752e6c5b33ae52
Merge: c7038a0 fff06bf
Author: lenboo <ba...@gmail.com>
AuthorDate: Sun Jan 17 22:26:36 2021 +0800

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

 .../apache/dolphinscheduler/service/process/ProcessService.java  | 6 ++++++
 .../src/js/conf/home/pages/dag/_source/udp/udp.vue               | 9 +++++++++
 dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js        | 3 ++-
 dolphinscheduler-ui/src/js/conf/home/store/dag/mutations.js      | 3 +++
 dolphinscheduler-ui/src/js/conf/home/store/dag/state.js          | 2 ++
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js           | 1 +
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js           | 1 +
 7 files changed, 24 insertions(+), 1 deletion(-)