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

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


    from 499e5b1307 [bug][task-plugins]fix switch class name and add param 
check to the switch task plugin (#10894)
     add 59cd86157f [Python] Supports creating or editing resources. (#10823)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/api/python/PythonGateway.java | 15 ++++
 .../api/service/ResourcesService.java              | 24 ++++++
 .../api/service/impl/ResourcesServiceImpl.java     | 92 ++++++++++++++++++++++
 .../api/python/PythonGatewayTest.java              | 20 +++++
 .../api/service/ResourcesServiceTest.java          | 60 +++++++++++++-
 .../apache/dolphinscheduler/common/Constants.java  |  5 ++
 .../pydolphinscheduler/core/process_definition.py  | 14 ++++
 .../core/{base_side.py => resource.py}             | 31 ++++----
 .../tests/core/test_process_definition.py          |  9 ++-
 .../test_resource_definition.py}                   | 30 ++++---
 10 files changed, 272 insertions(+), 28 deletions(-)
 copy 
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/{base_side.py
 => resource.py} (62%)
 copy dolphinscheduler-python/pydolphinscheduler/tests/{testing/decorator.py => 
core/test_resource_definition.py} (59%)

Reply via email to