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

caishunfeng pushed a change to branch 3.1.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 775ef98b64 Add validations of possible malicious keys (#11966)
     new d7f40b19b5 [Bug](dependent) Dependent downstream trigger error when 
schedule cycle not day. (#11734)
     new 704043f229 fix import error
     new 1513363eed Fix cannot save processDefinition (#11931)
     new 780a509f67 fix workflow keep running when task fail (#11930)

The 4 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:
 .../api/service/impl/ExecutorServiceImpl.java      |   8 +-
 .../service/impl/ProcessDefinitionServiceImpl.java | 196 +++++++---------
 .../service/impl/ProcessInstanceServiceImpl.java   |  13 ++
 .../api/service/ProcessDefinitionServiceTest.java  |  14 +-
 .../common/utils/CodeGenerateUtils.java            |  11 +-
 .../dolphinscheduler/dao/entity/Command.java       | 132 -----------
 .../dao/entity/DependentProcessDefinition.java     |  17 +-
 .../dao/entity/ProcessDefinition.java              | 250 +--------------------
 .../dao/entity/ProcessTaskRelation.java            |  30 +--
 .../dao/mapper/WorkFlowLineageMapper.xml           |   1 +
 .../dao/mapper/TaskInstanceMapperTest.java         |  37 ++-
 .../master/runner/WorkflowExecuteRunnable.java     |  15 +-
 .../service/process/ProcessServiceImpl.java        |  69 +++---
 13 files changed, 184 insertions(+), 609 deletions(-)

Reply via email to