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/02/02 08:53:48 UTC

[incubator-dolphinscheduler] branch json_split updated (988649a -> 6844f67)

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 988649a  Merge remote-tracking branch 'upstream/dev' into spilit
     add 1a3fcc2  [Fix-4648][UI] Fix TypeError: Cannot read property 'id' of undefined in createUser
     add 8419ad7  Merge pull request #4649 from chengshiwen/fix-create-user
     add 1c4343a  fix ui local param plugin do not display input.
     add cfd9db5  Merge pull request #4658 from zhuangchong/dev-fix-localparam-input-display
     add 14d49bc  [FIX-2101]It solves the problem that the name of the branch will not change after the name of the branch is changed in the workflow page and instance page. (#4555)
     new 6844f67  Merge remote-tracking branch 'upstream/dev' into spilit

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/service/ProcessInstanceService.java        |  10 +-
 .../service/impl/ProcessDefinitionServiceImpl.java |   4 +-
 .../task/conditions/ConditionsParameters.java      |  10 +-
 .../service/process/ProcessService.java            |  58 +++++++++++
 .../service/process/ProcessServiceTest.java        | 107 +++++++++++++++++++++
 .../formModel/tasks/_source/localParams.vue        |  12 +--
 .../pages/definition/pages/list/_source/start.vue  |   3 +-
 .../security/pages/users/_source/createUser.vue    |  22 ++++-
 8 files changed, 206 insertions(+), 20 deletions(-)


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

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 6844f67957a5f38dab4bf1f7fc3bb72558fd9ad7
Merge: 988649a 14d49bc
Author: lenboo <ba...@gmail.com>
AuthorDate: Tue Feb 2 16:53:28 2021 +0800

    Merge remote-tracking branch 'upstream/dev' into spilit

 .../api/service/ProcessInstanceService.java        |  10 +-
 .../service/impl/ProcessDefinitionServiceImpl.java |   4 +-
 .../task/conditions/ConditionsParameters.java      |  10 +-
 .../service/process/ProcessService.java            |  58 +++++++++++
 .../service/process/ProcessServiceTest.java        | 107 +++++++++++++++++++++
 .../formModel/tasks/_source/localParams.vue        |  12 +--
 .../pages/definition/pages/list/_source/start.vue  |   3 +-
 .../security/pages/users/_source/createUser.vue    |  22 ++++-
 8 files changed, 206 insertions(+), 20 deletions(-)