This is an automated email from the ASF dual-hosted git repository. leonbao pushed a commit to branch json_split in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
commit 0571681ac4e973a2f131008b53be59c1f2e27887 Merge: ccc5aa9 fd7aa53 Author: lenboo <[email protected]> AuthorDate: Thu Feb 25 18:09:48 2021 +0800 Merge remote-tracking branch 'upstream/json_split' into spilit .../service/impl/ProcessDefinitionServiceImpl.java | 132 ++++--- .../service/impl/TaskDefinitionServiceImpl.java | 9 +- .../dao/entity/ProcessDefinitionLog.java | 433 ++------------------- .../dao/entity/ProcessTaskRelationLog.java | 249 +----------- .../dao/entity/TaskDefinition.java | 19 +- .../dao/entity/TaskDefinitionLog.java | 392 ++----------------- .../dao/mapper/TaskDefinitionLogMapperTest.java | 63 +++ .../dao/mapper/TaskDefinitionMapperTest.java | 62 +++ .../service/process/ProcessService.java | 47 ++- 9 files changed, 322 insertions(+), 1084 deletions(-)
