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/05/09 03:14:42 UTC

[dolphinscheduler] branch dev updated (0e7c98d465 -> 38271cea9c)

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 0e7c98d465 [Feature-9177][Task] The sql task supports configuring segmentation notation to provide execution of multiple statements (#9917)
     add 38271cea9c [Fix #9925]: fix ellipsis bug in table column (#9936)

No new revisions were added by this update.

Summary of changes:
 .../src/common/column-width-config.ts              |  6 ++++++
 .../src/views/projects/list/use-table.ts           | 23 +++++++++++-----------
 .../views/projects/task/definition/use-table.ts    | 23 ++++++++++++++++++----
 .../src/views/projects/task/instance/use-table.ts  | 13 +++++++++---
 .../views/projects/workflow/instance/use-table.ts  | 12 +++++++++--
 .../src/views/resource/file/table/use-table.ts     |  8 ++++++--
 .../src/views/resource/udf/resource/use-table.ts   | 12 +++++++++--
 7 files changed, 72 insertions(+), 25 deletions(-)