You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2023/10/12 08:28:33 UTC

[dolphinscheduler] branch dev updated (b532fe5eda -> d6a900667a)

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

kerwin pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from b532fe5eda [Improvement][Registry][Jdbc] Add jdbc registry config in helm charts (#14431)
     add d6a900667a [Bug] [Resource] fix resource delete bug (#15003)

No new revisions were added by this update.

Summary of changes:
 .../api/service/TaskDefinitionService.java         |  11 ++
 .../service/impl/ProcessDefinitionServiceImpl.java | 168 +++++++++++----------
 .../api/service/impl/ResourcesServiceImpl.java     | 119 +++++++++------
 .../service/impl/TaskDefinitionServiceImpl.java    |   6 +
 .../api/service/ResourcesServiceTest.java          |   9 +-
 .../api/service/TaskDefinitionServiceImplTest.java |  11 ++
 .../common/constants/Constants.java                |   2 +-
 .../dao/entity/TaskDefinition.java                 |  17 +++
 .../dao/mapper/TaskDefinitionMapper.java           |  12 ++
 .../dao/mapper/TaskDefinitionMapper.xml            |  20 +++
 10 files changed, 248 insertions(+), 127 deletions(-)