You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/01/20 02:29:56 UTC

[dolphinscheduler] branch dev updated (a77b0ef -> a87ddca)

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

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


    from a77b0ef  [Fix-8098] [UI] Fix resource manage bug (#8107)
     add a87ddca  [Feature][UI Next] Adjust the projects directory (#8128)

No new revisions were added by this update.

Summary of changes:
 .../src/router/modules/projects.ts                 | 44 ++++++++++++++-
 .../src/views/projects/dag/workflow/hook-demo.ts   | 36 ------------
 .../task-definition-list.tsx}                      |  4 +-
 .../projects/{dag/task => task-details}/config.ts  |  0
 .../{dag/task => task-details}/task-config.tsx     |  0
 .../task-instance-list.tsx}                        |  4 +-
 .../workflow-definition-list.tsx                   |  0
 .../workflow => workflow-details}/dag-canvas.tsx   |  0
 .../workflow => workflow-details}/dag-config.ts    |  0
 .../workflow => workflow-details}/dag-hooks.ts     |  0
 .../workflow => workflow-details}/dag-sidebar.tsx  |  2 +-
 .../workflow => workflow-details}/dag-toolbar.tsx  |  0
 .../workflow => workflow-details}/dag.module.scss  | 64 +++++++++++-----------
 .../{dag/workflow => workflow-details}/dag.tsx     |  0
 .../use-canvas-drop.ts                             |  0
 .../use-canvas-init.ts                             |  0
 .../use-cell-active.ts                             |  0
 .../use-graph-operations.ts                        |  2 +-
 .../use-node-search.ts                             |  0
 .../use-sidebar-drag.ts                            |  0
 .../workflow-definition-create.module.scss         |  0
 .../workflow-definition-create.tsx                 |  0
 .../workflow-definition-details.tsx                |  0
 .../workflow-instance-details.tsx                  |  0
 .../workflow => workflow-details}/x6-style.scss    |  0
 .../workflow-instance-list.tsx                     |  0
 26 files changed, 80 insertions(+), 76 deletions(-)
 delete mode 100644 dolphinscheduler-ui-next/src/views/projects/dag/workflow/hook-demo.ts
 copy dolphinscheduler-ui-next/src/views/projects/{dag/index.tsx => task-definition-list/task-definition-list.tsx} (92%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/task => task-details}/config.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/task => task-details}/task-config.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/index.tsx => task-instance-list/task-instance-list.tsx} (92%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-definition-list}/workflow-definition-list.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag-canvas.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag-config.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag-hooks.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag-sidebar.tsx (97%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag-toolbar.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag.module.scss (54%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/dag.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-canvas-drop.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-canvas-init.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-cell-active.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-graph-operations.ts (98%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-node-search.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/use-sidebar-drag.ts (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/workflow-definition-create.module.scss (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/workflow-definition-create.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/workflow-definition-details.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/workflow-instance-details.tsx (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-details}/x6-style.scss (100%)
 rename dolphinscheduler-ui-next/src/views/projects/{dag/workflow => workflow-instance-list}/workflow-instance-list.tsx (100%)