This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch doap
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from 7833349d86 Add doap.rdf
add 3c71fb05f6 fix(dolphinscheduler-alert): fix create http request error
(#14793)
add 76bbcbeb30 [Improvement][Master] Split the task dependency mode of the
dependent node into workflow dependent and task dependent (#14824)
new fb3af4a6d7 Merge branch 'dev' into doap
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/docs/en/guide/task/dependent.md | 7 +-
docs/docs/zh/guide/task/dependent.md | 8 +-
docs/img/tasks/demo/dependent_task01.png | Bin 159694 -> 144045 bytes
docs/img/tasks/demo/dependent_task02.png | Bin 159538 -> 139834 bytes
docs/img/tasks/demo/dependent_task03.png | Bin 164972 -> 151023 bytes
.../plugin/alert/http/HttpSender.java | 12 +-
.../common/constants/Constants.java | 3 +-
.../dao/mapper/TaskInstanceMapper.java | 19 +++
.../dao/repository/TaskDefinitionDao.java | 7 ++
.../dao/repository/TaskInstanceDao.java | 22 ++++
.../dao/repository/impl/TaskDefinitionDaoImpl.java | 5 +
.../dao/repository/impl/TaskInstanceDaoImpl.java | 15 +++
.../dao/mapper/TaskInstanceMapper.xml | 35 +++++-
.../DependentAsyncTaskExecuteFunction.java | 6 +
.../server/master/utils/DependentExecute.java | 138 ++++++++++++++++++++-
dolphinscheduler-ui/src/locales/en_US/project.ts | 4 +
dolphinscheduler-ui/src/locales/zh_CN/project.ts | 3 +
.../task/components/node/fields/use-dependent.ts | 42 ++++++-
.../views/projects/task/components/node/types.ts | 2 +
19 files changed, 313 insertions(+), 15 deletions(-)