You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/02/26 06:02:51 UTC

[dolphinscheduler] branch dev updated (f262441 -> 02b1023)

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

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


    from f262441  [Feature][UI Next] Add relation custom params component into task. (#8551)
     add 02b1023  [Feature][UI Next] Add CONDITIONS. (#8553)

No new revisions were added by this update.

Summary of changes:
 .../task/components/node/fields/use-child-node.ts  |  1 -
 .../node/fields/use-relation-custom-params.ts      |  1 -
 .../projects/task/components/node/format-data.ts   | 11 ++++
 .../tasks/{use-switch.ts => use-conditions.ts}     | 62 +++++++++++++++++++---
 .../views/projects/task/components/node/types.ts   | 24 ++++++---
 .../projects/task/components/node/use-task.ts      | 12 ++++-
 6 files changed, 94 insertions(+), 17 deletions(-)
 copy dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/{use-switch.ts => use-conditions.ts} (59%)