Browse Source

#3682: [Feature][UI] Add a method for adding a single node to the dag. (#12628)

git-as-svn/v1/dev
songjianet 2 years ago committed by GitHub
parent
commit
977229fd21
  1. 2
      commit.ref
  2. 64
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 0391d403154cb5d744222fe522456e49436086f1 Subproject commit 883c754951a5b64620e2a4230a46654b31d76c33

64
commit.yml

@ -2,16 +2,58 @@
branches: { branches: {
} }
fileChange: fileChange:
/script: /dolphinscheduler-ui:
newFile: !uuid '57fe039c17e2ece59344ce08af74fffeee6e8441' newFile: !uuid 'c3ce84bb88c4caa1a170af5cfb3b99551b45a5ff'
oldFile: !uuid '890002705e453f6e1e592eb3f667870109fe0d3c' oldFile: !uuid '6e3bc982d7085ae3d0477b8151a81dca881c1012'
/script/env: /dolphinscheduler-ui/package.json:
newFile: !uuid 'f2b000a61907f63f1ef9509e93f502d92ae98fef' newFile: !uuid 'f41ea1fff7201bcfe85894ad1405914d525071be'
oldFile: !uuid '41ec695f1fc91b3ee354d59f065f065405bc4bee' oldFile: !uuid '4a9f650cc1b0857123df2d7d4178098865b93a10'
/script/env/install_env.sh: /dolphinscheduler-ui/pnpm-lock.yaml:
newFile: !uuid '8de1c78637f24a21bab414b42fa562f2d839e382' newFile: !uuid '67abc01cf150a9d121ab1b11f8a3c26b61c30232'
oldFile: !uuid 'ebae1c389e2ca6f06bea8f73eec0386f6b94665d' oldFile: !uuid '758f9173026da75017d45bcb185664b9fecab5c2'
gitCommitId: !uuid '0391d403154cb5d744222fe522456e49436086f1' /dolphinscheduler-ui/src:
newFile: !uuid '6ae2f50c77c8f4a97b47c899147cf3e82b6405f3'
oldFile: !uuid '42c4a1600df45b6a601772a9aeb532dff18c3448'
/dolphinscheduler-ui/src/views:
newFile: !uuid '92acfed966d66889fa0a4e6d161e6d39cdff2e8a'
oldFile: !uuid '861c3bec6e7ef82a7ad2645636eccfbfa636ca0b'
/dolphinscheduler-ui/src/views/projects:
newFile: !uuid '7a9bc7497011233a32e99ac4128e93831d56ef98'
oldFile: !uuid 'e284ebf20da4bb14e2fbc63c4497dc605199e1b3'
/dolphinscheduler-ui/src/views/projects/workflow:
newFile: !uuid 'afdf8894e56e115c6b071c9d98da39239333e1ff'
oldFile: !uuid '7f5ca0c1fdd94abf3d56bcc142835ce9d2e05ca1'
/dolphinscheduler-ui/src/views/projects/workflow/components:
newFile: !uuid 'd94aff0c6f8ca0525f3a182dc71c2a9b3cad0413'
oldFile: !uuid 'e2ddab4d989c243a689383acf1a264dc670d140e'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag:
newFile: !uuid 'e498417d2c5c3787febd56739862db2f5087d15e'
oldFile: !uuid '6935900817eea9354a5695e780fdbe4fc1d71f57'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/dag-canvas.tsx:
newFile: !uuid 'd501929fabbc7c0346eda358b0bbdf2aa9b7943e'
oldFile: !uuid '20339c0c993ad722bef7fe28c569089c2d7e2327'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/dag-node.tsx:
newFile: null
oldFile: !uuid 'cbd6e8d26170da1e5c756e2bc76e09c59f6446ab'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/dag-setting.ts:
newFile: !uuid 'a6fc88526a79faee754c1eff01c93fb12f5019c6'
oldFile: !uuid '7f9cdc66e758666e518816e18cd6903edc59b4cc'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/dag-sidebar.tsx:
newFile: !uuid 'cf933a1bd8efcf591e332497acf8a10f54d93405'
oldFile: !uuid '83edb09fd902bf132658bcb051292c5f737b5c78'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/index.tsx:
newFile: !uuid '156956f73d7f0a2461b388ff02d174139348b5a9'
oldFile: !uuid '6784126617f1da89b9bc2abdbb7765d0ad3c3920'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/use-add-dag-shape.ts:
newFile: !uuid 'a19b3d5ad1fa359620a8ec4a970b6d066108574a'
oldFile: !uuid '80aab60a528545306361d5fc69d7075d31058603'
/dolphinscheduler-ui/src/views/projects/workflow/components/dynamic-dag/use-dag-node.ts:
newFile: !uuid '175798fdc235d1d0f046fbfa8a5dc6953d7aa4ec'
oldFile: !uuid 'cfd03df8e81ddfcc55d04df2026069155b1c806f'
/dolphinscheduler-ui/vite.config.ts:
newFile: !uuid '373d247e637c7937412af8c40f053e2fb5930536'
oldFile: !uuid '8af6eefc7d013f49609838a6b18b07b7054efee5'
gitCommitId: !uuid '883c754951a5b64620e2a4230a46654b31d76c33'
renames: { renames: {
} }
revisionId: 3681 revisionId: 3682

Loading…
Cancel
Save