Browse Source

#3346: Fix find last process instance in dependent task is not correct (#11424)

git-as-svn/v1/dev
Wenjun Ruan 2 years ago committed by GitHub
parent
commit
15a2b26d31
  1. 2
      commit.ref
  2. 58
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit dcab16a3eb0a68f5b4069c7ac0d92b6ab14d2dbb Subproject commit a2b521931506c9c465a140ad3872467002828ac2

58
commit.yml

@ -2,28 +2,40 @@
branches: { branches: {
} }
fileChange: fileChange:
/dolphinscheduler-ui: /dolphinscheduler-master:
newFile: !uuid 'b042f50144756af93dba58878eb4152ca929655b' newFile: !uuid 'f28fe1d0ccd43e626b65b315a992b7505d89d938'
oldFile: !uuid '2990fa35f379694e2744a3d938aafcef2919a5cc' oldFile: !uuid '94d70def47397e9dc9b47b825b0cd3a1e38c75be'
/dolphinscheduler-ui/src: /dolphinscheduler-master/src:
newFile: !uuid '617b21be5cb58f18a83e3c65b985770805d9a198' newFile: !uuid 'e91c80a72da8f21d1bfc4480056a4566956641f9'
oldFile: !uuid 'be3a4716fa2db0f269fdf824fde3c4ef257f0df6' oldFile: !uuid 'baf6d5b72e59d650c4fada16d68c3fe45a026bfb'
/dolphinscheduler-ui/src/views: /dolphinscheduler-master/src/main:
newFile: !uuid '05f2c93796da9b378d3d9cf6d0a7fe131d4c40f6' newFile: !uuid '2ad19d6b882d0375721c494b700b37a2b330573a'
oldFile: !uuid '59e45dbd121ee1d2211816b82271371742c5c88c' oldFile: !uuid 'd91f5214bfcaa60853f64180968ac70bfa720a0e'
/dolphinscheduler-ui/src/views/projects: /dolphinscheduler-master/src/main/java:
newFile: !uuid 'f22d3b37b3c469010e85926fffc5e5306e52ebc5' newFile: !uuid 'b65ebf78e377da49cbc548c67908bc61a2eacc15'
oldFile: !uuid '4469fe28ee278b9cb8002967f231d9f8921f3bb3' oldFile: !uuid 'e4dd34a0ce81adcdf83c379692eae97a9b9148b5'
/dolphinscheduler-ui/src/views/projects/task: /dolphinscheduler-master/src/main/java/org:
newFile: !uuid 'a2a9239c5599678a05c6188e460163c88b11f479' newFile: !uuid 'f822e3a26adc3d2860df5d14aadcccc153e69170'
oldFile: !uuid 'c82ddfcc928ca12c1ddaa0eed8c4a282cba3da0f' oldFile: !uuid '44340f7e52ee15568d97d2b9454382abc00f1f51'
/dolphinscheduler-ui/src/views/projects/task/instance: /dolphinscheduler-master/src/main/java/org/apache:
newFile: !uuid '02754616f01a511c2bf69afcbb7c93c72afa7624' newFile: !uuid '4c6b0ac58a6ecf0513e2e4d62b96ec8cfd8b7918'
oldFile: !uuid '516a7db45053229256490d35ac42314925ce559e' oldFile: !uuid 'ddedbd0af8d5d187e7f163a4c3b1be78cc83ce43'
/dolphinscheduler-ui/src/views/projects/task/instance/batch-task.tsx: /dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler:
newFile: !uuid 'b6176e9f162815acfe4bb83b868210ad8ae8f270' newFile: !uuid '571defce5bc7521631fd8c0dc35f66ffe08863ee'
oldFile: !uuid 'd88ab9eb4aeb8a55277f8a9c62052625f83e4bdc' oldFile: !uuid '48673a4df7fd9347d493ca45002ea6a8f20bbbf4'
gitCommitId: !uuid 'dcab16a3eb0a68f5b4069c7ac0d92b6ab14d2dbb' /dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server:
newFile: !uuid 'a746312b372937e2f3586baef5699a22926830f0'
oldFile: !uuid 'de23eedb92e90fccc6b5c13c115f66341b077c7d'
/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master:
newFile: !uuid '9cc652f1260f8c03fd235fea34c7f93cdda94e15'
oldFile: !uuid 'deb62114f680d22ade29421951a09607f94ebc12'
/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils:
newFile: !uuid '8fa8523ee021d87482ad1da0458e11e8493df977'
oldFile: !uuid '30da58bbcef10afa4a558fb86a1b86a9c3813e15'
/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils/DependentExecute.java:
newFile: !uuid '91f44df677175ff62171f2bdcb0862fc177eace2'
oldFile: !uuid '2a358ecbcdee3cdbdf65868a0ff4c709506c7b5a'
gitCommitId: !uuid 'a2b521931506c9c465a140ad3872467002828ac2'
renames: { renames: {
} }
revisionId: 3345 revisionId: 3346

Loading…
Cancel
Save