This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch 3.1.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from c47e088b73 [Fix][UI] Fix workflow name overlaps bug (#11862) (#12125)
new f871a4a41f fix python home conflict (#12112)
new 71c51c3c3d [Fix] Also auto formatter workflow instance if location is
null (#12080)
new b0b29ed8e1 [fix][python] Task switch branch not show in webui (#12120)
The 3 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:
.../src/pydolphinscheduler/core/task.py | 33 ++++++---
.../src/pydolphinscheduler/tasks/switch.py | 5 ++
.../pydolphinscheduler/tests/core/test_task.py | 82 ++++++++++++++++++++--
.../pydolphinscheduler/tests/tasks/test_switch.py | 2 -
.../plugin/task/pytorch/PythonEnvManager.java | 4 +-
.../plugin/task/pytorch/PytorchTaskTest.java | 12 ++--
.../projects/workflow/instance/detail/index.tsx | 10 +++
7 files changed, 122 insertions(+), 26 deletions(-)