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 2022/03/14 07:26:20 UTC

[dolphinscheduler] branch dev updated (fe7e987 -> d3cbf8e)

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

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


    from fe7e987  [Fix][UI Next][V1.0.0-Alpha] Fix performance warning of ButtonLink component. (#8849)
     add d3cbf8e  [UI-NEXT] Fix wrong packaging locations (#8851)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/frontend.yml                     | 10 ++--
 .github/workflows/unit-test.yml                    |  3 +-
 .../main/assembly/dolphinscheduler-api-server.xml  |  2 +-
 .../src/main/assembly/dolphinscheduler-bin.xml     |  2 +-
 .../src/main/assembly/dolphinscheduler-src.xml     |  3 ++
 .../src/components/chart/modules/Tree.tsx          |  2 +-
 .../layouts/content/components/sidebar/index.tsx   |  2 +-
 .../content/components/user/use-dropdown.ts        |  2 -
 .../src/layouts/content/index.tsx                  |  2 +-
 dolphinscheduler-ui-next/src/utils/log.ts          | 11 +++--
 dolphinscheduler-ui-next/src/views/login/index.tsx |  9 +++-
 .../projects/list/components/project-modal.tsx     |  6 ++-
 .../src/views/projects/list/index.tsx              |  2 +-
 .../projects/task/components/node/detail-modal.tsx |  2 +-
 .../task/components/node/fields/use-dependent.ts   | 10 ++--
 .../task/components/node/fields/use-rules.ts       |  2 +-
 .../components/node/fields/use-sqoop-datasource.ts | 10 ++--
 .../workflow/components/dag/dag-save-modal.tsx     | 14 +++---
 .../workflow/definition/components/use-modal.ts    | 22 ++++-----
 .../workflow/definition/components/use-table.ts    | 14 +++---
 .../projects/workflow/definition/create/index.tsx  |  9 ++--
 .../projects/workflow/definition/detail/index.tsx  |  9 ++--
 .../workflow/definition/timing/use-table.ts        | 25 ++++------
 .../projects/workflow/definition/tree/index.tsx    | 10 ++--
 .../workflow/instance/components/log-modal.tsx     | 56 +++++++++++-----------
 .../src/views/resource/file/create/index.tsx       |  8 +++-
 .../src/views/resource/file/index.tsx              |  9 ++--
 .../src/views/resource/file/table/table-action.tsx |  2 +-
 .../src/views/resource/udf/function/index.tsx      |  6 ++-
 .../src/views/resource/udf/resource/index.tsx      | 13 ++++-
 .../src/views/resource/udf/resource/use-table.ts   |  2 +-
 .../user-manage/components/use-authorize.ts        | 12 ++---
 .../src/views/security/user-manage/index.tsx       |  2 +-
 33 files changed, 155 insertions(+), 138 deletions(-)